.elementor-6674 .elementor-element.elementor-element-919f123{--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-6674 .elementor-element.elementor-element-e8a544f{--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-6674 .elementor-element.elementor-element-e47cc01{--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-6674 .elementor-element.elementor-element-bb098fd{--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-6674 .elementor-element.elementor-element-9bc96fc{--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-6674 .elementor-element.elementor-element-9d63dcb{--display:flex;}@media(max-width:1024px){.elementor-6674 .elementor-element.elementor-element-9eef25a{padding:3px 3px 3px 3px;}}@media(min-width:768px){.elementor-6674 .elementor-element.elementor-element-919f123{--content-width:100%;}}@media(max-width:767px){.elementor-6674 .elementor-element.elementor-element-9bc96fc{--margin-top:4%;--margin-bottom:0%;--margin-left:0%;--margin-right:0%;}.elementor-6674 .elementor-element.elementor-element-9eef25a.elementor-element{--align-self:center;}}/* Start custom CSS for html, class: .elementor-element-5a025de *//* ==========================================================================
   PVRM REGIONAL HERO Edition
   ========================================================================== */

/* --------------------------------------------------------------------------
   CSS Variables
   -------------------------------------------------------------------------- */
.pvrm-hero-section {
  /* Colors */
  --hero-bg: #fdfcf0; /* PVRM Ivory */
  --hero-border: #f39c55; 
  --hero-border-hover: #6d6096; 
  --hero-shadow: rgba(109, 96, 150, 0.15);
  --hero-shadow-hover: rgba(109, 96, 150, 0.25);
  --hero-title: #4a4a4a;
  --hero-text: #5a5a5a;
  --hero-muted: #8888a4;
  --hero-accent: #f39c55;
  --hero-accent-hover: #6d6096;
  --hero-violet: #6d6096;
  
  /* Button Specifics */
  --hero-btn-bg: linear-gradient(135deg, #f39c55, #f8c171); /* Brand Orange Gradient */
  --hero-btn-shadow: rgba(243, 156, 85, 0.4);
  --hero-btn-shadow-hover: rgba(243, 156, 85, 0.5);
  --hero-link-color: #8888a4;
  --hero-link-hover: #6d6096;
  --hero-link-icon: #f39c55;

  /* Transitions */
  --hero-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --hero-transition-fast: all 0.3s ease;
}

/* --------------------------------------------------------------------------
   Grid Layout & Image
   -------------------------------------------------------------------------- */
.pvrm-hero-section {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}

.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;
  display: block;
}

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

/* --------------------------------------------------------------------------
   The "Stationery" Card
   -------------------------------------------------------------------------- */
.pvrm-hero-card {
  background: var(--hero-bg);
  /* Stationery Texture */
  background-image: linear-gradient(rgba(136, 136, 164, 0.03) 1px, transparent 1px);
  background-size: 100% 2.4rem;
  
  padding: 55px 60px;
  max-width: 550px;
  border-radius: 2px;
  border-left: 6px solid var(--hero-border);
  box-shadow: 20px 20px 60px var(--hero-shadow);
  position: relative;
  transition: var(--hero-transition);
}

.pvrm-hero-card:hover {
  transform: translateY(-8px);
  box-shadow: 25px 30px 70px var(--hero-shadow-hover);
  border-left-color: var(--hero-border-hover);
}

/* --------------------------------------------------------------------------
   Typography
   -------------------------------------------------------------------------- */
.pvrm-hero-tag {
  font-family: "Manrope", sans-serif;
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: var(--hero-muted);
  display: block;
  margin-bottom: 15px;
}

.pvrm-hero-h1 {
  font-family: "Poppins", sans-serif;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.5px;
  color: var(--hero-title);
  margin-bottom: 20px;
}

.pvrm-accent-violet {
  color: var(--hero-violet);
}

.pvrm-hero-sentiment {
  font-family: "Caveat", cursive;
  font-size: 1.35rem;
  font-weight: 400;
  color: var(--hero-violet);
  line-height: 1.4;
  margin-bottom: 25px;
  padding: 15px 0;
  border-top: 1px solid rgba(136, 136, 164, 0.15);
  border-bottom: 1px solid rgba(136, 136, 164, 0.15);
}

.pvrm-hero-p {
  font-family: "Manrope", sans-serif;
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.8;
  color: var(--hero-text);
  margin-bottom: 35px;
}

/* --------------------------------------------------------------------------
   NEW CTA BLOCK STYLING
   -------------------------------------------------------------------------- */
.pvrm-home-hero-cta-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start; /* Keeps it left-aligned for Stationery feel */
  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: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  text-decoration: none;
  padding: 18px 40px;
  border-radius: 60px;
  display: inline-block;
  text-align: center;
  /* Ensure button isn't excessively wide on Desktop */
  width: auto; 
  min-width: 280px; 
  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;
}

/* Contact Stack (Phone & Email) */
.pvrm-hero-contact-stack {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  align-items: flex-start; /* Aligns icons left */
}

.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: 12px;
  transition: all 0.3s ease;
}

.pvrm-hero-detailed-link i {
  color: var(--hero-link-icon);
  font-size: 1.1rem; /* Slightly larger icon */
  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 LOGIC
   ========================================================================== */

/* Tablet Landscape */
@media (max-width: 1100px) {
  .pvrm-hero-content { padding: 40px 5%; }
  .pvrm-hero-card { max-width: 480px; padding: 45px; }
  .pvrm-hero-h1 { font-size: 2rem; }
}

/* Mobile (Stacked) */
@media (max-width: 767px) {
  .pvrm-hero-grid { display: flex; flex-direction: column; min-height: auto; }
  
  .pvrm-hero-image { order: 1; height: 320px; min-height: auto; }
  
  .pvrm-hero-content { 
    order: 2; 
    padding: 0; 
    width: 100%; 
  }

  .pvrm-hero-card {
    margin: -50px 15px 0 15px; /* Overlap effect */
    max-width: 100%;
    padding: 35px 25px;
    border-left: none;
    border-top: 5px solid var(--hero-border);
    border-radius: 0;
  }
  
  .pvrm-hero-h1 { font-size: 1.6rem; }
  
  /* Mobile Button adjustments */
  .pvrm-hero-btn-primary {
    width: 100%; /* Full width on mobile */
    padding: 16px 20px;
    font-size: 0.9rem;
  }
  
  .pvrm-hero-contact-stack {
    align-items: center; /* Center links on mobile */
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9064147 *//* ==========================================================================
   PVRM Neighbor Section (Frankfurt) — Adapted from "Über Uns" Style
   ========================================================================== */

/* --------------------------------------------------------------------------
   CSS Variables (Scoped to Neighbor Section)
   -------------------------------------------------------------------------- */
.pvrm-neighbor-section {
  --neighbor-bg: #fdfcf0;
  --neighbor-border: #f0efdf;
  --neighbor-border-accent: #6d6096; /* Deep Ink Violet */
  --neighbor-border-accent-hover: #f39c55; /* Warm Action Orange */
  --neighbor-shadow: rgba(136, 136, 164, 0.15);
  --neighbor-shadow-hover: rgba(136, 136, 164, 0.22);
  --neighbor-tag-color: #a6a6a6;
  --neighbor-tag-hover: #f39c55;
  --neighbor-title-color: #4a4a4a;
  --neighbor-violet: #6d6096;
  --neighbor-violet-hover: #f39c55;
  --neighbor-text-color: #5a5a5a;
  --neighbor-quote-color: #6d6096;
  --neighbor-quote-hover: #5a4f82;
  --neighbor-signature-color: #1a237e; /* Blue Ink */
  --neighbor-link-color: #f39c55;
  --neighbor-link-hover: #6d6096;
  --neighbor-strong-color: #6d6096;
  --neighbor-strong-hover: #f39c55;
  --neighbor-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --neighbor-transition-fast: all 0.3s ease;
}

/* --------------------------------------------------------------------------
   Section Container
   -------------------------------------------------------------------------- */
.pvrm-neighbor-section {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 100px 5%; /* Generous Editorial Padding */
}

/* --------------------------------------------------------------------------
   Grid Layout (Desktop)
   -------------------------------------------------------------------------- */
.pvrm-neighbor-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  align-items: center;
  min-height: 550px;
}

/* --------------------------------------------------------------------------
   Image Container (Left)
   -------------------------------------------------------------------------- */
.pvrm-neighbor-image {
  position: relative;
  height: 100%;
  min-height: 500px;
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 20px 20px 0px rgba(136, 136, 164, 0.1); /* Subtle Offset Shadow */
}

.pvrm-neighbor-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  border-radius: 2px;
  transition: var(--neighbor-transition);
}

.pvrm-neighbor-image:hover img {
  transform: scale(1.02);
}

/* --------------------------------------------------------------------------
   Content Container (Right)
   -------------------------------------------------------------------------- */
.pvrm-neighbor-content {
  position: relative;
  z-index: 10;
}

/* --------------------------------------------------------------------------
   Card Styles (The Overlap)
   -------------------------------------------------------------------------- */
.pvrm-neighbor-overlap-card {
  background-color: var(--neighbor-bg);
  /* Stationery Texture */
  background-image: linear-gradient(rgba(136, 136, 164, 0.03) 1px, transparent 1px);
  background-size: 100% 2.4rem;
  
  padding: 60px 50px;
  border-radius: 2px;
  border: 1px solid var(--neighbor-border);
  border-left: 6px solid var(--neighbor-border-accent);
  
  /* THE OVERLAP MAGIC: Pulls card LEFT over image */
  margin-left: -80px; 
  
  position: relative;
  z-index: 10;
  box-shadow: 0 30px 60px var(--neighbor-shadow);
  transition: var(--neighbor-transition);
}

.pvrm-neighbor-overlap-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 40px 80px var(--neighbor-shadow-hover);
  border-left-color: var(--neighbor-border-accent-hover);
}

/* --------------------------------------------------------------------------
   Typography Elements
   -------------------------------------------------------------------------- */
/* Tag */
.pvrm-neighbor-tag {
  font-family: 'Manrope', sans-serif;
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: var(--neighbor-tag-color);
  display: block;
  margin-bottom: 20px;
  transition: var(--neighbor-transition-fast);
}

.pvrm-neighbor-overlap-card:hover .pvrm-neighbor-tag {
  color: var(--neighbor-tag-hover);
  letter-spacing: 4px;
}

/* Headline */
.pvrm-neighbor-h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.15;
  color: var(--neighbor-title-color);
  margin-bottom: 25px;
  transition: var(--neighbor-transition-fast);
}

.pvrm-text-violet {
  color: var(--neighbor-violet);
  transition: var(--neighbor-transition-fast);
}

.pvrm-neighbor-overlap-card:hover .pvrm-text-violet {
  color: var(--neighbor-violet-hover);
}

/* Body Text */
.pvrm-neighbor-body p {
  font-family: 'Manrope', sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.7;
  color: var(--neighbor-text-color);
  margin-bottom: 18px;
  transition: var(--neighbor-transition-fast);
}

.pvrm-neighbor-body strong {
  color: var(--neighbor-strong-color);
  font-weight: 700;
  transition: var(--neighbor-transition-fast);
}

.pvrm-neighbor-overlap-card:hover .pvrm-neighbor-body strong {
  color: var(--neighbor-strong-hover);
}

/* --------------------------------------------------------------------------
   Quote Box & Signature
   -------------------------------------------------------------------------- */
.pvrm-quote-box {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid rgba(136, 136, 164, 0.15);
  transition: var(--neighbor-transition-fast);
}

.pvrm-neighbor-overlap-card:hover .pvrm-quote-box {
  border-top-color: rgba(243, 156, 85, 0.3);
}

.pvrm-handwritten-quote {
  font-family: 'Caveat', cursive;
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--neighbor-quote-color);
  line-height: 1.4;
  margin-bottom: 12px;
  transition: var(--neighbor-transition-fast);
}

.pvrm-neighbor-overlap-card:hover .pvrm-handwritten-quote {
  color: var(--neighbor-quote-hover);
}

.pvrm-signature-block {
  margin-top: 10px;
  transition: var(--neighbor-transition);
}

.pvrm-sig-name {
  font-family: 'Caveat', cursive;
  font-size: 1.9rem;
  font-weight: 700;
  color: var(--neighbor-signature-color);
  display: inline-block;
  transition: var(--neighbor-transition);
}

.pvrm-neighbor-overlap-card:hover .pvrm-sig-name {
  transform: scale(1.08) translateX(10px);
}

/* --------------------------------------------------------------------------
   CTA Link
   -------------------------------------------------------------------------- */
.pvrm-link-wrapper {
  margin-top: 30px;
}

.pvrm-text-link {
  font-family: 'Manrope', sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--neighbor-link-color);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: var(--neighbor-transition-fast);
}

