.elementor-6876 .elementor-element.elementor-element-c4b7554{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-6876 .elementor-element.elementor-element-361116a{--display:flex;}.elementor-6876 .elementor-element.elementor-element-8e7d8ba{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(min-width:768px){.elementor-6876 .elementor-element.elementor-element-c4b7554{--content-width:100%;}}/* Start custom CSS for html, class: .elementor-element-7f4df44 *//* ==========================================================================
   PVRM Archive Page Hero — Complete Stylesheet
   Full inheritance from homepage hero + archive overrides
   ========================================================================== */

/* --------------------------------------------------------------------------
   Section & Grid Layout
   -------------------------------------------------------------------------- */
.pvrm-hero-section {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.pvrm-hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  min-height: 700px;
  width: 100%;
}

.pvrm-hero-image {
  grid-column: 1 / -1;
  grid-row: 1 / -1;
  width: 100%;
  height: 100%;
  min-height: 700px;
}

.pvrm-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  display: block;
}

.pvrm-hero-content {
  grid-column: 1 / -1;
  grid-row: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 60px 5%;
  z-index: 10;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

/* --------------------------------------------------------------------------
   Card Component — Base
   -------------------------------------------------------------------------- */
.pvrm-home-hero-card {
  --hero-bg: #ffffff;
  --hero-border: #f39c55;
  --hero-text-tag: #a6a6a6;
  --hero-text-tag-hover: #f39c55;
  --hero-text-headline: #4a4a4a;
  --hero-text-accent: #6d6096;
  --hero-text-body: #5a5a5a;
  --hero-text-bullet: #4a4a4a;
  --hero-text-bullet-strong: #6d6096;
  --hero-checkmark: #f39c55;
  --hero-link-color: #8888a4;
  --hero-link-hover: #6d6096;
  --hero-link-icon: #f39c55;
  --hero-btn-bg: linear-gradient(135deg, #f8c171, #f8c171);
  --hero-btn-shadow: rgba(243, 156, 85, 0.4);
  --hero-btn-shadow-hover: rgba(243, 156, 85, 0.5);
  --hero-shadow: rgba(109, 96, 150, 0.15);
  --hero-shadow-hover: rgba(109, 96, 150, 0.2);

  background: var(--hero-bg);
  padding: 60px 65px;
  max-width: 580px;
  border-radius: 4px;
  border-left: 8px solid var(--hero-border);
  box-shadow:
    0 30px 60px -10px var(--hero-shadow),
    0 10px 20px -5px rgba(0, 0, 0, 0.04);
  position: relative;
  z-index: 10;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.pvrm-home-hero-card:hover {
  transform: translateY(-5px);
  box-shadow:
    0 35px 70px -10px var(--hero-shadow-hover),
    0 15px 25px -5px rgba(0, 0, 0, 0.05);
}

/* Archive-specific card override */
.pvrm-archive-hero-card {
  max-width: 540px;
  padding: 50px 55px;
}

/* --------------------------------------------------------------------------
   Tag
   -------------------------------------------------------------------------- */
.pvrm-home-hero-tag {
  font-family: "Manrope", sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  color: var(--hero-text-tag);
  display: block;
  margin-bottom: 18px;
  transition: all 0.3s ease;
}

.pvrm-home-hero-card:hover .pvrm-home-hero-tag {
  color: var(--hero-text-tag-hover);
  letter-spacing: 3.5px;
}

/* --------------------------------------------------------------------------
   Headline
   -------------------------------------------------------------------------- */
.pvrm-home-hero-h1 {
  font-family: "Poppins", sans-serif;
  font-size: 2.6rem;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -1px;
  color: var(--hero-text-headline);
  margin: 0 0 25px 0;
  transition: all 0.3s ease;
}

.pvrm-accent-violet {
  color: var(--hero-text-accent);
  transition: all 0.3s ease;
}

.pvrm-home-hero-card:hover .pvrm-accent-violet {
  color: #5a4f82;
}

/* --------------------------------------------------------------------------
   Subheadline
   -------------------------------------------------------------------------- */
.pvrm-home-hero-sub {
  font-family: "Manrope", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.7;
  color: var(--hero-text-body);
  margin: 0 0 35px 0;
}

/* --------------------------------------------------------------------------
   Bullets
   -------------------------------------------------------------------------- */
.pvrm-home-hero-bullets {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
}

.pvrm-home-hero-bullets li {
  font-family: "Manrope", sans-serif;
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.6;
  color: var(--hero-text-bullet);
  margin-bottom: 12px;
  padding-left: 24px;
  position: relative;
  transition: all 0.3s ease;
}

.pvrm-home-hero-bullets li:hover {
  transform: translateX(3px);
}

.pvrm-home-hero-bullets li strong {
  font-weight: 700;
  color: var(--hero-text-bullet-strong);
}

.pvrm-home-hero-bullets li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 1px;
  color: var(--hero-checkmark);
  font-weight: 800;
  font-size: 1.1rem;
  transition: all 0.3s ease;
}

.pvrm-home-hero-bullets li:hover::before {
  transform: scale(1.15);
  color: #6d6096;
}

/* --------------------------------------------------------------------------
   CTA Block
   -------------------------------------------------------------------------- */
.pvrm-home-hero-cta-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 25px;
  width: 100%;
}

.pvrm-hero-btn-primary {
  background: var(--hero-btn-bg);
  color: #ffffff !important;
  border: none;
  font-family: "Poppins", sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  text-decoration: none;
  padding: 20px 40px;
  border-radius: 60px;
  display: inline-block;
  text-align: center;
  align-self: center;
  width: 100%;
  box-sizing: border-box;
  box-shadow: 0 10px 25px var(--hero-btn-shadow);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.pvrm-hero-btn-primary:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0 20px 35px var(--hero-btn-shadow-hover);
  color: #ffffff !important;
}

.pvrm-hero-btn-primary:active {
  transform: translateY(-1px);
  box-shadow: 0 5px 15px var(--hero-btn-shadow);
}

/* Archive-specific button (secondary style) */
/* Archive-specific button (secondary style) */
.pvrm-archive-btn-secondary {
  /* [CHANGED] Violet -> #f8c171 (Orange) */
  background: linear-gradient(135deg, #f8c171, #f8c171) !important;
  /* [CHANGED] Shadow color updated to match orange */
  box-shadow: 0 10px 25px rgba(248, 193, 113, 0.4); 
}

.pvrm-archive-btn-secondary:hover {
  /* [CHANGED] Hover effect: slight gradient to standard PVRM orange */
  background: linear-gradient(135deg, #f8c171, #f39c55) !important;
  box-shadow: 0 20px 35px rgba(248, 193, 113, 0.5);
}

/* Contact Stack */
.pvrm-hero-contact-stack {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  align-items: center;
}

.pvrm-hero-detailed-link {
  font-family: "Manrope", sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--hero-link-color);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
}

.pvrm-hero-detailed-link i {
  color: var(--hero-link-icon);
  font-size: 1rem;
  transition: all 0.3s ease;
}

.pvrm-hero-detailed-link:hover {
  color: var(--hero-link-hover);
}

.pvrm-hero-detailed-link:hover i {
  color: #6d6096;
  transform: scale(1.1);
}

/* ==========================================================================
   RESPONSIVE — Large Desktop (1400px+)
   ========================================================================== */
@media (min-width: 1400px) {
  .pvrm-hero-grid,
  .pvrm-hero-image {
    min-height: 750px;
  }

  .pvrm-hero-content {
    padding: 80px 6%;
    max-width: 1600px;
  }

  .pvrm-home-hero-card {
    padding: 70px 75px;
    max-width: 620px;
  }

  .pvrm-archive-hero-card {
    padding: 60px 65px;
    max-width: 580px;
  }

  .pvrm-home-hero-tag {
    font-size: 0.85rem;
    letter-spacing: 3px;
    margin-bottom: 20px;
  }

  .pvrm-home-hero-h1 {
    font-size: 2.8rem;
    margin-bottom: 28px;
  }

  .pvrm-home-hero-sub {
    font-size: 1.15rem;
    line-height: 1.75;
    margin-bottom: 38px;
  }

  .pvrm-home-hero-bullets {
    margin-bottom: 45px;
  }

  .pvrm-home-hero-bullets li {
    font-size: 1.1rem;
    margin-bottom: 14px;
  }

  .pvrm-home-hero-cta-block {
    gap: 28px;
  }

  .pvrm-hero-btn-primary {
    padding: 22px 45px;
    font-size: 1.1rem;
  }

  .pvrm-hero-detailed-link {
    font-size: 1rem;
  }
}

/* ==========================================================================
   RESPONSIVE — Laptop (1199px - 1399px)
   ========================================================================== */
@media (max-width: 1399px) and (min-width: 1200px) {
  .pvrm-hero-grid,
  .pvrm-hero-image {
    min-height: 650px;
  }

  .pvrm-hero-content {
    padding: 50px 5%;
  }

  .pvrm-home-hero-card {
    padding: 50px 55px;
    max-width: 520px;
  }

  .pvrm-archive-hero-card {
    padding: 48px 52px;
    max-width: 520px;
  }

  .pvrm-home-hero-tag {
    font-size: 0.78rem;
    margin-bottom: 16px;
  }

  .pvrm-home-hero-h1 {
    font-size: 2.3rem;
    margin-bottom: 22px;
  }

  .pvrm-home-hero-sub {
    font-size: 1.05rem;
    margin-bottom: 32px;
  }

  .pvrm-home-hero-bullets {
    margin-bottom: 38px;
  }

  .pvrm-home-hero-bullets li {
    font-size: 1rem;
  }

  .pvrm-home-hero-cta-block {
    gap: 22px;
  }

  .pvrm-hero-btn-primary {
    padding: 18px 35px;
    font-size: 1rem;
  }
}

/* ==========================================================================
   RESPONSIVE — Small Laptop (1025px - 1199px)
   ========================================================================== */
@media (max-width: 1199px) and (min-width: 1025px) {
  .pvrm-hero-grid,
  .pvrm-hero-image {
    min-height: 600px;
  }

  .pvrm-hero-content {
    padding: 45px 4%;
  }

  .pvrm-home-hero-card {
    padding: 45px 50px;
    max-width: 480px;
  }

  .pvrm-archive-hero-card {
    padding: 42px 48px;
    max-width: 480px;
  }

  .pvrm-home-hero-card:hover {
    transform: translateY(-4px);
  }

  .pvrm-home-hero-tag {
    font-size: 0.75rem;
    letter-spacing: 2.2px;
    margin-bottom: 15px;
  }

  .pvrm-home-hero-h1 {
    font-size: 2.1rem;
    margin-bottom: 20px;
  }

  .pvrm-archive-hero-card .pvrm-home-hero-h1 {
    font-size: 1.95rem;
  }

  .pvrm-home-hero-sub {
    font-size: 1rem;
    line-height: 1.68;
    margin-bottom: 28px;
  }

  .pvrm-home-hero-bullets {
    margin-bottom: 32px;
  }

  .pvrm-home-hero-bullets li {
    font-size: 0.98rem;
    margin-bottom: 10px;
  }

  .pvrm-home-hero-cta-block {
    gap: 20px;
  }

  .pvrm-hero-btn-primary {
    padding: 16px 32px;
    font-size: 0.95rem;
  }

  .pvrm-hero-detailed-link {
    font-size: 0.92rem;
  }
}

/* ==========================================================================
   RESPONSIVE — Tablet Landscape (901px - 1024px)
   ========================================================================== */
@media (max-width: 1024px) and (min-width: 901px) {
  .pvrm-hero-image img {
    width: 100%;
    height: 420px;
    object-position: center;
  }

  /* ~25% overlap of 420px = ~105px */
  .pvrm-home-hero-card {
    padding: 45px 50px;
    margin: -105px 30px 0;
    box-shadow:
      0 25px 55px -10px var(--hero-shadow),
      0 10px 20px -5px rgba(0, 0, 0, 0.04);
  }

  .pvrm-archive-hero-card {
    padding: 40px 45px;
    margin: -100px 28px 0;
    max-width: 100%;
  }

  .pvrm-home-hero-card:hover {
    transform: translateY(-4px);
    box-shadow:
      0 30px 60px -10px var(--hero-shadow-hover),
      0 12px 22px -5px rgba(0, 0, 0, 0.05);
  }

  .pvrm-home-hero-tag {
    font-size: 0.75rem;
    letter-spacing: 2.2px;
    margin-bottom: 15px;
  }

  .pvrm-home-hero-card:hover .pvrm-home-hero-tag {
    letter-spacing: 3px;
  }

  .pvrm-home-hero-h1 {
    font-size: 2rem;
    margin-bottom: 18px;
  }

  .pvrm-archive-hero-card .pvrm-home-hero-h1 {
    font-size: 1.8rem;
  }

  .pvrm-home-hero-sub {
    font-size: 1rem;
    line-height: 1.68;
    margin-bottom: 25px;
  }

  .pvrm-archive-hero-card .pvrm-home-hero-sub {
    font-size: 0.95rem;
  }

  .pvrm-home-hero-bullets {
    margin-bottom: 28px;
  }

  .pvrm-archive-hero-card .pvrm-home-hero-bullets {
    margin-bottom: 22px;
  }

  .pvrm-home-hero-bullets li {
    font-size: 0.98rem;
    margin-bottom: 10px;
    padding-left: 22px;
  }

  .pvrm-archive-hero-card .pvrm-home-hero-bullets li {
    font-size: 0.9rem;
    margin-bottom: 8px;
  }

  .pvrm-home-hero-bullets li:hover {
    transform: translateX(2px);
  }

  .pvrm-home-hero-cta-block {
    gap: 20px;
  }

  .pvrm-archive-hero-card .pvrm-home-hero-cta-block {
    gap: 16px;
  }

  .pvrm-hero-btn-primary {
    padding: 18px 35px;
    font-size: 0.95rem;
    letter-spacing: 1.2px;
  }

  .pvrm-hero-btn-primary:hover {
    transform: translateY(-4px) scale(1.01);
  }

  .pvrm-archive-btn-secondary {
    padding: 14px 28px;
    font-size: 0.88rem;
    width: 60%;
    align-self: center;
  }

  .pvrm-hero-detailed-link {
    font-size: 0.92rem;
  }
}

/* ==========================================================================
   RESPONSIVE — Tablet Portrait (768px - 900px)
   ========================================================================== */
@media (max-width: 900px) and (min-width: 768px) {
  .pvrm-hero-image img {
    width: 100%;
    height: 380px;
    object-position: center;
  }

  /* ~25% overlap of 380px = ~95px */
  .pvrm-home-hero-card {
    padding: 40px 42px;
    margin: -95px 25px 0;
    border-top-width: 5px;
    box-shadow:
      0 22px 50px -10px var(--hero-shadow),
      0 8px 18px -5px rgba(0, 0, 0, 0.04);
  }

  .pvrm-archive-hero-card {
    padding: 36px 40px;
    margin: -90px 22px 0;
    max-width: 100%;
  }

  .pvrm-home-hero-card:hover {
    transform: translateY(-3px);
    box-shadow:
      0 28px 55px -10px var(--hero-shadow-hover),
      0 10px 20px -5px rgba(0, 0, 0, 0.05);
  }

  .pvrm-home-hero-tag {
    font-size: 0.72rem;
    letter-spacing: 2px;
    margin-bottom: 14px;
  }

  .pvrm-home-hero-card:hover .pvrm-home-hero-tag {
    letter-spacing: 2.8px;
  }

  .pvrm-home-hero-h1 {
    font-size: 1.85rem;
    margin-bottom: 16px;
  }

  .pvrm-archive-hero-card .pvrm-home-hero-h1 {
    font-size: 1.65rem;
    line-height: 1.3;
  }

  .pvrm-home-hero-sub {
    font-size: 0.95rem;
    line-height: 1.65;
    margin-bottom: 22px;
  }

  .pvrm-archive-hero-card .pvrm-home-hero-sub {
    font-size: 0.92rem;
    line-height: 1.65;
    margin-bottom: 20px;
  }

  .pvrm-home-hero-bullets {
    margin-bottom: 25px;
  }

  .pvrm-archive-hero-card .pvrm-home-hero-bullets {
    margin-bottom: 22px;
  }

  .pvrm-home-hero-bullets li {
    font-size: 0.94rem;
    margin-bottom: 9px;
    padding-left: 22px;
  }

  .pvrm-archive-hero-card .pvrm-home-hero-bullets li {
    font-size: 0.9rem;
    margin-bottom: 8px;
  }

  .pvrm-home-hero-cta-block {
    gap: 18px;
  }

  .pvrm-archive-hero-card .pvrm-home-hero-cta-block {
    gap: 16px;
  }

  .pvrm-hero-btn-primary {
    padding: 16px 32px;
    font-size: 0.92rem;
  }

  .pvrm-hero-btn-primary:hover {
    transform: translateY(-3px) scale(1.01);
  }

  .pvrm-archive-btn-secondary {
    padding: 14px 28px;
    font-size: 0.88rem;
    width: 60%;
    align-self: center;
  }

  .pvrm-hero-detailed-link {
    font-size: 0.9rem;
  }
}

/* ==========================================================================
   RESPONSIVE — Large Mobile / Small Tablet (601px - 767px)
   ========================================================================== */
@media (max-width: 767px) and (min-width: 601px) {
  .pvrm-hero-image img {
    width: 100%;
    height: 340px;
    object-position: center;
  }

  /* ~22% overlap of 340px = ~75px */
  .pvrm-home-hero-card {
    padding: 35px 35px;
    margin: -75px 20px 0;
    border-top-width: 5px;
    border-radius: 3px;
    box-shadow:
      0 20px 45px -10px var(--hero-shadow),
      0 8px 15px -5px rgba(0, 0, 0, 0.03);
  }

  .pvrm-archive-hero-card {
    padding: 32px 32px;
    margin: -73px 18px 0;
    max-width: 100%;
  }

  .pvrm-home-hero-card:hover {
    transform: translateY(-3px);
    box-shadow:
      0 25px 50px -10px var(--hero-shadow-hover),
      0 10px 18px -5px rgba(0, 0, 0, 0.04);
  }

  .pvrm-home-hero-tag {
    font-size: 0.68rem;
    letter-spacing: 1.8px;
    margin-bottom: 12px;
  }

  .pvrm-home-hero-card:hover .pvrm-home-hero-tag {
    letter-spacing: 2.5px;
  }

  .pvrm-home-hero-h1 {
    font-size: 1.7rem;
    line-height: 1.2;
    margin-bottom: 15px;
  }

  .pvrm-archive-hero-card .pvrm-home-hero-h1 {
    font-size: 1.55rem;
    line-height: 1.3;
    margin-bottom: 14px;
  }

  .pvrm-home-hero-sub {
    font-size: 0.9rem;
    line-height: 1.62;
    margin-bottom: 20px;
  }

  .pvrm-archive-hero-card .pvrm-home-hero-sub {
    font-size: 0.88rem;
    line-height: 1.6;
    margin-bottom: 18px;
  }

  .pvrm-home-hero-bullets {
    margin-bottom: 22px;
  }

  .pvrm-archive-hero-card .pvrm-home-hero-bullets {
    margin-bottom: 20px;
  }

  .pvrm-home-hero-bullets li {
    font-size: 0.9rem;
    margin-bottom: 8px;
    padding-left: 20px;
    line-height: 1.55;
  }

  .pvrm-archive-hero-card .pvrm-home-hero-bullets li {
    font-size: 0.85rem;
    margin-bottom: 7px;
    padding-left: 18px;
  }

  .pvrm-home-hero-bullets li::before {
    font-size: 1rem;
  }

  .pvrm-home-hero-bullets li:hover {
    transform: translateX(2px);
  }

  .pvrm-home-hero-cta-block {
    gap: 16px;
  }

  .pvrm-archive-hero-card .pvrm-home-hero-cta-block {
    gap: 14px;
  }

  .pvrm-hero-btn-primary {
    padding: 15px 28px;
    font-size: 0.88rem;
    letter-spacing: 1px;
  }

  .pvrm-hero-btn-primary:hover {
    transform: translateY(-3px) scale(1.01);
  }

  .pvrm-archive-btn-secondary {
    padding: 13px 24px;
    font-size: 0.82rem;
  }

  .pvrm-hero-contact-stack {
    gap: 8px;
  }

  .pvrm-archive-hero-card .pvrm-hero-contact-stack {
    gap: 6px;
  }

  .pvrm-hero-detailed-link {
    font-size: 0.85rem;
    gap: 8px;
  }

  .pvrm-archive-hero-card .pvrm-hero-detailed-link {
    font-size: 0.8rem;
  }

  .pvrm-hero-detailed-link i {
    font-size: 0.95rem;
  }
}

/* ==========================================================================
   RESPONSIVE — Mobile (481px - 600px)
   ========================================================================== */
@media (max-width: 600px) and (min-width: 481px) {
  .pvrm-hero-image img {
    width: 100%;
    height: 300px;
    object-position: center;
  }

  /* ~23% overlap of 300px = ~70px */
  .pvrm-home-hero-card {
    padding: 32px 28px;
    margin: -70px 18px 0;
    border-top-width: 5px;
    border-radius: 3px;
    box-shadow:
      0 18px 42px -10px var(--hero-shadow),
      0 7px 14px -5px rgba(0, 0, 0, 0.03);
  }

  .pvrm-archive-hero-card {
    padding: 28px 26px;
    margin: -64px 15px 0;
    max-width: 100%;
  }

  .pvrm-home-hero-card:hover {
    transform: translateY(-2px);
    box-shadow:
      0 22px 48px -10px var(--hero-shadow-hover),
      0 9px 16px -5px rgba(0, 0, 0, 0.04);
  }

  .pvrm-home-hero-tag {
    font-size: 0.65rem;
    letter-spacing: 1.6px;
    margin-bottom: 10px;
  }

  .pvrm-home-hero-card:hover .pvrm-home-hero-tag {
    letter-spacing: 2.3px;
  }

  .pvrm-home-hero-h1 {
    font-size: 1.55rem;
    line-height: 1.22;
    margin-bottom: 14px;
  }

  .pvrm-archive-hero-card .pvrm-home-hero-h1 {
    font-size: 1.4rem;
    line-height: 1.28;
    margin-bottom: 12px;
  }

  .pvrm-home-hero-sub {
    font-size: 0.88rem;
    line-height: 1.6;
    margin-bottom: 18px;
  }

  .pvrm-archive-hero-card .pvrm-home-hero-sub {
    font-size: 0.85rem;
    line-height: 1.58;
    margin-bottom: 16px;
  }

  .pvrm-home-hero-bullets {
    margin-bottom: 20px;
  }

  .pvrm-archive-hero-card .pvrm-home-hero-bullets {
    margin-bottom: 18px;
  }

  .pvrm-home-hero-bullets li {
    font-size: 0.88rem;
    margin-bottom: 8px;
    padding-left: 20px;
    line-height: 1.55;
  }

  .pvrm-archive-hero-card .pvrm-home-hero-bullets li {
    font-size: 0.82rem;
    margin-bottom: 6px;
    padding-left: 16px;
  }

  .pvrm-home-hero-bullets li::before {
    font-size: 1rem;
  }

  .pvrm-home-hero-cta-block {
    gap: 14px;
  }

  .pvrm-archive-hero-card .pvrm-home-hero-cta-block {
    gap: 12px;
  }

  .pvrm-hero-btn-primary {
    padding: 14px 24px;
    font-size: 0.85rem;
    letter-spacing: 1px;
    box-shadow: 0 8px 20px var(--hero-btn-shadow);
  }

  .pvrm-hero-btn-primary:hover {
    transform: translateY(-3px) scale(1.01);
    box-shadow: 0 15px 28px var(--hero-btn-shadow-hover);
  }

  .pvrm-archive-btn-secondary {
    padding: 12px 20px;
    font-size: 0.78rem;
    width: 100%;
  }

  .pvrm-hero-contact-stack {
    gap: 8px;
  }

  .pvrm-archive-hero-card .pvrm-hero-contact-stack {
    gap: 6px;
  }

  .pvrm-hero-detailed-link {
    font-size: 0.82rem;
    gap: 8px;
  }

  .pvrm-archive-hero-card .pvrm-hero-detailed-link {
    font-size: 0.75rem;
  }

  .pvrm-hero-detailed-link i {
    font-size: 0.9rem;
  }
}

/* ==========================================================================
   RESPONSIVE — Mobile Portrait (361px - 480px)
   ========================================================================== */
@media (max-width: 480px) and (min-width: 361px) {
  .pvrm-hero-image img {
    height: 260px;
  }

  /* ~23% overlap of 260px = ~60px */
  .pvrm-home-hero-card {
    padding: 28px 22px;
    margin: -60px 12px 0;
    border-top-width: 4px;
  }

  .pvrm-archive-hero-card {
    padding: 24px 20px;
    margin: -55px 10px 0;
    max-width: 100%;
  }

  .pvrm-home-hero-tag {
    font-size: 0.6rem;
    letter-spacing: 1.4px;
    margin-bottom: 8px;
  }

  .pvrm-home-hero-h1 {
    font-size: 1.4rem;
    line-height: 1.22;
    margin-bottom: 12px;
  }

  .pvrm-archive-hero-card .pvrm-home-hero-h1 {
    font-size: 1.25rem;
    line-height: 1.25;
    margin-bottom: 10px;
  }

  .pvrm-home-hero-sub {
    font-size: 0.85rem;
    line-height: 1.58;
    margin-bottom: 16px;
  }

  .pvrm-archive-hero-card .pvrm-home-hero-sub {
    font-size: 0.82rem;
    line-height: 1.55;
    margin-bottom: 14px;
  }

  .pvrm-home-hero-bullets {
    margin-bottom: 18px;
  }

  .pvrm-archive-hero-card .pvrm-home-hero-bullets {
    margin-bottom: 16px;
  }

  .pvrm-home-hero-bullets li {
    font-size: 0.85rem;
    margin-bottom: 7px;
    padding-left: 18px;
    line-height: 1.5;
  }

  .pvrm-archive-hero-card .pvrm-home-hero-bullets li {
    font-size: 0.78rem;
    margin-bottom: 5px;
    padding-left: 14px;
  }

  .pvrm-home-hero-bullets li::before {
    font-size: 0.95rem;
  }

  .pvrm-home-hero-cta-block {
    gap: 12px;
  }

  .pvrm-archive-hero-card .pvrm-home-hero-cta-block {
    gap: 10px;
  }

  .pvrm-hero-btn-primary {
    padding: 13px 20px;
    font-size: 0.82rem;
    border-radius: 50px;
  }

  .pvrm-archive-btn-secondary {
    padding: 11px 16px;
    font-size: 0.74rem;
    width: 100%;
  }

  .pvrm-hero-contact-stack {
    gap: 6px;
  }

  .pvrm-hero-detailed-link {
    font-size: 0.78rem;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
}

/* ==========================================================================
   RESPONSIVE — Small Mobile (360px and below)
   ========================================================================== */
@media (max-width: 360px) {
  .pvrm-hero-image img {
    height: 220px;
  }

  /* ~23% overlap of 220px = ~50px */
  .pvrm-home-hero-card {
    padding: 24px 18px;
    margin: -50px 10px 0;
    border-top-width: 3px;
  }

  .pvrm-archive-hero-card {
    padding: 20px 16px;
    margin: -46px 8px 0;
    max-width: 100%;
  }

  .pvrm-home-hero-card:hover {
    transform: none;
  }

  .pvrm-home-hero-tag {
    font-size: 0.55rem;
    letter-spacing: 1.2px;
    margin-bottom: 6px;
  }

  .pvrm-home-hero-h1 {
    font-size: 1.25rem;
    line-height: 1.25;
    margin-bottom: 10px;
  }

  .pvrm-archive-hero-card .pvrm-home-hero-h1 {
    font-size: 1.1rem;
    line-height: 1.25;
    margin-bottom: 8px;
  }

  .pvrm-home-hero-sub {
    font-size: 0.82rem;
    line-height: 1.55;
    margin-bottom: 14px;
  }

  .pvrm-archive-hero-card .pvrm-home-hero-sub {
    font-size: 0.78rem;
    line-height: 1.5;
    margin-bottom: 12px;
  }

  .pvrm-home-hero-bullets {
    margin-bottom: 16px;
  }

  .pvrm-archive-hero-card .pvrm-home-hero-bullets {
    margin-bottom: 14px;
  }

  .pvrm-home-hero-bullets li {
    font-size: 0.82rem;
    margin-bottom: 6px;
    padding-left: 16px;
  }

  .pvrm-archive-hero-card .pvrm-home-hero-bullets li {
    font-size: 0.75rem;
    margin-bottom: 4px;
    padding-left: 12px;
  }

  .pvrm-home-hero-bullets li::before {
    font-size: 0.9rem;
  }

  .pvrm-home-hero-bullets li:hover {
    transform: none;
  }

  .pvrm-home-hero-cta-block {
    gap: 10px;
  }

  .pvrm-archive-hero-card .pvrm-home-hero-cta-block {
    gap: 10px;
  }

  .pvrm-hero-btn-primary {
    padding: 12px 16px;
    font-size: 0.78rem;
    letter-spacing: 0.8px;
  }

  .pvrm-hero-btn-primary:hover {
    transform: translateY(-2px);
  }

  .pvrm-archive-btn-secondary {
    padding: 10px 14px;
    font-size: 0.7rem;
    width: 100%;
  }

  .pvrm-hero-detailed-link {
    font-size: 0.75rem;
  }

  .pvrm-archive-hero-card .pvrm-hero-detailed-link {
    font-size: 0.7rem;
  }
}

/* ==========================================================================
   Touch Device Support
   ========================================================================== */
@media (hover: none) and (pointer: coarse) {
  .pvrm-home-hero-card:active {
    transform: scale(0.99);
    border-top-color: #6d6096;
  }

  .pvrm-home-hero-card:active .pvrm-home-hero-tag {
    color: var(--hero-text-tag-hover);
  }

  .pvrm-home-hero-bullets li:active {
    transform: translateX(3px);
  }

  .pvrm-home-hero-bullets li:active::before {
    transform: scale(1.15);
    color: #6d6096;
  }

  .pvrm-hero-btn-primary:active {
    transform: scale(0.98);
    box-shadow: 0 5px 15px var(--hero-btn-shadow);
  }

  .pvrm-hero-detailed-link:active {
    color: var(--hero-link-hover);
  }

  .pvrm-hero-detailed-link:active i {
    color: #6d6096;
    transform: scale(1.1);
  }
}

/* Desktop touch (≥1025px) uses border-left */
@media (hover: none) and (pointer: coarse) and (min-width: 1025px) {
  .pvrm-home-hero-card:active {
    border-top-color: var(--hero-border);
    border-left-color: #6d6096;
  }
}

/* ==========================================================================
   Accessibility — High Contrast
   ========================================================================== */
@media (prefers-contrast: high) {
  .pvrm-home-hero-card {
    border: 2px solid #000;
    border-top: 6px solid #000;
    box-shadow: none;
  }

  .pvrm-archive-hero-card {
    border: 2px solid #000;
    border-top: 6px solid #000;
    box-shadow: none;
  }

  @media (min-width: 1025px) {
    .pvrm-home-hero-card {
      border-top: 2px solid #000;
      border-left: 8px solid #000;
    }

    .pvrm-archive-hero-card {
      border-top: 2px solid #000;
      border-left: 8px solid #000;
    }
  }

  .pvrm-home-hero-tag,
  .pvrm-home-hero-h1,
  .pvrm-home-hero-sub,
  .pvrm-home-hero-bullets li {
    color: #000;
  }

  .pvrm-accent-violet {
    color: #000;
    text-decoration: underline;
  }

  .pvrm-home-hero-bullets li strong {
    text-decoration: underline;
  }

  .pvrm-home-hero-bullets li::before {
    color: #000;
  }

  .pvrm-hero-btn-primary {
    background: #000 !important;
    color: #fff !important;
    border: 3px solid #000;
    box-shadow: none;
  }

  .pvrm-hero-btn-primary:hover {
    background: #fff !important;
    color: #000 !important;
  }

  .pvrm-archive-btn-secondary {
    background: #000 !important;
    color: #fff !important;
    border: 3px solid #000;
    box-shadow: none;
  }

  .pvrm-archive-btn-secondary:hover {
    background: #fff !important;
    color: #000 !important;
  }

  .pvrm-hero-detailed-link,
  .pvrm-hero-detailed-link i {
    color: #000;
    text-decoration: underline;
  }
}

/* ==========================================================================
   Accessibility — Reduced Motion
   ========================================================================== */
@media (prefers-reduced-motion: reduce) {
  .pvrm-home-hero-card,
  .pvrm-home-hero-tag,
  .pvrm-home-hero-h1,
  .pvrm-accent-violet,
  .pvrm-home-hero-sub,
  .pvrm-home-hero-bullets li,
  .pvrm-home-hero-bullets li::before,
  .pvrm-hero-btn-primary,
  .pvrm-hero-detailed-link,
  .pvrm-hero-detailed-link i,
  .pvrm-archive-hero-card,
  .pvrm-archive-btn-secondary {
    transition: none;
  }

  .pvrm-home-hero-card:hover,
  .pvrm-home-hero-bullets li:hover,
  .pvrm-home-hero-bullets li:hover::before,
  .pvrm-hero-btn-primary:hover,
  .pvrm-archive-btn-secondary:hover,
  .pvrm-hero-detailed-link:hover i {
    transform: none;
  }
}

/* ==========================================================================
   Print Styles
   ========================================================================== */
@media print {
  .pvrm-hero-grid {
    display: block;
    min-height: auto;
  }

  .pvrm-hero-image {
    display: none;
  }

  .pvrm-home-hero-card {
    box-shadow: none;
    border: 1px solid #ccc;
    border-left: 6px solid #6d6096;
    border-top: 1px solid #ccc;
    padding: 30px;
    margin: 0;
    max-width: 100%;
    page-break-inside: avoid;
  }

  .pvrm-archive-hero-card {
    box-shadow: none;
    border: 1px solid #ccc;
    border-left: 6px solid #6d6096;
    border-top: 1px solid #ccc;
    padding: 30px;
    margin: 0;
    max-width: 100%;
    page-break-inside: avoid;
  }

  .pvrm-home-hero-tag {
    color: #6d6096;
  }

  .pvrm-home-hero-h1 {
    color: #000;
  }

  .pvrm-accent-violet {
    color: #6d6096;
  }

  .pvrm-home-hero-sub,
  .pvrm-home-hero-bullets li {
    color: #333;
  }

  .pvrm-home-hero-bullets li strong,
  .pvrm-home-hero-bullets li::before {
    color: #6d6096;
  }

  .pvrm-hero-btn-primary {
    background: #6d6096 !important;
    box-shadow: none;
    color: #fff !important;
  }

  .pvrm-archive-btn-secondary {
    background: #6d6096 !important;
    box-shadow: none;
    color: #fff !important;
  }

  .pvrm-hero-detailed-link {
    color: #6d6096;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-361116a *//* ==========================================================================
   PVRM Pflege Wissen — Search + Filter Zone
   Sticky search bar with category filtering
   ========================================================================== */

/* --------------------------------------------------------------------------
   Main Container — Sticky Zone
   -------------------------------------------------------------------------- */
.pvrm-search-filter-zone {
  --zone-bg: #f5f3fa;
  --zone-shadow: rgba(136, 136, 164, 0.1);
  --zone-shadow-scrolled: rgba(136, 136, 164, 0.15);
  --search-border: #8888a4;
  --search-border-focus: #f39c55;
  --search-bg: #ffffff;
  --search-text: #4a4a4a;
  --search-placeholder: #a6a6a6;
  --search-focus-ring: rgba(243, 156, 85, 0.1);
  --pill-text: #8888a4;
  --pill-text-active: #ffffff;
  --pill-bg-active: #f39c55;
  --pill-shadow-active: rgba(243, 156, 85, 0.3);
  --counter-text: #8888a4;

  position: sticky;
  top: 80px;
  z-index: 40;
  background: var(--zone-bg);
  padding: 30px 20px;
  box-shadow: 0 0 0 var(--zone-shadow);
  transition: box-shadow 0.3s ease, padding 0.3s ease;
  width: 100%;
}

/* Shadow appears when scrolled past hero */
.pvrm-search-filter-zone.is-scrolled {
  box-shadow: 0 4px 12px var(--zone-shadow-scrolled);
}

/* Wrapper for max-width constraint */
.pvrm-search-filter-wrapper {
  max-width: 1300px;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
}

/* --------------------------------------------------------------------------
   Search Bar Container
   -------------------------------------------------------------------------- */
.pvrm-search-bar {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  position: relative;
}

/* Search Icon (absolute positioned) */
.pvrm-search-icon {
  position: absolute;
  left: 14px;
  color: var(--search-placeholder);
  font-size: 1.1rem;
  pointer-events: none;
  transition: all 0.3s ease;
  z-index: 2;
}

/* Input Field */
.pvrm-search-bar input {
  flex: 1;
  padding: 14px 16px 14px 40px;
  font-family: "Manrope", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  border: 2px solid var(--search-border);
  border-radius: 4px;
  background: var(--search-bg);
  color: var(--search-text);
  box-sizing: border-box;
  transition: all 0.3s ease;
  width: 100%;
}

.pvrm-search-bar input::placeholder {
  color: var(--search-placeholder);
  font-weight: 400;
}

/* Input Focus State */
.pvrm-search-bar input:focus {
  outline: none;
  border-color: var(--search-border-focus);
  box-shadow: 0 0 0 3px var(--search-focus-ring);
  background: var(--search-bg);
}

/* Input Focus — Icon color change */
.pvrm-search-bar input:focus ~ .pvrm-search-icon {
  color: var(--search-border-focus);
}

/* Input Active/Typing */
.pvrm-search-bar input:not(:placeholder-shown) {
  border-color: var(--search-border-focus);
}

/* --------------------------------------------------------------------------
   Filter Pills Container
   -------------------------------------------------------------------------- */
.pvrm-filter-pills {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding-bottom: 8px;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
}

/* Hide scrollbar but keep functionality */
.pvrm-filter-pills::-webkit-scrollbar {
  height: 4px;
}

.pvrm-filter-pills::-webkit-scrollbar-track {
  background: transparent;
}

.pvrm-filter-pills::-webkit-scrollbar-thumb {
  background: #d0d0d0;
  border-radius: 4px;
}

.pvrm-filter-pills::-webkit-scrollbar-thumb:hover {
  background: #a0a0a0;
}

/* --------------------------------------------------------------------------
   Filter Pills — Individual Badges
   -------------------------------------------------------------------------- */
.pvrm-filter-pill {
  font-family: "Poppins", sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 10px 20px;
  white-space: nowrap;
  background: transparent;
  color: var(--pill-text);
  border: 2px solid transparent;
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  flex-shrink: 0; /* Prevent flex shrinking */
}

/* Pill Hover State (inactive) */
.pvrm-filter-pill:hover {
  color: #6d6096;
  border-color: #8888a4;
}

/* Pill Active State */
.pvrm-filter-pill.is-active {
  background: var(--pill-bg-active);
  color: var(--pill-text-active);
  border-color: var(--pill-bg-active);
  box-shadow: 0 4px 12px var(--pill-shadow-active);
  font-weight: 700;
}

.pvrm-filter-pill.is-active:hover {
  background: #e8894a;
  border-color: #e8894a;
  box-shadow: 0 6px 16px var(--pill-shadow-active);
  transform: translateY(-2px);
}

/* Pill Active State on Touch */
@media (hover: none) and (pointer: coarse) {
  .pvrm-filter-pill.is-active:active {
    transform: scale(0.98);
  }
}

/* --------------------------------------------------------------------------
   Results Counter (Optional)
   -------------------------------------------------------------------------- */
.pvrm-search-results-counter {
  font-family: "Manrope", sans-serif;
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--counter-text);
  display: block;
  margin-top: 12px;
  padding: 0 0 0 0;
  transition: all 0.3s ease;
  min-height: 20px; /* Reserve space to prevent layout shift */
}

.pvrm-search-results-counter.is-hidden {
  opacity: 0;
  pointer-events: none;
  min-height: 0;
}

.pvrm-search-results-counter strong {
  color: #6d6096;
  font-weight: 700;
}

/* ==========================================================================
   RESPONSIVE — Large Desktop (1400px+)
   ========================================================================== */
@media (min-width: 1400px) {
  .pvrm-search-filter-zone {
    padding: 35px 30px;
  }

  .pvrm-search-filter-wrapper {
    max-width: 1400px;
  }

  .pvrm-search-bar {
    margin-bottom: 22px;
    gap: 14px;
  }

  .pvrm-search-bar input {
    padding: 16px 18px 16px 44px;
    font-size: 1.05rem;
  }

  .pvrm-search-icon {
    font-size: 1.15rem;
    left: 16px;
  }

  .pvrm-filter-pills {
    gap: 14px;
  }

  .pvrm-filter-pill {
    font-size: 0.92rem;
    padding: 11px 24px;
    letter-spacing: 1.2px;
  }

  .pvrm-search-results-counter {
    font-size: 0.88rem;
    margin-top: 14px;
  }
}

/* ==========================================================================
   RESPONSIVE — Standard Desktop (1200px - 1399px)
   ========================================================================== */
@media (max-width: 1399px) and (min-width: 1200px) {
  .pvrm-search-filter-zone {
    padding: 32px 25px;
  }

  .pvrm-search-filter-wrapper {
    max-width: 1300px;
  }

  .pvrm-search-bar {
    margin-bottom: 20px;
  }

  .pvrm-search-bar input {
    padding: 14px 16px 14px 40px;
    font-size: 0.98rem;
  }

  .pvrm-search-icon {
    font-size: 1.05rem;
  }

  .pvrm-filter-pills {
    gap: 12px;
  }

  .pvrm-filter-pill {
    font-size: 0.88rem;
    padding: 10px 20px;
    letter-spacing: 0.95px;
  }

  .pvrm-search-results-counter {
    font-size: 0.83rem;
    margin-top: 12px;
  }
}

/* ==========================================================================
   RESPONSIVE — Laptop (1025px - 1199px)
   ========================================================================== */
@media (max-width: 1199px) and (min-width: 1025px) {
  .pvrm-search-filter-zone {
    padding: 28px 20px;
  }

  .pvrm-search-filter-wrapper {
    max-width: 1200px;
  }

  .pvrm-search-bar {
    margin-bottom: 18px;
  }

  .pvrm-search-bar input {
    padding: 13px 15px 13px 38px;
    font-size: 0.95rem;
  }

  .pvrm-search-icon {
    font-size: 1rem;
    left: 12px;
  }

  .pvrm-filter-pills {
    gap: 11px;
  }

  .pvrm-filter-pill {
    font-size: 0.85rem;
    padding: 9px 18px;
    letter-spacing: 0.9px;
  }

  .pvrm-search-results-counter {
    font-size: 0.8rem;
    margin-top: 10px;
  }
}

/* ==========================================================================
   RESPONSIVE — Tablet Landscape (901px - 1024px)
   ========================================================================== */
@media (max-width: 1024px) and (min-width: 901px) {
  .pvrm-search-filter-zone {
    padding: 26px 20px;
  }

  .pvrm-search-filter-wrapper {
    max-width: 100%;
  }

  .pvrm-search-bar {
    margin-bottom: 16px;
  }

  .pvrm-search-bar input {
    padding: 12px 14px 12px 36px;
    font-size: 0.92rem;
  }

  .pvrm-search-icon {
    font-size: 0.98rem;
    left: 11px;
  }

  .pvrm-filter-pills {
    gap: 10px;
  }

  .pvrm-filter-pill {
    font-size: 0.82rem;
    padding: 8px 16px;
    letter-spacing: 0.85px;
  }

  .pvrm-search-results-counter {
    font-size: 0.78rem;
    margin-top: 10px;
  }
}

/* ==========================================================================
   RESPONSIVE — Tablet Portrait (768px - 900px)
   ========================================================================== */
@media (max-width: 900px) and (min-width: 768px) {
  .pvrm-search-filter-zone {
    padding: 24px 25px;
    top: 80px;
  }

  .pvrm-search-filter-wrapper {
    max-width: 100%;
    padding: 0 15px;
  }

  .pvrm-search-bar {
    margin-bottom: 16px;
    gap: 10px;
  }

  .pvrm-search-bar input {
    padding: 12px 14px 12px 36px;
    font-size: 0.9rem;
  }

  .pvrm-search-icon {
    font-size: 0.96rem;
    left: 10px;
  }

  .pvrm-filter-pills {
    gap: 10px;
  }

  .pvrm-filter-pill {
    font-size: 0.8rem;
    padding: 8px 15px;
    letter-spacing: 0.8px;
  }

  .pvrm-search-results-counter {
    font-size: 0.76rem;
    margin-top: 10px;
  }
}

/* ==========================================================================
   RESPONSIVE — Large Mobile (601px - 767px)
   ========================================================================== */
@media (max-width: 767px) and (min-width: 601px) {
  .pvrm-search-filter-zone {
    padding: 20px 18px;
    top: 70px;
  }

  .pvrm-search-filter-wrapper {
    padding: 0 10px;
  }

  .pvrm-search-bar {
    margin-bottom: 14px;
    gap: 8px;
  }

  .pvrm-search-bar input {
    padding: 11px 12px 11px 32px;
    font-size: 0.88rem;
  }

  .pvrm-search-icon {
    font-size: 0.94rem;
    left: 9px;
  }

  .pvrm-filter-pills {
    gap: 9px;
    padding-bottom: 6px;
  }

  .pvrm-filter-pill {
    font-size: 0.76rem;
    padding: 7px 13px;
    letter-spacing: 0.7px;
  }

  .pvrm-search-results-counter {
    font-size: 0.72rem;
    margin-top: 9px;
  }
}

/* ==========================================================================
   RESPONSIVE — Mobile (481px - 600px)
   ========================================================================== */
@media (max-width: 600px) and (min-width: 481px) {
  .pvrm-search-filter-zone {
    padding: 18px 15px;
    top: 70px;
  }

  .pvrm-search-filter-wrapper {
    padding: 0 5px;
  }

  .pvrm-search-bar {
    margin-bottom: 12px;
    gap: 8px;
  }

  .pvrm-search-bar input {
    padding: 10px 11px 10px 30px;
    font-size: 0.85rem;
  }

  .pvrm-search-icon {
    font-size: 0.92rem;
    left: 8px;
  }

  .pvrm-filter-pills {
    gap: 8px;
    padding-bottom: 4px;
  }

  .pvrm-filter-pill {
    font-size: 0.72rem;
    padding: 6px 12px;
    letter-spacing: 0.6px;
  }

  .pvrm-search-results-counter {
    font-size: 0.68rem;
    margin-top: 8px;
  }
}

/* ==========================================================================
   RESPONSIVE — Mobile Portrait (361px - 480px)
   ========================================================================== */
@media (max-width: 480px) and (min-width: 361px) {
  .pvrm-search-filter-zone {
    padding: 16px 12px;
    top: 70px;
  }

  .pvrm-search-filter-wrapper {
    padding: 0;
  }

  .pvrm-search-bar {
    margin-bottom: 10px;
    gap: 6px;
  }

  .pvrm-search-bar input {
    padding: 9px 10px 9px 28px;
    font-size: 0.82rem;
  }

  .pvrm-search-icon {
    font-size: 0.9rem;
    left: 7px;
  }

  .pvrm-filter-pills {
    gap: 7px;
    padding-bottom: 4px;
  }

  .pvrm-filter-pill {
    font-size: 0.68rem;
    padding: 5px 10px;
    letter-spacing: 0.5px;
  }

  .pvrm-search-results-counter {
    font-size: 0.65rem;
    margin-top: 6px;
  }
}

/* ==========================================================================
   RESPONSIVE — Small Mobile (360px and below)
   ========================================================================== */
@media (max-width: 360px) {
  .pvrm-search-filter-zone {
    padding: 14px 10px;
    top: 60px;
  }

  .pvrm-search-filter-wrapper {
    padding: 0;
  }

  .pvrm-search-bar {
    margin-bottom: 10px;
    gap: 5px;
  }

  .pvrm-search-bar input {
    padding: 8px 9px 8px 26px;
    font-size: 0.8rem;
  }

  .pvrm-search-icon {
    font-size: 0.88rem;
    left: 6px;
  }

  .pvrm-filter-pills {
    gap: 6px;
    padding-bottom: 4px;
  }

  .pvrm-filter-pill {
    font-size: 0.65rem;
    padding: 5px 9px;
    letter-spacing: 0.4px;
  }

  .pvrm-search-results-counter {
    font-size: 0.62rem;
    margin-top: 6px;
  }
}

/* ==========================================================================
   Touch Device Support
   ========================================================================== */
@media (hover: none) and (pointer: coarse) {
  /* Input focus remains, plus active state */
  .pvrm-search-bar input:active {
    border-color: var(--search-border-focus);
    box-shadow: 0 0 0 3px var(--search-focus-ring);
  }

  /* Pill active state with touch feedback */
  .pvrm-filter-pill:active {
    transform: scale(0.95);
  }

  .pvrm-filter-pill.is-active:active {
    transform: scale(0.98);
  }
}

/* ==========================================================================
   Accessibility — High Contrast Mode
   ========================================================================== */
@media (prefers-contrast: high) {
  .pvrm-search-filter-zone {
    background: #ffffff;
    border-top: 3px solid #000;
    border-bottom: 3px solid #000;
  }

  .pvrm-search-bar input {
    border: 3px solid #000;
    background: #ffffff;
    color: #000;
  }

  .pvrm-search-bar input:focus {
    border-color: #000;
    box-shadow: 0 0 0 2px #000;
  }

  .pvrm-search-icon {
    color: #000;
  }

  .pvrm-filter-pill {
    border: 2px solid #000;
    color: #000;
    background: #ffffff;
  }

  .pvrm-filter-pill:hover {
    background: #f0f0f0;
    border-color: #000;
  }

  .pvrm-filter-pill.is-active {
    background: #000;
    color: #ffffff;
    border-color: #000;
    box-shadow: none;
  }

  .pvrm-filter-pill.is-active:hover {
    background: #333;
  }

  .pvrm-search-results-counter {
    color: #000;
    font-weight: 700;
  }

  .pvrm-search-results-counter strong {
    color: #000;
  }
}

/* ==========================================================================
   Accessibility — Reduced Motion
   ========================================================================== */
@media (prefers-reduced-motion: reduce) {
  .pvrm-search-filter-zone,
  .pvrm-search-bar input,
  .pvrm-search-icon,
  .pvrm-filter-pills,
  .pvrm-filter-pill,
  .pvrm-search-results-counter {
    transition: none;
  }

  .pvrm-filter-pills {
    scroll-behavior: auto;
  }

  .pvrm-filter-pill:hover,
  .pvrm-filter-pill:active,
  .pvrm-filter-pill.is-active:hover,
  .pvrm-filter-pill.is-active:active {
    transform: none;
  }
}

/* ==========================================================================
   Print Styles
   ========================================================================== */
@media print {
  .pvrm-search-filter-zone {
    position: static;
    background: #ffffff;
    box-shadow: none;
    padding: 20px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }

  .pvrm-search-bar {
    display: none;
  }

  .pvrm-filter-pills {
    flex-wrap: wrap;
    gap: 10px;
  }

  .pvrm-filter-pill {
    background: #f5f5f5;
    border: 1px solid #ccc;
    color: #6d6096;
  }

  .pvrm-filter-pill.is-active {
    background: #6d6096;
    color: #ffffff;
  }

  .pvrm-search-results-counter {
    color: #666;
    display: block;
    margin-top: 10px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-19f65ee *//* ==========================================================================
   PVRM Pflege Wissen — Featured & Grid Article Section
   Includes: Editorial Z-pattern (Hero) & 3-Column Grid Layout
   ========================================================================== */

/* --------------------------------------------------------------------------
   Section Container & Variables
   -------------------------------------------------------------------------- */
.pvrm-featured-article-section {
  --section-bg: #ffffff;
  --section-padding-v: 100px;
  --section-padding-h: 20px;

  /* Global Colors */
  --pvrm-violet: #6d6096;
  --pvrm-violet-dark: #5a4f82;
  --pvrm-orange: #f39c55;
  --pvrm-text-main: #4a4a4a;
  --pvrm-text-body: #5a5a5a;
  --pvrm-text-meta: #8888a4;

  background: var(--section-bg);
  padding: var(--section-padding-v) var(--section-padding-h);
  width: 100%;
  margin: 0;
  overflow: hidden;
}

.pvrm-featured-article-wrapper,
.pvrm-article-grid-wrapper {
  max-width: 1300px;
  margin: 0 auto;
  width: 100%;
}

/* --------------------------------------------------------------------------
   Section Title
   -------------------------------------------------------------------------- */
.pvrm-section-title {
  font-family: "Poppins", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  color: #f39c55;
  text-align: center;
  margin: 0 0 50px 0;
  letter-spacing: -0.5px;
  position: relative;
}

/* Optional: Decorative underline */
.pvrm-section-title::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #f39c55, #6d6096);
  margin: 18px auto 0;
  border-radius: 2px;
}

/* Responsive adjustments */
@media (max-width: 767px) {
  .pvrm-section-title {
    font-size: 1.8rem;
    margin-bottom: 35px;
  }
}

@media (max-width: 480px) {
  .pvrm-section-title {
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
}

/* --------------------------------------------------------------------------
   GRID LAYOUT (New Implementation for 6 Articles)
   -------------------------------------------------------------------------- */
.pvrm-article-grid-wrapper {
  display: grid;
  /* Default: 3 Columns */
  grid-template-columns: repeat(3, 1fr); 
  gap: 30px;
  margin-top: 0; /* Adjust if used below a featured article */
}

/* --- The Text Card (Grid Item) --- */
.pvrm-text-card {
  background: #ffffff;
  border: 1px solid #eeeeee; /* Subtle border */
  border-radius: 8px;
  padding: 35px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* Pushes footer to bottom */
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  height: 100%; /* Ensures all cards in a row are same height */
  box-shadow: 0 10px 30px -10px rgba(109, 96, 150, 0.1);
  position: relative;
  overflow: hidden;
  border-top: 4px solid transparent; /* Prepare for hover effect */
}

/* Hover Effect for Grid Cards */
.pvrm-text-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px -5px rgba(109, 96, 150, 0.18);
  border-color: #f39c55; /* Orange border on hover */
  border-top-color: #f39c55; /* Top highlight */
}

/* --- Inner Spacing --- */
.pvrm-card-content {
  margin-bottom: 25px;
}

.pvrm-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  border-top: 1px solid #f5f5f5;
  margin-top: auto; /* Ensures alignment */
}

/* --- Typography Overrides for Grid Cards --- */
/* We reuse the class names but adjust sizes for the smaller cards */

.pvrm-text-card .pvrm-featured-article-headline {
  font-size: 1.25rem; /* Smaller than the 2.2rem main headline */
  margin-bottom: 12px;
  line-height: 1.4;
}

.pvrm-text-card .pvrm-featured-article-excerpt {
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 0;
  -webkit-line-clamp: 4; /* Limit text lines */
}

.pvrm-text-card .pvrm-featured-article-badge {
  font-size: 0.7rem;
  padding: 6px 12px;
  margin-bottom: 15px;
  background: rgba(243, 156, 85, 0.1); /* Light Orange BG */
  border-left: none; /* Remove side border for cleaner look */
  color: var(--pvrm-orange);
}

/* --------------------------------------------------------------------------
   ORIGINAL LAYOUT (Featured Z-Pattern)
   -------------------------------------------------------------------------- */
.pvrm-featured-article-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  width: 100%;
}

.pvrm-featured-article-container.is-reversed {
  direction: rtl;
}

.pvrm-featured-article-container.is-reversed > * {
  direction: ltr;
}

/* --------------------------------------------------------------------------
   Image Container (Featured Only)
   -------------------------------------------------------------------------- */
.pvrm-featured-article-image {
  --img-shadow: rgba(109, 96, 150, 0.18);
  width: 100%;
  height: 100%;
  min-height: 400px;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 20px 50px var(--img-shadow);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.pvrm-featured-article-image:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 70px var(--img-shadow);
}

.pvrm-featured-article-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.pvrm-featured-article-image:hover img {
  transform: scale(1.05);
}

/* --------------------------------------------------------------------------
   Content Card (Floating - Featured Only)
   -------------------------------------------------------------------------- */
.pvrm-featured-article-card {
  --card-shadow: rgba(109, 96, 150, 0.15);
  background: #ffffff;
  padding: 50px 45px;
  border-left: 4px solid var(--pvrm-orange);
  border-radius: 4px;
  box-shadow: 0 20px 50px -10px var(--card-shadow);
  position: relative;
  z-index: 10;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.pvrm-featured-article-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 70px -10px rgba(109, 96, 150, 0.22);
  border-left-color: var(--pvrm-violet);
}

/* --------------------------------------------------------------------------
   Shared Typography & Elements
   -------------------------------------------------------------------------- */

/* Headline */
.pvrm-featured-article-headline {
  font-family: "Poppins", sans-serif;
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.5px;
  color: var(--pvrm-text-main);
  margin: 0 0 20px 0;
  transition: all 0.3s ease;
}

.pvrm-featured-article-headline strong {
  color: var(--pvrm-violet);
}

.pvrm-text-card:hover .pvrm-featured-article-headline strong,
.pvrm-featured-article-card:hover .pvrm-featured-article-headline strong {
  color: var(--pvrm-violet-dark);
}

/* Badge */
.pvrm-featured-article-badge {
  font-family: "Poppins", sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--pvrm-violet);
  background: linear-gradient(135deg, #f5f3fa 0%, #ebe8f4 100%);
  padding: 8px 18px;
  border-radius: 25px;
  border-left: 3px solid var(--pvrm-orange);
  display: inline-block;
  margin-bottom: 20px;
  box-shadow: 0 2px 8px rgba(109, 96, 150, 0.1);
}

/* Excerpt */
.pvrm-featured-article-excerpt {
  font-family: "Manrope", sans-serif;
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 1.75;
  color: var(--pvrm-text-body);
  margin: 0 0 25px 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Meta */
.pvrm-featured-article-meta {
  font-family: "Manrope", sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--pvrm-text-meta);
  display: flex;
  gap: 16px;
  align-items: center;
}

.pvrm-featured-article-meta-item i {
  color: var(--pvrm-orange);
  margin-right: 5px;
}

/* CTA Link */
.pvrm-featured-article-cta {
  font-family: "Manrope", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--pvrm-text-meta);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  transition: all 0.3s ease;
}

.pvrm-featured-article-cta:hover {
  color: var(--pvrm-violet);
  gap: 18px;
}

.pvrm-featured-article-cta i {
  color: var(--pvrm-orange);
}

/* ==========================================================================
   RESPONSIVE DESIGN
   ========================================================================== */

/* --- Large Desktop (1400px+) --- */
@media (min-width: 1400px) {
  .pvrm-featured-article-section {
    --section-padding-v: 120px;
    --section-padding-h: 30px;
  }
  .pvrm-article-grid-wrapper {
    gap: 40px;
  }
}

/* --- Standard Desktop (1200px - 1399px) --- */
@media (max-width: 1399px) {
  .pvrm-article-grid-wrapper {
    gap: 25px;
  }
  .pvrm-text-card {
    padding: 30px 25px;
  }
}

/* --- Tablet Landscape (1024px - 1199px) --- */
@media (max-width: 1199px) {
  /* Switch to 3 columns, tightly packed, OR 2 columns? 
     Let's keep 3 but reduce font sizes */
  .pvrm-text-card .pvrm-featured-article-headline {
    font-size: 1.15rem;
  }
}

/* --- Tablet Portrait / Small Laptop (768px - 1023px) --- */
@media (max-width: 1023px) {
  .pvrm-featured-article-container {
    grid-template-columns: 1fr; /* Featured becomes stacked */
    gap: 40px;
  }
  .pvrm-featured-article-image {
    min-height: 350px;
    order: -1;
  }
  
  /* GRID: Switch to 2 Columns */
  .pvrm-article-grid-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
}

/* --- Mobile (Max 767px) --- */
@media (max-width: 767px) {
  .pvrm-featured-article-section {
    --section-padding-v: 60px;
    --section-padding-h: 20px;
  }
  
  /* Featured Image height */
  .pvrm-featured-article-image {
    min-height: 250px;
  }
  
  /* GRID: Switch to 1 Column */
  .pvrm-article-grid-wrapper {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  .pvrm-text-card {
    padding: 30px 25px;
  }
  
  .pvrm-text-card .pvrm-featured-article-headline {
    font-size: 1.3rem; /* Slightly larger again for mobile readability */
  }
}

/* --- Small Mobile (Max 480px) --- */
@media (max-width: 480px) {
  .pvrm-featured-article-section {
    padding: 40px 15px;
  }
  
  .pvrm-featured-article-card {
    padding: 30px 20px;
  }
  
  .pvrm-text-card {
    padding: 25px 20px;
  }
  
  .pvrm-featured-article-cta {
    font-size: 0.85rem;
  }
}

/* ==========================================================================
   Accessibility & Print
   ========================================================================== */
@media (prefers-reduced-motion: reduce) {
  * { transition: none !important; transform: none !important; }
}

@media print {
  .pvrm-article-grid-wrapper { display: block; }
  .pvrm-text-card { 
    margin-bottom: 20px; border: 1px solid #000; break-inside: avoid; box-shadow: none; 
  }
  .pvrm-featured-article-image { display: none; }
}/* End custom CSS */