.pvrm-text-link .arrow {
  display: inline-block;
  transition: transform 0.3s ease;
}

.pvrm-text-link:hover {
  color: var(--neighbor-link-hover);
  letter-spacing: 3px;
}

.pvrm-text-link:hover .arrow {
  transform: translateX(8px);
}

/* ==========================================================================
   RESPONSIVE BREAKPOINTS (Matching User Guide)
   ========================================================================== */

/* Laptop adjustments */
@media (max-width: 1399px) {
  .pvrm-neighbor-overlap-card { padding: 45px; margin-left: -70px; }
  .pvrm-neighbor-h2 { font-size: 2.2rem; }
}

/* Tablet Portrait & Mobile (Stacked Layout) */
@media (max-width: 900px) {
  .pvrm-neighbor-grid {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  /* Image Top */
  .pvrm-neighbor-image {
    width: 100%;
    min-height: auto;
    order: 1;
    border-radius: 2px 2px 0 0;
  }
  
  .pvrm-neighbor-image img { height: 380px; }

  /* Content Bottom */
  .pvrm-neighbor-content {
    order: 2;
    width: 100%;
    padding: 0 15px;
  }

  /* Card resets for stacking */
  .pvrm-neighbor-overlap-card {
    margin-left: 0;
    margin-top: 0px; /* Flush */
    padding: 35px 30px;
    border-left: none;
    border-top: 5px solid var(--neighbor-border-accent);
    box-shadow: 0 20px 50px var(--neighbor-shadow);
  }

  .pvrm-neighbor-overlap-card:hover {
    border-top-color: var(--neighbor-border-accent-hover);
  }
}

/* Mobile */
@media (max-width: 767px) {
  .pvrm-neighbor-section { padding: 40px 0; }
  
  .pvrm-neighbor-image img { height: 300px; }
  
  .pvrm-neighbor-overlap-card {
    margin-top: -40px; /* Pull up over image on mobile */
    padding: 28px 24px;
    border-radius: 2px;
  }
  
  .pvrm-neighbor-h2 { font-size: 1.7rem; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-431de58 *//* ==========================================================================
   PVRM SECTION 3: Philosophy
   ========================================================================== */

/* --------------------------------------------------------------------------
   CSS Variables
   -------------------------------------------------------------------------- */
.pvrm-network-section {
  --net-bg: #ffffff; /* Clean White for contrast against Ivory sections */
  --net-accent: #f39c55; /* Orange */
  --net-violet: #6d6096; /* Deep Violet */
  --net-text: #5a5a5a;
  --net-title: #4a4a4a;
  --net-card-bg: #f8f8fa; /* Very light grey/violet tint */
  --net-card-hover: #fdfcf0; /* Ivory on hover */
  --net-shadow: rgba(109, 96, 150, 0.1);
  --net-transition: all 0.4s ease;
}

/* --------------------------------------------------------------------------
   Section Layout
   -------------------------------------------------------------------------- */
.pvrm-network-section {
  background-color: var(--net-bg);
  padding: 100px 5%;
  width: 100%;
}

.pvrm-network-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* --------------------------------------------------------------------------
   Header Block
   -------------------------------------------------------------------------- */
.pvrm-network-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 70px auto;
}

.pvrm-network-label {
  font-family: 'Manrope', sans-serif;
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #a6a6a6;
  display: block;
  margin-bottom: 15px;
}

.pvrm-network-h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--net-title);
  margin-bottom: 25px;
  line-height: 1.2;
}

.pvrm-text-violet {
  color: var(--net-violet);
}

.pvrm-network-intro {
  font-family: 'Manrope', sans-serif;
  font-size: 1.1rem;
  line-height: 1.7;
  color: var(--net-text);
}

/* --------------------------------------------------------------------------
   Grid Layout
   -------------------------------------------------------------------------- */
.pvrm-network-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 60px;
}

/* --------------------------------------------------------------------------
   Network Cards
   -------------------------------------------------------------------------- */
.pvrm-network-card {
  background: var(--net-card-bg);
  padding: 50px 40px;
  border-radius: 4px;
  border-top: 4px solid transparent;
  transition: var(--net-transition);
  position: relative;
}

.pvrm-network-card:hover {
  background: var(--net-card-hover);
  transform: translateY(-10px);
  box-shadow: 0 20px 50px var(--net-shadow);
  border-top-color: var(--net-accent); /* Orange highlight on top */
}

/* Icons */
.pvrm-card-icon {
  font-size: 2.5rem;
  color: #8888a4; /* Muted Violet */
  margin-bottom: 25px;
  transition: var(--net-transition);
}

.pvrm-network-card:hover .pvrm-card-icon {
  color: var(--net-violet);
  transform: scale(1.1);
}

/* Card Typography */
.pvrm-card-h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--net-title);
  margin-bottom: 15px;
}

.pvrm-card-p {
  font-family: 'Manrope', sans-serif;
  font-size: 0.95rem;
  line-height: 1.7;
  color: var(--net-text);
}

.pvrm-card-p strong {
  color: var(--net-violet);
  font-weight: 700;
}

/* --------------------------------------------------------------------------
   Footer Note
   -------------------------------------------------------------------------- */
.pvrm-network-footer {
  text-align: center;
  border-top: 1px solid #eee;
  padding-top: 40px;
  max-width: 700px;
  margin: 0 auto;
}

.pvrm-footer-note {
  font-family: 'Caveat', cursive;
  font-size: 1.5rem;
  color: var(--net-violet);
}

/* ==========================================================================
   RESPONSIVE BREAKPOINTS
   ========================================================================== */

/* Tablet Landscape (Small Laptops) */
@media (max-width: 1024px) {
  .pvrm-network-grid {
    gap: 20px;
  }
  .pvrm-network-card {
    padding: 40px 30px;
  }
  .pvrm-network-h2 {
    font-size: 2rem;
  }
}

/* Tablet Portrait & Mobile (Stacking) */
@media (max-width: 900px) {
  .pvrm-network-section {
    padding: 70px 5%;
  }

  .pvrm-network-grid {
    grid-template-columns: 1fr; /* Stack vertically */
    max-width: 500px;
    margin: 0 auto 50px auto;
  }

  .pvrm-network-card {
    text-align: center;
    padding: 40px;
    border-top: 4px solid #e0e0e0; /* Visible border on mobile */
  }

  .pvrm-network-card:hover {
    transform: none; /* Disable lift on mobile touch */
    border-top-color: var(--net-accent);
  }
}

/* Small Mobile */
@media (max-width: 480px) {
  .pvrm-network-h2 {
    font-size: 1.6rem;
  }
  .pvrm-network-intro {
    font-size: 1rem;
  }
  .pvrm-footer-note {
    font-size: 1.3rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-18a03cb *//* ==========================================================================
   PVRM Regional "Closer" Section
   ========================================================================== */

.pvrm-local-section {
  --local-bg: #ffffff;
  --local-border-accent: #6d6096; /* Primary Purple */
  --local-text-head: #4a4a4a;
  --local-text-body: #5a5a5a;
  --local-icon-pin: #6d6096;
  --local-icon-check: #f39c55; /* Accent Orange */
  --local-link: #8888a4; /* Muted Purple for CTA */
  --local-link-hover: #ffffff;
  --local-shadow: rgba(136, 136, 164, 0.12);
  --local-shadow-hover: rgba(136, 136, 164, 0.18);
  --local-transition: all 0.3s ease;
  
  padding: 60px 0;
  width: 100%;
}

.pvrm-local-container {
  max-width: 1000px; /* Constrained width for readability */
  margin: 0 auto;
  padding: 0 20px;
}

/* --- Card Container --- */
.pvrm-local-card {
  background: var(--local-bg);
  border-left: 5px solid var(--local-border-accent);
  border-radius: 4px;
  padding: 40px 50px;
  display: flex;
  align-items: flex-start;
  gap: 35px;
  box-shadow: 0 10px 30px var(--local-shadow);
  transition: var(--local-transition);
  position: relative;
  overflow: hidden;
}

.pvrm-local-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 50px var(--local-shadow-hover);
}

/* --- Icon Stack (Pin + Check) --- */
.pvrm-local-icon-wrapper {
  flex-shrink: 0;
  padding-top: 5px;
}

.pvrm-icon-stack {
  position: relative;
  width: 50px;
  height: 60px;
}

.pvrm-icon-pin {
  font-size: 48px;
  color: var(--local-icon-pin);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.pvrm-icon-check {
  font-size: 24px;
  color: var(--local-icon-check);
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  bottom: 8px;
  right: -5px;
  z-index: 2;
  border: 2px solid #ffffff;
}

/* --- Typography --- */
.pvrm-local-content {
  flex-grow: 1;
}

.pvrm-local-headline {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.3;
  color: var(--local-text-head);
  margin: 0 0 15px 0;
}

.pvrm-local-text {
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--local-text-body);
  margin: 0 0 30px 0;
}

/* --- CTA Button Row --- */
.pvrm-local-cta-row {
  text-align: left;
  margin-top: 25px;
}

/* --- CTA Button (Updated Style) --- */
.pvrm-local-cta-btn {
  display: inline-block;
  background-color: #ffffff !important;
  color: var(--local-link) !important;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.85rem;
  padding: 14px 32px;
  border: 2px solid var(--local-link) !important;
  border-radius: 50px;
  text-decoration: none;
  transition: var(--local-transition);
  cursor: pointer;
}

.pvrm-local-cta-btn:hover {
  background-color: var(--local-link) !important;
  color: var(--local-link-hover) !important;
  box-shadow: 0 10px 25px rgba(136, 136, 164, 0.25);
  transform: translateY(-3px);
}

.pvrm-local-cta-btn:focus-visible {
  outline: 2px solid var(--local-link);
  outline-offset: 4px;
}

.pvrm-local-cta-btn .arrow {
  margin-left: 10px;
  color: inherit;
  transition: transform 0.3s ease;
}

.pvrm-local-cta-btn:hover .arrow {
  transform: translateX(4px);
}

/* ==========================================================================
   Responsive
   ========================================================================== */

/* Tablet & Mobile (Stack layout) */
@media (max-width: 900px) {
  .pvrm-local-card {
    flex-direction: column;
    padding: 35px 30px;
    gap: 25px;
  }
  
  .pvrm-local-icon-wrapper {
    padding-top: 0;
  }
  
  .pvrm-local-headline {
    font-size: 1.5rem;
  }

  .pvrm-local-cta-row {
    text-align: left;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .pvrm-local-section {
    padding: 40px 0;
  }
  
  .pvrm-local-container {
    padding: 0 15px;
  }
  
  .pvrm-local-card {
    border-left: none;
    border-top: 5px solid var(--local-border-accent);
    padding: 30px 20px;
  }
  
  .pvrm-icon-pin {
    font-size: 40px;
  }
  
  .pvrm-icon-check {
    font-size: 20px;
    bottom: 12px;
    right: 0;
  }
  
  .pvrm-local-headline {
    font-size: 1.35rem;
  }
  
  .pvrm-local-text {
    font-size: 1rem;
  }
  
  .pvrm-local-cta-btn {
    font-size: 0.8rem;
    padding: 12px 26px;
  }
}

@media (max-width: 480px) {
  .pvrm-local-card {
    padding: 25px 18px;
  }

  .pvrm-local-headline {
    font-size: 1.25rem;
  }

  .pvrm-local-text {
    font-size: 0.95rem;
    margin-bottom: 20px;
  }

  .pvrm-local-cta-btn {
    font-size: 0.75rem;
    padding: 11px 22px;
  }
}

/* Touch Support */
@media (hover: none) and (pointer: coarse) {
  .pvrm-local-card:active {
    transform: scale(0.99);
  }

  .pvrm-local-cta-btn:active {
    transform: scale(0.98);
  }
}

/* Accessibility */
@media (prefers-contrast: high) {
  .pvrm-local-card {
    border: 2px solid #000;
    border-left-width: 6px;
  }

  .pvrm-local-headline {
    color: #000;
    font-weight: 900;
  }

  .pvrm-local-text {
    color: #000;
  }

  .pvrm-local-cta-btn {
    background-color: #ffffff !important;
    color: #000 !important;
    border: 2px solid #000 !important;
  }

  .pvrm-local-cta-btn:hover {
    background-color: #000 !important;
    color: #ffffff !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pvrm-local-card,
  .pvrm-local-cta-btn,
  .pvrm-local-cta-btn .arrow {
    transition: none;
  }

  .pvrm-local-card:hover,
  .pvrm-local-cta-btn:hover,
  .pvrm-local-cta-btn:hover .arrow {
    transform: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9eef25a *//* =========================================
   PVRM LEISTUNGEN: FINAL CTA SECTION
   Compact & Wide Layout with Contact Options
   ========================================= */

/* --- CSS Variables (if not already defined globally) --- */
:root {
  --pvrm-primary: #6d6096;
  --pvrm-accent: #f39c55;
  --pvrm-btn: #f8c171;
  --pvrm-text-dark: #4a4a4a;
  --pvrm-text-muted: #8888a4;
  --pvrm-text-body: #5a5a5a;
  --pvrm-text-light: #cccccc;
  --pvrm-border: #eeeeee;
  --pvrm-border-mid: #e0e0e0;
  --pvrm-white: #ffffff;
}

/* =========================================
   BASE / DESKTOP STYLES (1025px+)
   ========================================= */

.pvrm-leistungen-final-section {
  padding: 60px 20px;
  text-align: center;
}

.pvrm-final-action-wide {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* --- 1. HEADLINE GROUP --- */
.pvrm-action-header-group {
  margin-bottom: 30px;
}

.pvrm-action-tag {
  font-family: 'Manrope', sans-serif;
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: var(--pvrm-text-muted);
  display: block;
  margin-bottom: 10px;
}

.pvrm-action-h3 {
  font-family: 'Poppins', sans-serif !important;
  font-size: 2.8rem !important;
  font-weight: 600 !important;
  color: var(--pvrm-primary) !important;
  line-height: 1.1;
  margin: 0 0 10px 0 !important;
}

/* Highlight Effect */
.pvrm-text-highlight {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.pvrm-text-highlight::after {
  content: '';
  position: absolute;
  bottom: 6px;
  left: 0;
  width: 100%;
  height: 10px;
  background-color: rgba(136, 136, 164, 0.1);
  z-index: -1;
  transition: background-color 0.3s ease;
}

.pvrm-action-h3:hover .pvrm-text-highlight::after {
  background-color: rgba(243, 156, 85, 0.15);
}

.pvrm-action-subp {
  font-family: 'Manrope', sans-serif;
  font-size: 1.2rem;
  color: var(--pvrm-text-muted);
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1.5;
}

/* --- 2. CENTER CLUSTER (Button Container) --- */
.pvrm-center-cluster {
  width: 100%;
  max-width: 700px;
  margin-bottom: 20px;
}

/* Service Area Box */
.pvrm-service-area-box-compact {
  background-color: var(--pvrm-white);
  border: 1px solid var(--pvrm-border);
  border-left: 4px solid var(--pvrm-btn);
  padding: 15px 25px;
  border-radius: 8px;
  margin-bottom: 25px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.02);
  transition: all 0.3s ease;
}

.pvrm-service-area-box-compact:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
  border-left-color: var(--pvrm-accent);
}

.pvrm-service-area-box-compact p {
  font-family: 'Manrope', sans-serif;
  font-size: 1rem;
  color: var(--pvrm-text-body);
  line-height: 1.6;
  margin: 0;
}

.pvrm-service-area-box-compact strong {
  color: var(--pvrm-primary);
}

/* --- 3. BOUTIQUE CTA BUTTON --- */
.pvrm-action-btn-boutique {
  background-color: var(--pvrm-btn) !important;
  color: var(--pvrm-white) !important;
  border: 2px solid var(--pvrm-btn) !important;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 700 !important;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 18px 45px;
  border-radius: 50px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: 0 10px 25px rgba(248, 193, 113, 0.25);
}

.pvrm-action-btn-boutique:hover {
  background-color: var(--pvrm-white) !important;
  color: var(--pvrm-btn) !important;
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(248, 193, 113, 0.3);
}

/* Focus state for keyboard navigation */
.pvrm-action-btn-boutique:focus {
  outline: 3px solid var(--pvrm-accent);
  outline-offset: 3px;
}

/* --- 4. DIVIDER --- */
.pvrm-action-divider {
  font-family: 'Manrope', sans-serif;
  font-size: 0.75rem;
  color: var(--pvrm-text-light);
  font-weight: 800;
  margin: 20px 0;
  letter-spacing: 2px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
}

.pvrm-action-divider::before,
.pvrm-action-divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--pvrm-border);
  max-width: 80px;
}

/* --- 5. CONTACT ROW --- */
.pvrm-contact-row-detailed {
  display: flex;
  flex-direction: row;
  gap: 20px;
  width: 100%;
  justify-content: center;
}

.pvrm-contact-detailed-link {
  font-family: 'Manrope', sans-serif;
  color: var(--pvrm-text-body);
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 15px 25px;
  border-radius: 8px;
  border: 1px solid var(--pvrm-border-mid);
  transition: all 0.3s ease;
  background: var(--pvrm-white);
  flex: 1;
  max-width: 400px;
}

.pvrm-contact-detailed-link i {
  color: var(--pvrm-accent);
  font-size: 1.2rem;
  transition: transform 0.3s ease;
}

.pvrm-contact-detailed-link strong {
  color: var(--pvrm-primary);
  font-weight: 700;
  margin-left: 5px;
}

.pvrm-contact-detailed-link:hover {
  border-color: var(--pvrm-btn);
  background-color: var(--pvrm-white);
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.pvrm-contact-detailed-link:hover i {
  transform: scale(1.1);
}

/* Focus state for keyboard navigation */
.pvrm-contact-detailed-link:focus {
  outline: 2px solid var(--pvrm-accent);
  outline-offset: 2px;
}

/* --- 6. ACTION NOTE --- */
.pvrm-action-note {
  margin-top: 25px;
  font-family: 'Manrope', sans-serif;
  font-size: 0.85rem;
  color: var(--pvrm-text-muted);
  opacity: 0.8;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.pvrm-action-note i {
  color: var(--pvrm-accent);
}

/* --- UTILITY CLASS --- */
.mobile-hide {
  display: inline;
}

/* =========================================
   LARGE DESKTOP (1400px+)
   ========================================= */
@media (min-width: 1400px) {
  .pvrm-leistungen-final-section {
    padding: 80px 30px;
  }

  .pvrm-final-action-wide {
    max-width: 1100px;
  }

  .pvrm-action-header-group {
    margin-bottom: 40px;
  }

  .pvrm-action-tag {
    font-size: 0.85rem;
    letter-spacing: 3.5px;
  }

  .pvrm-action-h3 {
    font-size: 3.2rem !important;
  }

  .pvrm-text-highlight::after {
    height: 12px;
    bottom: 8px;
  }

  .pvrm-action-subp {
    font-size: 1.3rem;
  }

  .pvrm-center-cluster {
    max-width: 800px;
  }

  .pvrm-service-area-box-compact {
    padding: 18px 30px;
  }

  .pvrm-service-area-box-compact p {
    font-size: 1.05rem;
  }

  .pvrm-action-btn-boutique {
    padding: 20px 55px;
    font-size: 1.05rem;
  }

  .pvrm-contact-row-detailed {
    gap: 25px;
  }

  .pvrm-contact-detailed-link {
    padding: 18px 30px;
    font-size: 1.05rem;
    max-width: 450px;
  }

  .pvrm-action-note {
    font-size: 0.9rem;
    margin-top: 30px;
  }
}

/* =========================================
   LAPTOP (1200px - 1366px)
   ========================================= */
@media (max-width: 1366px) {
  .pvrm-leistungen-final-section {
    padding: 55px 25px;
  }

  .pvrm-action-header-group {
    margin-bottom: 28px;
  }

  .pvrm-action-tag {
    font-size: 0.78rem;
    letter-spacing: 2.5px;
  }

  .pvrm-action-h3 {
    font-size: 2.5rem !important;
  }

  .pvrm-action-subp {
    font-size: 1.15rem;
  }

  .pvrm-service-area-box-compact {
    padding: 14px 22px;
  }

  .pvrm-service-area-box-compact p {
    font-size: 0.95rem;
  }

  .pvrm-action-btn-boutique {
    padding: 16px 40px;
    font-size: 0.95rem;
  }

  .pvrm-contact-detailed-link {
    padding: 14px 22px;
    font-size: 0.95rem;
  }

  .pvrm-action-note {
    font-size: 0.82rem;
  }
}

/* =========================================
   SMALL LAPTOP (992px - 1199px)
   ========================================= */
@media (max-width: 1199px) {
  .pvrm-leistungen-final-section {
    padding: 50px 20px;
  }

  .pvrm-action-header-group {
    margin-bottom: 25px;
  }

  .pvrm-action-tag {
    font-size: 0.75rem;
    letter-spacing: 2px;
  }

  .pvrm-action-h3 {
    font-size: 2.3rem !important;
  }

  .pvrm-text-highlight::after {
    height: 8px;
    bottom: 5px;
  }

  .pvrm-action-subp {
    font-size: 1.1rem;
  }

  .pvrm-center-cluster {
    max-width: 600px;
  }

  .pvrm-service-area-box-compact {
    padding: 12px 20px;
    margin-bottom: 22px;
  }

  .pvrm-action-btn-boutique {
    padding: 15px 35px;
    font-size: 0.92rem;
    letter-spacing: 1.2px;
  }

  .pvrm-action-divider {
    margin: 18px 0;
  }

  .pvrm-contact-row-detailed {
    gap: 15px;
  }

  .pvrm-contact-detailed-link {
    padding: 12px 18px;
    font-size: 0.92rem;
    gap: 10px;
  }

  .pvrm-contact-detailed-link i {
    font-size: 1.1rem;
  }

  .pvrm-action-note {
    margin-top: 22px;
    font-size: 0.8rem;
  }
}

/* =========================================
   TABLET LANDSCAPE (768px - 1024px)
   ========================================= */
@media (max-width: 1024px) {
  .pvrm-leistungen-final-section {
    padding: 45px 25px;
  }

  .pvrm-action-header-group {
    margin-bottom: 22px;
  }

  .pvrm-action-tag {
    font-size: 0.72rem;
    letter-spacing: 1.8px;
    margin-bottom: 8px;
  }

  .pvrm-action-h3 {
    font-size: 2.1rem !important;
  }

  .pvrm-action-subp {
    font-size: 1.05rem;
  }

  .pvrm-center-cluster {
    max-width: 550px;
  }

  .pvrm-service-area-box-compact {
    padding: 12px 18px;
    margin-bottom: 20px;
    border-left-width: 3px;
  }

  .pvrm-service-area-box-compact p {
    font-size: 0.92rem;
    line-height: 1.55;
  }

  .pvrm-action-btn-boutique {
    padding: 14px 32px;
    font-size: 0.88rem;
  }

  .pvrm-action-divider {
    margin: 16px 0;
    font-size: 0.7rem;
  }

  .pvrm-contact-row-detailed {
    gap: 12px;
  }

  .pvrm-contact-detailed-link {
    padding: 12px 16px;
    font-size: 0.88rem;
    gap: 8px;
  }

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

  .pvrm-action-note {
    margin-top: 20px;
    font-size: 0.78rem;
  }
}

/* =========================================
   TABLET PORTRAIT (max-width: 900px)
   ========================================= */
@media (max-width: 900px) {
  .pvrm-leistungen-final-section {
    padding: 40px 20px;
  }

  .pvrm-action-h3 {
    font-size: 1.95rem !important;
  }

  .pvrm-action-subp {
    font-size: 1rem;
  }

  .pvrm-action-btn-boutique {
    padding: 13px 28px;
    font-size: 0.85rem;
  }

  /* Stack contact buttons on smaller tablets */
  .pvrm-contact-row-detailed {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }

  .pvrm-contact-detailed-link {
    width: 100%;
    max-width: 400px;
    padding: 14px 20px;
    justify-content: center;
  }
}

/* =========================================
   MOBILE (max-width: 767px)
   ========================================= */
@media (max-width: 767px) {
  .pvrm-leistungen-final-section {
    padding: 40px 20px;
  }

  .pvrm-action-header-group {
    margin-bottom: 20px;
  }

  .pvrm-action-tag {
    font-size: 0.68rem;
    letter-spacing: 1.5px;
    margin-bottom: 6px;
  }

  .pvrm-action-h3 {
    font-size: 1.8rem !important;
    line-height: 1.15;
  }

  .pvrm-text-highlight::after {
    height: 6px;
    bottom: 4px;
  }

  .pvrm-action-subp {
    font-size: 0.95rem;
    line-height: 1.45;
  }

  .pvrm-center-cluster {
    max-width: 100%;
    margin-bottom: 15px;
  }

  .pvrm-service-area-box-compact {
    padding: 14px 16px;
    margin-bottom: 18px;
    border-left-width: 3px;
    border-radius: 6px;
  }

  .pvrm-service-area-box-compact p {
    font-size: 0.88rem;
    line-height: 1.5;
  }

  .pvrm-action-btn-boutique {
    width: 100%;
    padding: 16px 20px;
    font-size: 0.85rem;
    letter-spacing: 1px;
    text-align: center;
  }

  .pvrm-action-divider {
    margin: 18px 0;
    font-size: 0.68rem;
    letter-spacing: 1.5px;
  }

  .pvrm-action-divider::before,
  .pvrm-action-divider::after {
    max-width: 50px;
  }

  .pvrm-contact-row-detailed {
    flex-direction: column;
    align-items: center;
    gap: 12px;
    width: 100%;
  }

  .pvrm-contact-detailed-link {
    width: 100%;
    max-width: 100%;
    flex-direction: column;
    text-align: center;
    gap: 8px;
    padding: 16px 15px;
    border-radius: 6px;
  }

  .pvrm-contact-detailed-link i {
    font-size: 1.3rem;
    margin-bottom: 2px;
  }

  .pvrm-contact-detailed-link span {
    font-size: 0.85rem;
  }

  .pvrm-contact-detailed-link strong {
    display: block;
    margin-left: 0;
    margin-top: 2px;
    font-size: 0.95rem;
  }

  .pvrm-action-note {
    margin-top: 20px;
    font-size: 0.78rem;
  }

  .mobile-hide {
    display: none;
  }
}

/* =========================================
   MOBILE PORTRAIT (max-width: 480px)
   ========================================= */
@media (max-width: 480px) {
  .pvrm-leistungen-final-section {
    padding: 35px 18px;
  }

  .pvrm-action-header-group {
    margin-bottom: 18px;
  }

  .pvrm-action-tag {
    font-size: 0.65rem;
    letter-spacing: 1.2px;
  }

  .pvrm-action-h3 {
    font-size: 1.55rem !important;
  }

  .pvrm-action-subp {
    font-size: 0.9rem;
  }

  .pvrm-service-area-box-compact {
    padding: 12px 14px;
  }

  .pvrm-service-area-box-compact p {
    font-size: 0.85rem;
  }

  .pvrm-action-btn-boutique {
    padding: 14px 18px;
    font-size: 0.82rem;
  }

  .pvrm-action-divider {
    margin: 15px 0;
    font-size: 0.65rem;
  }

  .pvrm-contact-detailed-link {
    padding: 14px 12px;
  }

  .pvrm-contact-detailed-link span {
    font-size: 0.82rem;
  }

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

  .pvrm-action-note {
    margin-top: 18px;
    font-size: 0.75rem;
  }
}

/* =========================================
   SMALL MOBILE (max-width: 360px)
   ========================================= */
@media (max-width: 360px) {
  .pvrm-leistungen-final-section {
    padding: 30px 15px;
  }

  .pvrm-action-h3 {
    font-size: 1.4rem !important;
  }

  .pvrm-action-subp {
    font-size: 0.85rem;
  }

  .pvrm-service-area-box-compact {
    padding: 10px 12px;
    border-left-width: 2px;
  }

  .pvrm-service-area-box-compact p {
    font-size: 0.82rem;
  }

  .pvrm-action-btn-boutique {
    padding: 12px 15px;
    font-size: 0.78rem;
    letter-spacing: 0.8px;
  }

  .pvrm-contact-detailed-link {
    padding: 12px 10px;
  }

  .pvrm-contact-detailed-link i {
    font-size: 1.1rem;
  }

  .pvrm-contact-detailed-link span {
    font-size: 0.78rem;
  }

  .pvrm-contact-detailed-link strong {
    font-size: 0.85rem;
  }

  .pvrm-action-note {
    font-size: 0.72rem;
  }
}

/* =========================================
   TOUCH DEVICES
   ========================================= */
@media (hover: none) and (pointer: coarse) {
  /* Disable hover transforms */
  .pvrm-action-btn-boutique:hover {
    background-color: var(--pvrm-btn) !important;
    color: var(--pvrm-white) !important;
    transform: none;
    box-shadow: 0 10px 25px rgba(248, 193, 113, 0.25);
  }

  .pvrm-contact-detailed-link:hover {
    transform: none;
    box-shadow: none;
    border-color: var(--pvrm-border-mid);
  }

  .pvrm-contact-detailed-link:hover i {
    transform: none;
  }

  .pvrm-service-area-box-compact:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.02);
    border-left-color: var(--pvrm-btn);
  }

  .pvrm-action-h3:hover .pvrm-text-highlight::after {
    background-color: rgba(136, 136, 164, 0.1);
  }

  /* Active states for touch feedback */
  .pvrm-action-btn-boutique:active {
    background-color: var(--pvrm-white) !important;
    color: var(--pvrm-btn) !important;
    transform: scale(0.98);
  }

  .pvrm-contact-detailed-link:active {
    transform: scale(0.98);
    border-color: var(--pvrm-btn);
    background-color: rgba(248, 193, 113, 0.05);
  }
}

/* =========================================
   ACCESSIBILITY - HIGH CONTRAST
   ========================================= */
@media (prefers-contrast: high) {
  .pvrm-action-btn-boutique {
    border-width: 3px !important;
  }

  .pvrm-contact-detailed-link {
    border-width: 2px;
    border-color: var(--pvrm-text-dark);
  }

  .pvrm-service-area-box-compact {
    border-width: 2px;
    border-left-width: 5px;
  }

  .pvrm-text-highlight::after {
    background-color: rgba(136, 136, 164, 0.3);
  }

  .pvrm-action-divider::before,
  .pvrm-action-divider::after {
    height: 2px;
    background: var(--pvrm-text-dark);
  }
}

/* =========================================
   ACCESSIBILITY - REDUCED MOTION
   ========================================= */
@media (prefers-reduced-motion: reduce) {
  .pvrm-action-btn-boutique,
  .pvrm-contact-detailed-link,
  .pvrm-contact-detailed-link i,
  .pvrm-service-area-box-compact,
  .pvrm-text-highlight::after {
    transition: none;
  }

  .pvrm-action-btn-boutique:hover,
  .pvrm-contact-detailed-link:hover {
    transform: none;
  }
}

/* =========================================
   ACCESSIBILITY - FOCUS VISIBLE
   ========================================= */
.pvrm-action-btn-boutique:focus-visible,
.pvrm-contact-detailed-link:focus-visible {
  outline: 3px solid var(--pvrm-accent);
  outline-offset: 3px;
}

/* =========================================
   PRINT STYLES
   ========================================= */
@media print {
  .pvrm-leistungen-final-section {
    padding: 30px 0;
    page-break-inside: avoid;
  }

  .pvrm-action-btn-boutique {
    box-shadow: none;
    border: 2px solid #333;
    background: #fff !important;
    color: #333 !important;
  }

  .pvrm-contact-detailed-link {
    box-shadow: none;
    border: 1px solid #999;
  }

  .pvrm-contact-detailed-link i {
    display: none;
  }

  .pvrm-service-area-box-compact {
    box-shadow: none;
    border: 1px solid #999;
    border-left: 3px solid #666;
  }

  .pvrm-text-highlight::after {
    display: none;
  }

  .pvrm-action-divider::before,
  .pvrm-action-divider::after {
    background: #999;
  }
}/* End custom CSS */