/* ============================================================
   PROSPERA HOSTINGER FINAL — UX/UI + MENU STABILITY PASS
   Purpose: no frozen menu, no viewport cut, stable portfolio media,
   responsive luxury polish for production Hostinger upload.
============================================================ */

:root {
  --prospera-final-header-height: var(--prospera-header-safe-height, var(--header-height, 88px));
  --prospera-final-menu-gutter: clamp(16px, 4.2vw, 88px);
  --prospera-final-menu-width: min(1640px, calc(100% - (var(--prospera-final-menu-gutter) * 2)));
}

html,
body {
  max-width: 100%;
  overflow-x: clip;
}

body.mega-menu-open {
  overflow-x: clip;
}

.site-header {
  z-index: 99990 !important;
  isolation: isolate !important;
}

.site-header .container,
.header-inner,
.prospera-v6-header-inner,
.desktop-nav,
.header-nav,
.header-cta {
  min-width: 0 !important;
}

.header-logo img {
  display: block !important;
  max-width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
}

/* ------------------------------------------------------------
   DESKTOP MEGA MENU — centered, visible and scroll-safe
------------------------------------------------------------ */
@media (min-width: 1261px) {
  .nav-dropdown {
    position: static !important;
  }

  .nav-dropdown-link,
  .nav-dropdown-toggle,
  .header-nav > li > a {
    touch-action: manipulation !important;
  }

  .services-mega-menu {
    position: fixed !important;
    inset-inline: 0 !important;
    left: 0 !important;
    right: 0 !important;
    top: var(--prospera-final-header-height) !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    max-height: calc(100svh - var(--prospera-final-header-height) - max(8px, env(safe-area-inset-bottom))) !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    overscroll-behavior: contain !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    padding: 0 0 max(16px, env(safe-area-inset-bottom)) !important;
    z-index: 99980 !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: translate3d(0, -8px, 0) !important;
    transform-origin: top center !important;
    transition: opacity .18s ease, transform .18s ease, visibility .18s linear !important;
    background:
      radial-gradient(circle at 18% 0%, rgba(224,138,94,.16), transparent 28%),
      radial-gradient(circle at 86% 10%, rgba(255,255,255,.07), transparent 25%),
      linear-gradient(155deg, rgba(4,28,39,.995) 0%, rgba(6,38,53,.995) 48%, rgba(3,22,31,1) 100%) !important;
    border-top: 1px solid rgba(224,138,94,.74) !important;
    border-bottom: 1px solid rgba(255,255,255,.10) !important;
    box-shadow: 0 30px 90px rgba(0,0,0,.52), 0 1px 0 rgba(255,255,255,.06) inset !important;
    scrollbar-gutter: stable both-edges !important;
    scrollbar-width: thin !important;
    scrollbar-color: rgba(224,138,94,.86) rgba(255,255,255,.075) !important;
    clip-path: none !important;
    contain: none !important;
  }

  .services-mega-menu.is-open,
  .nav-dropdown.mega-open .services-mega-menu,
  .nav-dropdown:focus-within .services-mega-menu {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translate3d(0, 0, 0) !important;
  }

  .services-mega-menu::-webkit-scrollbar { width: 10px !important; }
  .services-mega-menu::-webkit-scrollbar-track { background: rgba(255,255,255,.055) !important; }
  .services-mega-menu::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, rgba(224,138,94,.94), rgba(178,94,55,.94)) !important;
    border-radius: 999px !important;
    border: 2px solid rgba(5,31,42,.96) !important;
  }

  .services-mega-menu::before {
    content: '' !important;
    position: absolute !important;
    top: -22px !important;
    left: 0 !important;
    right: 0 !important;
    height: 24px !important;
    background: transparent !important;
    pointer-events: auto !important;
  }

  .mega-menu-inner,
  .prospera-v6-mega-inner {
    width: var(--prospera-final-menu-width) !important;
    max-width: var(--prospera-final-menu-width) !important;
    min-width: 0 !important;
    margin: 0 auto !important;
    box-sizing: border-box !important;
    padding: clamp(14px, 1.15vw, 22px) clamp(14px, 1.45vw, 30px) clamp(16px, 1.35vw, 26px) !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: clamp(12px, 1vw, 18px) !important;
    background: linear-gradient(180deg, rgba(255,255,255,.058), rgba(255,255,255,.022)) !important;
    border-inline: 1px solid rgba(255,255,255,.085) !important;
    border-bottom: 1px solid rgba(224,138,94,.24) !important;
    border-radius: 0 0 24px 24px !important;
    box-shadow: 0 22px 70px rgba(0,0,0,.20) !important;
    overflow: visible !important;
  }

  .mega-menu-categories,
  .prospera-v6-mega-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 245px), 1fr)) !important;
    gap: clamp(10px, .78vw, 15px) !important;
    align-items: stretch !important;
    width: 100% !important;
    min-width: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
  }

  @media (min-width: 1680px) {
    .mega-menu-categories,
    .prospera-v6-mega-grid { grid-template-columns: repeat(5, minmax(0, 1fr)) !important; }
  }

  @media (max-width: 1679px) and (min-width: 1420px) {
    .mega-menu-categories,
    .prospera-v6-mega-grid { grid-template-columns: repeat(4, minmax(0, 1fr)) !important; }
  }

  @media (max-width: 1419px) and (min-width: 1261px) {
    .mega-menu-categories,
    .prospera-v6-mega-grid { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
  }

  .mega-menu-category {
    min-width: 0 !important;
    height: auto !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
    padding: clamp(12px, .82vw, 16px) !important;
    border: 1px solid rgba(255,255,255,.09) !important;
    border-radius: 17px !important;
    background: linear-gradient(180deg, rgba(255,255,255,.058), rgba(255,255,255,.024)) !important;
    box-shadow: 0 14px 40px rgba(0,0,0,.16) !important;
    overflow: hidden !important;
  }

  .mega-menu-category-title {
    display: grid !important;
    grid-template-columns: 34px minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 0 !important;
    margin: 0 !important;
    min-width: 0 !important;
    border: 0 !important;
  }

  .mega-menu-category-title i {
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 12px !important;
    color: var(--copper-primary, #E08A5E) !important;
    background: rgba(224,138,94,.12) !important;
    border: 1px solid rgba(224,138,94,.22) !important;
    font-size: .92rem !important;
    line-height: 1 !important;
  }

  .mega-menu-category-title span {
    min-width: 0 !important;
    color: #fff !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 850 !important;
    font-size: clamp(.72rem, .68rem + .15vw, .88rem) !important;
    line-height: 1.15 !important;
    letter-spacing: .082em !important;
    text-transform: uppercase !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    padding: 0 !important;
  }

  .mega-menu-column-subtitle {
    margin: -1px 0 1px !important;
    max-width: none !important;
    min-width: 0 !important;
    color: rgba(255,255,255,.61) !important;
    font-size: clamp(.68rem, .64rem + .12vw, .78rem) !important;
    line-height: 1.36 !important;
    overflow-wrap: anywhere !important;
  }

  .mega-menu-service-list {
    display: grid !important;
    gap: 6px !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    min-width: 0 !important;
    max-height: none !important;
    opacity: 1 !important;
  }

  .mega-menu-service-link {
    display: grid !important;
    grid-template-columns: 22px minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 8px !important;
    min-height: 40px !important;
    width: 100% !important;
    min-width: 0 !important;
    padding: 8px 9px !important;
    border-radius: 12px !important;
    color: rgba(255,255,255,.92) !important;
    text-decoration: none !important;
    background: rgba(255,255,255,.034) !important;
    border: 1px solid rgba(255,255,255,.046) !important;
    box-sizing: border-box !important;
    transition: transform .16s ease, background .16s ease, border-color .16s ease !important;
  }

  .mega-menu-service-link::after { content: none !important; }

  .mega-menu-service-link i {
    width: 22px !important;
    height: 22px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: var(--copper-primary, #E08A5E) !important;
    font-size: .78rem !important;
    line-height: 1 !important;
  }

  .mega-menu-service-link > div { min-width: 0 !important; }

  .mega-menu-service-link strong {
    display: block !important;
    color: rgba(255,255,255,.96) !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: clamp(.72rem, .68rem + .12vw, .82rem) !important;
    line-height: 1.18 !important;
    letter-spacing: .01em !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
  }

  .mega-menu-service-link span {
    display: block !important;
    margin-top: 2px !important;
    color: rgba(255,255,255,.58) !important;
    font-size: clamp(.64rem, .61rem + .10vw, .74rem) !important;
    line-height: 1.28 !important;
    letter-spacing: 0 !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
  }

  .mega-menu-service-link:hover,
  .mega-menu-service-link:focus-visible {
    transform: translateY(-1px) !important;
    background: rgba(224,138,94,.125) !important;
    border-color: rgba(224,138,94,.35) !important;
    outline: none !important;
  }

  .mega-menu-view-all-item { margin-top: 2px !important; }

  .mega-menu-view-all-link {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    min-height: 42px !important;
    width: 100% !important;
    padding: 0 12px !important;
    border-radius: 12px !important;
    color: #fff !important;
    background: linear-gradient(135deg, rgba(224,138,94,.96), rgba(183,99,60,.97)) !important;
    border: 1px solid rgba(255,255,255,.16) !important;
    text-decoration: none !important;
    font-size: .70rem !important;
    letter-spacing: .075em !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
  }

  .mega-menu-trust-strip,
  .mega-menu-bottom {
    display: grid !important;
    grid-template-columns: 1.35fr repeat(3, minmax(0, .72fr)) 1.1fr !important;
    gap: 10px !important;
    align-items: stretch !important;
    padding-top: 2px !important;
    min-width: 0 !important;
  }

  .mega-trust-feature,
  .mega-trust-item,
  .mega-menu-bottom-item,
  .mega-menu-cta {
    min-height: 54px !important;
    border-radius: 16px !important;
    padding: 12px 14px !important;
    border: 1px solid rgba(255,255,255,.09) !important;
    background: rgba(255,255,255,.048) !important;
    min-width: 0 !important;
    overflow: hidden !important;
  }

  .mega-menu-cta {
    background: linear-gradient(135deg, rgba(224,138,94,.96), rgba(177,91,52,.96)) !important;
    border-color: rgba(255,255,255,.16) !important;
  }

  @media (max-width: 1500px) {
    .mega-menu-trust-strip,
    .mega-menu-bottom { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
  }

  @media (max-height: 820px) {
    .mega-menu-inner,
    .prospera-v6-mega-inner { padding-block: 12px 18px !important; gap: 12px !important; }
    .mega-menu-category { padding: 12px !important; gap: 7px !important; }
    .mega-menu-column-subtitle { display: none !important; }
    .mega-menu-service-list { gap: 5px !important; }
    .mega-menu-service-link { min-height: 38px !important; padding: 8px !important; }
    .mega-menu-service-link span { display: none !important; }
    .mega-trust-feature,
    .mega-trust-item,
    .mega-menu-bottom-item,
    .mega-menu-cta { min-height: 46px !important; padding: 10px 12px !important; }
  }

  @media (max-height: 660px) {
    .mega-menu-trust-strip,
    .mega-menu-bottom { display: none !important; }
  }
}

/* Intermediate widths should use the drawer before desktop links squeeze/cut. */
@media (max-width: 1260px) {
  .desktop-nav { display: none !important; }
  .hamburger { display: inline-flex !important; }
  .header-phone { display: none !important; }
  .services-mega-menu { display: none !important; }
}

/* ------------------------------------------------------------
   MOBILE DRAWER — no bottom clipping, accessible touch targets
------------------------------------------------------------ */
.mobile-overlay,
.mobile-nav {
  z-index: 99995 !important;
}

.mobile-nav {
  max-height: 100svh !important;
  height: 100svh !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  overscroll-behavior: contain !important;
  -webkit-overflow-scrolling: touch !important;
  padding-bottom: max(24px, env(safe-area-inset-bottom)) !important;
}

.mobile-nav-top {
  position: sticky !important;
  top: 0 !important;
  z-index: 4 !important;
  backdrop-filter: blur(18px) saturate(150%) !important;
  -webkit-backdrop-filter: blur(18px) saturate(150%) !important;
}

.mobile-nav-links,
.mobile-services-panel,
.mobile-service-group,
.mobile-services-grid,
.mobile-service-shortcut,
.mobile-nav-link {
  min-width: 0 !important;
}

.mobile-service-group { overflow: hidden !important; }

.mobile-service-group summary {
  min-height: 54px !important;
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  padding: 14px 16px !important;
  cursor: pointer !important;
  overflow-wrap: anywhere !important;
}

.mobile-services-grid {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 8px !important;
  padding: 0 12px 14px !important;
}

.mobile-service-shortcut,
.mobile-nav-link {
  overflow-wrap: anywhere !important;
}

body.menu-open {
  overflow: hidden !important;
  touch-action: none !important;
}

/* ------------------------------------------------------------
   PORTFOLIO — images always visible and responsive
------------------------------------------------------------ */
.portfolio-section,
.portfolio-page-main [data-portfolio-system] {
  overflow: clip !important;
  min-height: auto !important;
}

.portfolio-section .fade-in-up,
.portfolio-page .fade-in-up,
[data-portfolio-system] .fade-in-up,
.portfolio-gallery.fade-in-up {
  opacity: 1 !important;
  transform: none !important;
  visibility: visible !important;
}

.portfolio-gallery {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 292px), 1fr)) !important;
  grid-auto-flow: dense !important;
  gap: clamp(16px, 1.45vw, 26px) !important;
  align-items: start !important;
  width: 100% !important;
  min-height: 0 !important;
  opacity: 1 !important;
  transform: none !important;
  visibility: visible !important;
}

.portfolio-card,
.portfolio-card--wide,
.portfolio-card--tall {
  grid-column: auto / span 1 !important;
  grid-row: auto !important;
  display: flex !important;
  flex-direction: column !important;
  min-width: 0 !important;
  min-height: 100% !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateZ(0) !important;
  contain: layout paint !important;
}

@media (min-width: 1040px) {
  .portfolio-card--wide { grid-column: auto / span 2 !important; }
}

.portfolio-media-button {
  display: block !important;
  width: 100% !important;
  min-height: clamp(220px, 23vw, 390px) !important;
  aspect-ratio: 4 / 3 !important;
  overflow: hidden !important;
  isolation: isolate !important;
  background: linear-gradient(135deg, #061f2c, #0a3648) !important;
}

.portfolio-card--wide .portfolio-media-button { aspect-ratio: 16 / 9 !important; }
.portfolio-card--tall .portfolio-media-button { aspect-ratio: 3 / 4 !important; }

.portfolio-media-button img,
.portfolio-gallery img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  opacity: 1 !important;
  visibility: visible !important;
  backface-visibility: hidden !important;
  background: #061f2c !important;
}

.portfolio-card-body {
  flex: 1 1 auto !important;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%) !important;
}

.portfolio-filter-bar {
  position: relative !important;
  z-index: 4 !important;
  align-items: center !important;
  width: 100% !important;
  max-width: 100% !important;
  margin-bottom: clamp(18px, 3vw, 34px) !important;
}

.portfolio-filter { flex: 0 0 auto !important; }

@media (max-width: 860px) {
  .portfolio-section { overflow: hidden !important; }
  .portfolio-filter-bar {
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch !important;
    scroll-snap-type: x proximity !important;
    padding: 8px !important;
    border-radius: 18px !important;
    scrollbar-width: thin !important;
  }
  .portfolio-filter {
    scroll-snap-align: start !important;
    min-height: 42px !important;
    white-space: nowrap !important;
  }
  .portfolio-gallery { grid-template-columns: 1fr !important; gap: 18px !important; }
  .portfolio-card,
  .portfolio-card--wide,
  .portfolio-card--tall { grid-column: 1 / -1 !important; }
  .portfolio-media-button,
  .portfolio-card--wide .portfolio-media-button,
  .portfolio-card--tall .portfolio-media-button {
    min-height: clamp(230px, 62vw, 420px) !important;
    aspect-ratio: 4 / 3 !important;
  }
}

@media (max-width: 440px) {
  .portfolio-media-button,
  .portfolio-card--wide .portfolio-media-button,
  .portfolio-card--tall .portfolio-media-button {
    min-height: 240px !important;
    aspect-ratio: 1 / 1 !important;
  }
}

/* Focus and reduced motion polish */
.services-mega-menu a:focus-visible,
.mobile-nav a:focus-visible,
.mobile-nav button:focus-visible,
.portfolio-section button:focus-visible,
.portfolio-section a:focus-visible {
  outline: 3px solid rgba(224,138,94,.72) !important;
  outline-offset: 3px !important;
}

@media (prefers-reduced-motion: reduce) {
  .services-mega-menu,
  .services-mega-menu *,
  .mobile-nav,
  .mobile-nav *,
  .portfolio-section,
  .portfolio-section * {
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    scroll-behavior: auto !important;
  }
}

/* ============================================================
   PROSPERA FINAL HERO VISIBILITY PASS — HOSTINGER V16
   Purpose: consistent hero height, no cropped content, premium responsive rhythm.
============================================================ */
:root {
  --prospera-hero-max-width: min(100% - 40px, var(--container, 1320px));
  --prospera-hero-pad-top: calc(var(--prospera-final-header-height, var(--header-height, 92px)) + clamp(36px, 4.2vw, 72px));
  --prospera-hero-pad-bottom: clamp(46px, 5.4vw, 86px);
  --prospera-hero-min: clamp(510px, 61svh, 690px);
  --prospera-hero-portfolio-min: clamp(500px, 58svh, 660px);
}

@supports not (height: 1svh) {
  :root {
    --prospera-hero-min: clamp(510px, 61vh, 690px);
    --prospera-hero-portfolio-min: clamp(500px, 58vh, 660px);
  }
}

/* Universal hero safety: every hero remains fully visible under the fixed header. */
body .hero,
body .page-hero,
body .portfolio-page-hero {
  width: 100% !important;
  max-width: 100% !important;
  min-height: var(--prospera-hero-min) !important;
  height: auto !important;
  max-height: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding-top: var(--prospera-hero-pad-top) !important;
  padding-bottom: var(--prospera-hero-pad-bottom) !important;
  overflow: hidden !important;
  isolation: isolate !important;
  box-sizing: border-box !important;
  scroll-margin-top: calc(var(--prospera-final-header-height, var(--header-height, 92px)) + 14px) !important;
}

body .portfolio-page-hero {
  min-height: var(--prospera-hero-portfolio-min) !important;
  padding-top: calc(var(--prospera-final-header-height, var(--header-height, 92px)) + clamp(34px, 3.7vw, 64px)) !important;
  padding-bottom: clamp(42px, 5vw, 76px) !important;
}

/* Override oversized inline hero heights that were causing pages to feel cropped or excessively tall. */
body section.hero[style*="min-height"],
body section.page-hero[style*="min-height"],
body section.portfolio-page-hero[style*="min-height"] {
  min-height: var(--prospera-hero-min) !important;
  height: auto !important;
}

body .portfolio-page-hero[style*="min-height"] { min-height: var(--prospera-hero-portfolio-min) !important; }

body .hero > .container,
body .page-hero > .container,
body .page-hero > .p-container,
body .portfolio-page-hero > .container,
body .hero-grid {
  width: var(--prospera-hero-max-width) !important;
  max-width: var(--prospera-hero-max-width) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
}

body .hero-grid {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  align-items: center !important;
}

body .hero-copy,
body .page-hero .container,
body .page-hero .p-container,
body .portfolio-page-hero .container {
  position: relative !important;
  z-index: 2 !important;
  min-width: 0 !important;
}

body .hero h1,
body .page-hero h1,
body .portfolio-page-hero h1 {
  max-width: min(920px, 100%) !important;
  font-size: clamp(2.35rem, 4.7vw, 5.35rem) !important;
  line-height: .99 !important;
  letter-spacing: -0.058em !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
  text-wrap: balance !important;
  margin-top: clamp(8px, 1.2vw, 18px) !important;
}

body .portfolio-page-hero h1 {
  max-width: min(850px, 100%) !important;
  font-size: clamp(2.65rem, 5.05vw, 5.45rem) !important;
  line-height: .96 !important;
}

body .hero p,
body .page-hero p,
body .portfolio-page-hero p {
  max-width: min(760px, 100%) !important;
  font-size: clamp(1rem, .92rem + .32vw, 1.2rem) !important;
  line-height: 1.62 !important;
  overflow-wrap: break-word !important;
}

body .hero-btns,
body .hero-actions,
body .portfolio-page-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: clamp(10px, 1.15vw, 16px) !important;
}

body .hero-btns .btn,
body .hero-actions .btn,
body .portfolio-page-actions .btn,
body .portfolio-page-actions a {
  min-height: 52px !important;
  white-space: normal !important;
  text-align: center !important;
  justify-content: center !important;
}

/* Background media safety: heroes keep their atmosphere without hiding the copy. */
body .page-hero-bg,
body .hero img,
body .page-hero > img,
body .portfolio-page-hero img {
  max-width: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
}

body .hero::before,
body .page-hero::before,
body .portfolio-page-hero::before {
  background-position: center !important;
  background-size: cover !important;
}

/* Premium section spacing immediately after hero: no abrupt cut or cramped transition. */
body .section-after-hero,
body .portfolio-page-main .portfolio-section,
body .portfolio-page-main [data-portfolio-system] {
  margin-top: 0 !important;
}

@media (min-width: 1600px) {
  :root {
    --prospera-hero-pad-top: calc(var(--prospera-final-header-height, var(--header-height, 92px)) + clamp(42px, 3.2vw, 74px));
    --prospera-hero-min: clamp(560px, 58svh, 720px);
    --prospera-hero-portfolio-min: clamp(540px, 56svh, 700px);
  }
  body .hero h1,
  body .page-hero h1 { font-size: clamp(3.2rem, 4.3vw, 5.65rem) !important; }
  body .portfolio-page-hero h1 { font-size: clamp(3.35rem, 4.45vw, 5.55rem) !important; }
}

@media (max-width: 1180px) {
  :root {
    --prospera-hero-pad-top: calc(var(--prospera-final-header-height, var(--header-height, 88px)) + 42px);
    --prospera-hero-pad-bottom: 68px;
    --prospera-hero-min: auto;
    --prospera-hero-portfolio-min: auto;
  }
  body .hero,
  body .page-hero,
  body .portfolio-page-hero {
    min-height: auto !important;
    align-items: flex-start !important;
  }
  body .hero-grid {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }
  body .hero-panel { display: none !important; }
  body .hero h1,
  body .page-hero h1,
  body .portfolio-page-hero h1 {
    font-size: clamp(2.45rem, 8vw, 4.15rem) !important;
    line-height: 1.02 !important;
    max-width: 860px !important;
  }
}

@media (max-width: 760px) {
  :root {
    --prospera-hero-max-width: min(100% - 28px, var(--container, 1320px));
    --prospera-hero-pad-top: calc(var(--prospera-final-header-height, var(--header-height, 82px)) + 32px);
    --prospera-hero-pad-bottom: 54px;
  }
  body .hero,
  body .page-hero,
  body .portfolio-page-hero {
    padding-top: var(--prospera-hero-pad-top) !important;
    padding-bottom: var(--prospera-hero-pad-bottom) !important;
    text-align: left !important;
  }
  body .hero h1,
  body .page-hero h1,
  body .portfolio-page-hero h1 {
    font-size: clamp(2.15rem, 11.5vw, 3.2rem) !important;
    line-height: 1.04 !important;
    letter-spacing: -0.052em !important;
  }
  body .hero p,
  body .page-hero p,
  body .portfolio-page-hero p {
    font-size: 1rem !important;
    line-height: 1.58 !important;
  }
  body .hero-btns,
  body .hero-actions,
  body .portfolio-page-actions {
    width: 100% !important;
    align-items: stretch !important;
  }
  body .hero-btns .btn,
  body .hero-actions .btn,
  body .portfolio-page-actions .btn,
  body .portfolio-page-actions a {
    width: 100% !important;
    min-width: 0 !important;
  }
}

@media (max-width: 420px) {
  :root {
    --prospera-hero-max-width: min(100% - 24px, var(--container, 1320px));
    --prospera-hero-pad-top: calc(var(--prospera-final-header-height, var(--header-height, 78px)) + 26px);
    --prospera-hero-pad-bottom: 46px;
  }
  body .hero h1,
  body .page-hero h1,
  body .portfolio-page-hero h1 {
    font-size: clamp(1.92rem, 12vw, 2.72rem) !important;
    letter-spacing: -0.045em !important;
  }
}

/* ============================================================
   PROSPERA V16 — HERO + SECTION SPACING VISIBILITY PASS
   Purpose: keep every hero, portfolio block, and page section fully
   visible on laptops, desktops, ultrawide screens, tablets, and phones.
============================================================ */
:root {
  --prospera-v16-container: min(100% - clamp(28px, 5.2vw, 112px), 1480px);
  --prospera-v16-tight-container: min(100% - clamp(28px, 5vw, 96px), 1360px);
  --prospera-v16-section-y: clamp(58px, 6.2vw, 98px);
  --prospera-v16-section-y-compact: clamp(44px, 4.8vw, 78px);
}

main > section > .container,
main > .section-padding > .container,
.portfolio-page-hero > .container,
.hero > .container,
.page-hero > .container,
.page-hero > .p-container {
  width: var(--prospera-v16-container) !important;
  max-width: 1480px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
}

body .section-padding {
  padding-top: var(--prospera-v16-section-y) !important;
  padding-bottom: var(--prospera-v16-section-y) !important;
}

body .stats-strip.section-padding,
body .portfolio-section--complete,
body .portfolio-section--home-minimal {
  padding-top: var(--prospera-v16-section-y-compact) !important;
  padding-bottom: var(--prospera-v16-section-y-compact) !important;
}

body .hero,
body .page-hero,
body .portfolio-page-hero {
  min-height: clamp(520px, 64svh, 760px) !important;
  height: auto !important;
  padding-top: calc(var(--prospera-final-header-height, var(--header-height, 92px)) + clamp(28px, 3vw, 48px)) !important;
  padding-bottom: clamp(42px, 4.8vw, 76px) !important;
  display: flex !important;
  align-items: center !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
}

body .portfolio-page-hero {
  min-height: clamp(500px, 56svh, 660px) !important;
  background-position: center center !important;
}

body .portfolio-page-hero::before {
  background-position: center center !important;
  background-size: cover !important;
  transform: scale(1.01) !important;
}

body .hero-grid {
  width: 100% !important;
  padding-top: clamp(8px, 1.5vw, 24px) !important;
  padding-bottom: clamp(20px, 3vw, 48px) !important;
  align-items: center !important;
  gap: clamp(24px, 4vw, 56px) !important;
}

body .hero-copy,
body .page-hero .container,
body .page-hero .p-container,
body .portfolio-page-hero .container {
  max-width: 100% !important;
}

body .hero h1,
body .page-hero h1,
body .portfolio-page-hero h1 {
  max-width: min(980px, 100%) !important;
  font-size: clamp(2.55rem, 4.85vw, 5.25rem) !important;
  line-height: .99 !important;
  letter-spacing: -0.058em !important;
  margin-top: clamp(10px, 1.2vw, 18px) !important;
  margin-bottom: clamp(16px, 1.9vw, 26px) !important;
  text-wrap: balance !important;
}

body .portfolio-page-hero h1 {
  max-width: min(960px, 100%) !important;
  font-size: clamp(2.75rem, 4.75vw, 5.15rem) !important;
  line-height: .98 !important;
}

body .hero p,
body .page-hero p,
body .portfolio-page-hero p {
  max-width: min(780px, 100%) !important;
  font-size: clamp(1rem, .9rem + .32vw, 1.22rem) !important;
  line-height: 1.58 !important;
  margin-bottom: 0 !important;
}

body .portfolio-page-kicker,
body .eyebrow-badge,
body .section-subtitle {
  line-height: 1.2 !important;
}

body .hero-btns,
body .hero-actions,
body .portfolio-page-actions {
  margin-top: clamp(20px, 2.2vw, 30px) !important;
  margin-bottom: 0 !important;
  gap: clamp(10px, 1.1vw, 16px) !important;
}

body .portfolio-page-actions .btn,
body .hero-btns .btn,
body .hero-actions .btn {
  min-height: clamp(50px, 3.4vw, 58px) !important;
  padding-inline: clamp(18px, 2.2vw, 28px) !important;
}

body .portfolio-hero-block,
body .portfolio-hero-block--complete,
body .portfolio-home-shell {
  margin-bottom: clamp(20px, 3vw, 34px) !important;
  gap: clamp(18px, 3.2vw, 44px) !important;
}

body .portfolio-section--complete .portfolio-hero-block {
  margin-bottom: clamp(18px, 2.4vw, 28px) !important;
}

body .portfolio-filter-bar {
  margin-bottom: clamp(20px, 2.6vw, 32px) !important;
}

body .portfolio-category-stack {
  gap: clamp(24px, 3.5vw, 54px) !important;
}

body .portfolio-category-block {
  padding: clamp(16px, 2.1vw, 28px) !important;
  border-radius: clamp(22px, 2vw, 32px) !important;
}

body .portfolio-category-intro {
  padding-bottom: clamp(14px, 1.8vw, 22px) !important;
  margin-bottom: clamp(16px, 2vw, 26px) !important;
}

body .portfolio-gallery,
body .portfolio-category-grid,
body .portfolio-home-preview-grid {
  gap: clamp(12px, 1.25vw, 20px) !important;
}

body .portfolio-home-category-grid {
  gap: clamp(10px, 1vw, 14px) !important;
  margin-bottom: clamp(22px, 3vw, 36px) !important;
}

body .portfolio-home-category-card {
  min-height: clamp(112px, 8.4vw, 128px) !important;
}

body .portfolio-card {
  border-radius: clamp(18px, 1.8vw, 24px) !important;
}

body .portfolio-media-button img,
body .ps-hero-img img,
body .cat-banner img,
body .promise-image-card img,
body .commercial-visual img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
}

@media (min-width: 1800px) {
  :root {
    --prospera-v16-container: min(100% - 144px, 1520px);
    --prospera-v16-section-y: clamp(70px, 5.1vw, 104px);
    --prospera-v16-section-y-compact: clamp(52px, 4vw, 82px);
  }
  body .hero,
  body .page-hero,
  body .portfolio-page-hero {
    min-height: clamp(540px, 58svh, 720px) !important;
  }
  body .portfolio-page-hero {
    min-height: clamp(500px, 52svh, 640px) !important;
  }
  body .hero h1,
  body .page-hero h1,
  body .portfolio-page-hero h1 {
    font-size: clamp(3.25rem, 4.25vw, 5.35rem) !important;
  }
}

@media (max-width: 1260px) {
  :root {
    --prospera-v16-container: min(100% - clamp(26px, 4.6vw, 60px), 1180px);
  }
  body .hero,
  body .page-hero,
  body .portfolio-page-hero {
    min-height: auto !important;
    align-items: flex-start !important;
    padding-top: calc(var(--prospera-final-header-height, var(--header-height, 88px)) + clamp(34px, 5vw, 56px)) !important;
    padding-bottom: clamp(52px, 7vw, 74px) !important;
  }
  body .hero h1,
  body .page-hero h1,
  body .portfolio-page-hero h1 {
    max-width: 880px !important;
    font-size: clamp(2.45rem, 7.6vw, 4.6rem) !important;
    line-height: 1.02 !important;
  }
}

@media (max-width: 760px) {
  :root {
    --prospera-v16-container: min(100% - 28px, 100%);
    --prospera-v16-section-y: 58px;
    --prospera-v16-section-y-compact: 46px;
  }
  body .hero,
  body .page-hero,
  body .portfolio-page-hero {
    padding-top: calc(var(--prospera-final-header-height, var(--header-height, 82px)) + 28px) !important;
    padding-bottom: 46px !important;
    min-height: auto !important;
  }
  body .hero h1,
  body .page-hero h1,
  body .portfolio-page-hero h1 {
    font-size: clamp(2rem, 11.2vw, 3.15rem) !important;
    line-height: 1.04 !important;
    letter-spacing: -0.05em !important;
    max-width: 100% !important;
  }
  body .hero p,
  body .page-hero p,
  body .portfolio-page-hero p {
    font-size: .98rem !important;
    line-height: 1.55 !important;
  }
  body .portfolio-page-actions,
  body .hero-btns,
  body .hero-actions {
    width: 100% !important;
    align-items: stretch !important;
  }
  body .portfolio-page-actions .btn,
  body .hero-btns .btn,
  body .hero-actions .btn {
    width: 100% !important;
  }
  body .portfolio-category-intro {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 420px) {
  :root {
    --prospera-v16-container: min(100% - 22px, 100%);
    --prospera-v16-section-y: 50px;
    --prospera-v16-section-y-compact: 40px;
  }
  body .hero,
  body .page-hero,
  body .portfolio-page-hero {
    padding-top: calc(var(--prospera-final-header-height, var(--header-height, 78px)) + 22px) !important;
    padding-bottom: 40px !important;
  }
  body .hero h1,
  body .page-hero h1,
  body .portfolio-page-hero h1 {
    font-size: clamp(1.86rem, 11.8vw, 2.72rem) !important;
  }
}

/* ============================================================
   V17 — UNIFIED HERO SYSTEM
   Purpose: every public hero uses the same refined visual height,
   keeps original content/backgrounds, and remains fully visible on
   mobile, tablet, desktop, ultrawide and 4K screens.
============================================================ */
:root {
  --prospera-v17-hero-height: clamp(620px, 70svh, 760px);
  --prospera-v17-hero-padding-top: calc(var(--prospera-final-header-height, var(--header-height, 88px)) + clamp(34px, 4.8svh, 62px));
  --prospera-v17-hero-padding-bottom: clamp(54px, 6svh, 76px);
  --prospera-v17-hero-content-gap: clamp(20px, 3vw, 48px);
  --prospera-v17-hero-title: clamp(2.8rem, 4.85vw, 5.35rem);
  --prospera-v17-page-title: clamp(2.75rem, 4.65vw, 5.1rem);
  --prospera-v17-copy-width: min(780px, 100%);
}

html body .hero,
html body .page-hero,
html body .portfolio-page-hero {
  box-sizing: border-box !important;
  min-height: var(--prospera-v17-hero-height) !important;
  height: auto !important;
  max-height: none !important;
  padding-top: var(--prospera-v17-hero-padding-top) !important;
  padding-bottom: var(--prospera-v17-hero-padding-bottom) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  isolation: isolate !important;
}

html body .hero > .container,
html body .page-hero > .container,
html body .page-hero > .p-container,
html body .portfolio-page-hero > .container,
html body .portfolio-page-hero > .p-container {
  width: var(--prospera-v16-container, min(100% - clamp(40px, 7vw, 120px), 1420px)) !important;
  max-width: var(--prospera-v16-container, min(100% - clamp(40px, 7vw, 120px), 1420px)) !important;
  min-width: 0 !important;
  position: relative !important;
  z-index: 2 !important;
  margin-inline: auto !important;
}

html body .hero-grid {
  width: 100% !important;
  min-height: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  gap: var(--prospera-v17-hero-content-gap) !important;
  align-items: center !important;
}

html body .hero-copy,
html body .page-hero .container,
html body .page-hero .p-container,
html body .portfolio-page-hero .container,
html body .portfolio-hero-copy {
  min-width: 0 !important;
}

html body .hero h1,
html body .page-hero h1,
html body .portfolio-page-hero h1 {
  max-width: min(960px, 100%) !important;
  font-size: var(--prospera-v17-hero-title) !important;
  line-height: .99 !important;
  letter-spacing: -0.058em !important;
  margin-top: clamp(10px, 1.1vw, 18px) !important;
  margin-bottom: clamp(14px, 1.65vw, 24px) !important;
  text-wrap: balance !important;
}

html body .page-hero h1,
html body .portfolio-page-hero h1 {
  font-size: var(--prospera-v17-page-title) !important;
}

html body .hero p,
html body .page-hero p,
html body .portfolio-page-hero p {
  max-width: var(--prospera-v17-copy-width) !important;
  font-size: clamp(1rem, .9rem + .32vw, 1.2rem) !important;
  line-height: 1.62 !important;
  margin-bottom: 0 !important;
}

html body .hero-btns,
html body .hero-actions,
html body .portfolio-page-actions {
  margin-top: clamp(20px, 2.2vw, 30px) !important;
  margin-bottom: 0 !important;
  gap: clamp(10px, 1.1vw, 16px) !important;
}

html body .hero-trust-bar {
  margin-top: clamp(22px, 2.2vw, 30px) !important;
  max-width: min(860px, 100%) !important;
}

html body .hero-panel,
html body .hero-card,
html body .portfolio-page-hero::before,
html body .page-hero::before,
html body .hero::before {
  max-height: none !important;
}

html body .portfolio-page-hero {
  background-position: center center !important;
}

html body .portfolio-page-hero::before,
html body .page-hero::before,
html body .hero::before {
  background-position: center center !important;
}

/* Large desktop keeps one disciplined hero proportion instead of stretching endlessly. */
@media (min-width: 1800px) {
  :root {
    --prospera-v17-hero-height: clamp(660px, 61svh, 820px);
    --prospera-v17-hero-title: clamp(3.25rem, 4.15vw, 5.45rem);
    --prospera-v17-page-title: clamp(3rem, 4vw, 5.25rem);
  }
}

/* Notebooks and tablets keep the same hero logic, but allow content to breathe. */
@media (max-width: 1260px) {
  :root {
    --prospera-v17-hero-height: clamp(580px, 68svh, 700px);
    --prospera-v17-hero-padding-top: calc(var(--prospera-final-header-height, var(--header-height, 84px)) + clamp(30px, 5svh, 50px));
    --prospera-v17-hero-padding-bottom: clamp(50px, 6svh, 68px);
    --prospera-v17-hero-title: clamp(2.45rem, 7.4vw, 4.5rem);
    --prospera-v17-page-title: clamp(2.35rem, 7vw, 4.25rem);
  }
  html body .hero,
  html body .page-hero,
  html body .portfolio-page-hero {
    align-items: center !important;
  }
  html body .hero-grid {
    grid-template-columns: 1fr !important;
  }
}

/* Mobile: consistent hero size, but never at the expense of visibility. */
@media (max-width: 760px) {
  :root {
    --prospera-v17-hero-height: clamp(540px, 78svh, 650px);
    --prospera-v17-hero-padding-top: calc(var(--prospera-final-header-height, var(--header-height, 78px)) + 24px);
    --prospera-v17-hero-padding-bottom: 42px;
    --prospera-v17-hero-title: clamp(2rem, 11vw, 3.1rem);
    --prospera-v17-page-title: clamp(1.95rem, 10.5vw, 3rem);
    --prospera-v17-copy-width: 100%;
  }
  html body .hero,
  html body .page-hero,
  html body .portfolio-page-hero {
    overflow: hidden !important;
  }
  html body .hero h1,
  html body .page-hero h1,
  html body .portfolio-page-hero h1 {
    line-height: 1.04 !important;
    letter-spacing: -0.052em !important;
  }
  html body .hero p,
  html body .page-hero p,
  html body .portfolio-page-hero p {
    font-size: .98rem !important;
    line-height: 1.55 !important;
  }
  html body .hero-btns,
  html body .hero-actions,
  html body .portfolio-page-actions {
    width: 100% !important;
    align-items: stretch !important;
  }
  html body .hero-btns .btn,
  html body .hero-actions .btn,
  html body .portfolio-page-actions .btn {
    width: 100% !important;
    justify-content: center !important;
  }
  html body .hero-trust-bar,
  html body .hero-pillars {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 420px) {
  :root {
    --prospera-v17-hero-height: clamp(520px, 82svh, 640px);
    --prospera-v17-hero-padding-top: calc(var(--prospera-final-header-height, var(--header-height, 76px)) + 20px);
    --prospera-v17-hero-padding-bottom: 38px;
    --prospera-v17-hero-title: clamp(1.82rem, 11.6vw, 2.72rem);
    --prospera-v17-page-title: clamp(1.8rem, 11vw, 2.62rem);
  }
}

/* V17 — consistent secondary hero banners inside the services catalog */
html body .ps-hero-media {
  height: clamp(360px, 38vw, 520px) !important;
}
html body .ps-hero {
  margin-bottom: clamp(20px, 2.6vw, 32px) !important;
}
@media (min-width: 1800px) {
  html body .ps-hero-media { height: clamp(440px, 30vw, 560px) !important; }
}
@media (max-width: 900px) {
  html body .ps-hero-media { height: clamp(300px, 48vw, 400px) !important; }
}
@media (max-width: 520px) {
  html body .ps-hero-media { height: clamp(250px, 68vw, 340px) !important; }
}

/* ============================================================
   V18 — FULL-VIEW UNIFIED HERO SYSTEM FOR HOSTINGER
   Purpose: every first hero occupies the complete opening viewport,
   keeps the fixed header from hiding text, prevents the next white
   section from appearing above the fold, and preserves each page's
   original title, caption, CTAs and background image.
============================================================ */
:root {
  --prospera-v18-header: var(--prospera-final-header-height, var(--prospera-header-safe-height, var(--header-height, 98px)));
  --prospera-v18-hero-size: 100svh;
  --prospera-v18-hero-pad-top: calc(var(--prospera-v18-header) + clamp(44px, 5.2svh, 86px));
  --prospera-v18-hero-pad-bottom: clamp(52px, 6.4svh, 96px);
  --prospera-v18-hero-container: min(100% - clamp(34px, 6vw, 128px), 1520px);
  --prospera-v18-home-title: clamp(3.05rem, 5.05vw, 6.15rem);
  --prospera-v18-page-title: clamp(2.9rem, 4.75vw, 5.72rem);
  --prospera-v18-copy: clamp(1.02rem, .9rem + .42vw, 1.28rem);
}

@supports not (height: 100svh) {
  :root { --prospera-v18-hero-size: 100vh; }
}

html body main > section.hero:first-child,
html body main > section.page-hero:first-child,
html body main > section.portfolio-page-hero:first-child,
html body .hero,
html body .page-hero,
html body .portfolio-page-hero {
  width: 100% !important;
  min-height: var(--prospera-v18-hero-size) !important;
  height: var(--prospera-v18-hero-size) !important;
  max-height: none !important;
  margin: 0 !important;
  padding-top: var(--prospera-v18-hero-pad-top) !important;
  padding-bottom: var(--prospera-v18-hero-pad-bottom) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  position: relative !important;
  isolation: isolate !important;
  box-sizing: border-box !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  scroll-margin-top: var(--prospera-v18-header) !important;
}

html body .hero::before,
html body .hero::after,
html body .page-hero::before,
html body .page-hero::after,
html body .portfolio-page-hero::before,
html body .portfolio-page-hero::after {
  pointer-events: none !important;
}

html body .hero > .container,
html body .hero-grid,
html body .page-hero > .container,
html body .page-hero > .p-container,
html body .portfolio-page-hero > .container,
html body .portfolio-page-hero > .p-container {
  width: var(--prospera-v18-hero-container) !important;
  max-width: 1520px !important;
  min-width: 0 !important;
  margin-inline: auto !important;
  position: relative !important;
  z-index: 3 !important;
  box-sizing: border-box !important;
}

html body .hero-grid {
  min-height: 0 !important;
  height: auto !important;
  padding: 0 !important;
  align-items: center !important;
  gap: clamp(28px, 4.4vw, 78px) !important;
}

html body .hero-copy,
html body .page-hero .container,
html body .page-hero .p-container,
html body .portfolio-page-hero .container,
html body .portfolio-page-hero .p-container {
  min-width: 0 !important;
}

html body .hero h1,
html body .page-hero h1,
html body .portfolio-page-hero h1 {
  max-width: min(100%, 980px) !important;
  margin-top: clamp(8px, 1.2vw, 18px) !important;
  margin-bottom: clamp(16px, 1.9vw, 26px) !important;
  font-size: var(--prospera-v18-page-title) !important;
  line-height: .98 !important;
  letter-spacing: -0.06em !important;
  text-wrap: balance !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
}

html body .hero h1 {
  font-size: var(--prospera-v18-home-title) !important;
  max-width: min(100%, 930px) !important;
}

html body .portfolio-page-hero h1 {
  max-width: min(100%, 900px) !important;
}

html body .hero p,
html body .page-hero p,
html body .portfolio-page-hero p {
  max-width: min(100%, 830px) !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  font-size: var(--prospera-v18-copy) !important;
  line-height: 1.58 !important;
  text-wrap: pretty !important;
}

html body .hero-btns,
html body .hero-actions,
html body .portfolio-page-actions {
  margin-top: clamp(20px, 2.4vw, 34px) !important;
  margin-bottom: 0 !important;
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: clamp(12px, 1.3vw, 18px) !important;
}

html body .hero-btns .btn,
html body .hero-actions .btn,
html body .portfolio-page-actions .btn,
html body .portfolio-page-actions a,
html body .page-hero .p-btn {
  min-height: clamp(52px, 4.1svh, 64px) !important;
  padding: clamp(14px, 1.3vw, 20px) clamp(22px, 2.4vw, 36px) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

html body .hero-trust-bar,
html body .hero-pillars {
  margin-top: clamp(22px, 2.8vw, 40px) !important;
  margin-bottom: 0 !important;
}

html body .hero-panel {
  align-self: center !important;
}

html body .page-hero-bg,
html body .hero img,
html body .page-hero > img,
html body .portfolio-page-hero img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
}

html body main > section.hero:first-child + *,
html body main > section.page-hero:first-child + *,
html body main > section.portfolio-page-hero:first-child + * {
  margin-top: 0 !important;
}

@media (min-width: 1800px) {
  :root {
    --prospera-v18-hero-container: min(100% - 156px, 1600px);
    --prospera-v18-home-title: clamp(3.65rem, 4.75vw, 6.7rem);
    --prospera-v18-page-title: clamp(3.25rem, 4.35vw, 6rem);
    --prospera-v18-copy: clamp(1.08rem, .86rem + .38vw, 1.34rem);
  }
}

@media (max-width: 1440px) {
  :root {
    --prospera-v18-hero-pad-top: calc(var(--prospera-v18-header) + clamp(34px, 4.3svh, 64px));
    --prospera-v18-hero-pad-bottom: clamp(42px, 5.2svh, 72px);
    --prospera-v18-home-title: clamp(2.8rem, 5.2vw, 5.35rem);
    --prospera-v18-page-title: clamp(2.65rem, 4.95vw, 4.95rem);
  }
}

@media (max-width: 1260px) {
  :root {
    --prospera-v18-hero-container: min(100% - clamp(28px, 5vw, 74px), 1100px);
    --prospera-v18-hero-pad-top: calc(var(--prospera-v18-header) + clamp(32px, 5svh, 56px));
    --prospera-v18-hero-pad-bottom: clamp(42px, 5.6svh, 68px);
    --prospera-v18-home-title: clamp(2.45rem, 8vw, 4.55rem);
    --prospera-v18-page-title: clamp(2.3rem, 7.4vw, 4.35rem);
  }
  html body .hero-grid {
    grid-template-columns: 1fr !important;
  }
  html body .hero-panel {
    display: none !important;
  }
}

@media (max-width: 760px) {
  :root {
    --prospera-v18-hero-container: min(100% - 28px, 100%);
    --prospera-v18-hero-size: 100svh;
    --prospera-v18-hero-pad-top: calc(var(--prospera-v18-header) + 28px);
    --prospera-v18-hero-pad-bottom: 42px;
    --prospera-v18-home-title: clamp(2.18rem, 12vw, 3.35rem);
    --prospera-v18-page-title: clamp(2.04rem, 11.2vw, 3.2rem);
    --prospera-v18-copy: .98rem;
  }
  html body .hero,
  html body .page-hero,
  html body .portfolio-page-hero {
    min-height: var(--prospera-v18-hero-size) !important;
    height: auto !important;
    align-items: center !important;
    overflow: hidden !important;
  }
  html body .hero h1,
  html body .page-hero h1,
  html body .portfolio-page-hero h1 {
    line-height: 1.03 !important;
    letter-spacing: -0.052em !important;
    max-width: 100% !important;
  }
  html body .hero p,
  html body .page-hero p,
  html body .portfolio-page-hero p {
    line-height: 1.5 !important;
    max-width: 100% !important;
  }
  html body .hero-btns,
  html body .hero-actions,
  html body .portfolio-page-actions {
    width: 100% !important;
    align-items: stretch !important;
    gap: 12px !important;
  }
  html body .hero-btns .btn,
  html body .hero-actions .btn,
  html body .portfolio-page-actions .btn,
  html body .portfolio-page-actions a,
  html body .page-hero .p-btn {
    width: 100% !important;
    min-height: 52px !important;
  }
  html body .hero-trust-bar,
  html body .hero-pillars {
    display: none !important;
  }
}

@media (max-width: 420px) {
  :root {
    --prospera-v18-hero-container: min(100% - 22px, 100%);
    --prospera-v18-hero-pad-top: calc(var(--prospera-v18-header) + 22px);
    --prospera-v18-hero-pad-bottom: 34px;
    --prospera-v18-home-title: clamp(1.9rem, 11.8vw, 2.72rem);
    --prospera-v18-page-title: clamp(1.82rem, 11.2vw, 2.62rem);
    --prospera-v18-copy: .94rem;
  }
}


/* ============================================================
   V20 FINAL — HEADER + FOOTER UNIFIED NAVIGATION SYSTEM
   Hostinger production override: refined footer menu, matching header rhythm,
   audited links, visible service directory, and responsive safe layout.
============================================================ */
html body .site-footer.prospera-footer-v20 {
  --footer-shell-v20: min(100% - clamp(28px, 5vw, 112px), 1720px);
  --footer-card-v20: rgba(255,255,255,.052);
  --footer-card-v20-hover: rgba(255,255,255,.082);
  --footer-line-v20: rgba(255,255,255,.105);
  --footer-text-v20: rgba(255,255,255,.70);
  --footer-strong-v20: rgba(255,255,255,.97);
  --footer-muted-v20: rgba(255,255,255,.56);
  isolation: isolate !important;
  position: relative !important;
  overflow: hidden !important;
  margin-top: 0 !important;
  padding: clamp(48px, 5.2vw, 76px) 0 clamp(24px, 3vw, 34px) !important;
  background:
    radial-gradient(circle at 8% 0%, rgba(224,138,94,.16), transparent 29%),
    radial-gradient(circle at 83% 6%, rgba(79,142,158,.14), transparent 34%),
    linear-gradient(180deg, #062b3a 0%, #041f2b 42%, #031821 100%) !important;
  color: var(--footer-text-v20) !important;
  border-top: 1px solid rgba(224,138,94,.34) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.055) !important;
  scroll-margin-top: calc(var(--header-height, 88px) + 18px) !important;
}
html body .site-footer.prospera-footer-v20::before {
  content: '' !important;
  position: absolute !important;
  inset: 0 !important;
  background-image:
    linear-gradient(rgba(255,255,255,.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.022) 1px, transparent 1px) !important;
  background-size: 54px 54px !important;
  mask-image: linear-gradient(180deg, rgba(0,0,0,.65), rgba(0,0,0,.18)) !important;
  pointer-events: none !important;
  z-index: -1 !important;
}
html body .footer-join-band-v20 {
  position: absolute !important;
  top: 0 !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: var(--footer-shell-v20) !important;
  display: grid !important;
  grid-template-columns: 1fr auto 1fr !important;
  align-items: center !important;
  gap: 14px !important;
  pointer-events: none !important;
}
html body .footer-join-band-v20 span { height: 1px !important; background: linear-gradient(90deg, transparent, rgba(255,255,255,.13), transparent) !important; }
html body .footer-join-band-v20 span:nth-child(2) { width: clamp(72px, 8vw, 148px) !important; background: linear-gradient(90deg, transparent, var(--copper-primary, #e08a5e), transparent) !important; box-shadow: 0 0 24px rgba(224,138,94,.24) !important; }

html body .footer-ribbon-v20.container,
html body .footer-shell-v20.container {
  width: var(--footer-shell-v20) !important;
  max-width: none !important;
}
html body .footer-ribbon-v20 {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  margin: 0 auto clamp(34px, 4vw, 54px) !important;
  padding: 10px !important;
  border-radius: 24px !important;
  border: 1px solid rgba(255,255,255,.11) !important;
  background: linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.038)) !important;
  box-shadow: 0 24px 70px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.08) !important;
  overflow-x: auto !important;
  scrollbar-width: thin !important;
  scrollbar-color: rgba(224,138,94,.68) rgba(255,255,255,.06) !important;
  -webkit-overflow-scrolling: touch !important;
}
html body .footer-ribbon-v20 a {
  min-height: 46px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 9px !important;
  flex: 0 0 auto !important;
  padding: 12px 16px !important;
  color: rgba(255,255,255,.86) !important;
  text-decoration: none !important;
  border-radius: 16px !important;
  border: 1px solid transparent !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: clamp(.74rem, .7rem + .1vw, .83rem) !important;
  font-weight: 850 !important;
  letter-spacing: .055em !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
  transition: transform .22s ease, border-color .22s ease, background .22s ease, color .22s ease !important;
}
html body .footer-ribbon-v20 a::before { display: none !important; }
html body .footer-ribbon-v20 a i { color: var(--copper-primary, #e08a5e) !important; }
html body .footer-ribbon-v20 a:hover,
html body .footer-ribbon-v20 a:focus-visible {
  color: #fff !important;
  background: rgba(255,255,255,.075) !important;
  border-color: rgba(255,255,255,.12) !important;
  transform: translateY(-2px) !important;
  outline: none !important;
}
html body .footer-ribbon-v20 .footer-ribbon-cta-v20 {
  color: #fff !important;
  background: linear-gradient(135deg, var(--copper-light, #f2a06f), var(--copper-primary, #e08a5e)) !important;
  border-color: rgba(224,138,94,.72) !important;
  box-shadow: 0 14px 30px rgba(224,138,94,.22) !important;
}
html body .footer-ribbon-v20 .footer-ribbon-cta-v20 i { color: #fff !important; }

html body .footer-top-v20 {
  display: grid !important;
  grid-template-columns: minmax(260px, .9fr) minmax(245px, .6fr) minmax(330px, .7fr) !important;
  gap: clamp(30px, 4vw, 72px) !important;
  align-items: start !important;
  padding-bottom: clamp(34px, 4vw, 54px) !important;
  border-bottom: 1px solid var(--footer-line-v20) !important;
}
html body .footer-brand-v20 img {
  display: block !important;
  width: clamp(140px, 10vw, 184px) !important;
  height: auto !important;
  margin: 0 0 20px !important;
  object-fit: contain !important;
  filter: drop-shadow(0 14px 26px rgba(0,0,0,.30)) !important;
}
html body .footer-brand-v20 p {
  max-width: 440px !important;
  margin: 0 0 22px !important;
  color: var(--footer-text-v20) !important;
  font-size: clamp(.94rem, .9rem + .16vw, 1.03rem) !important;
  line-height: 1.72 !important;
}
html body .footer-actions-v20 {
  display: flex !important;
  gap: 12px !important;
  flex-wrap: wrap !important;
}
html body .footer-actions-v20 a {
  width: 46px !important;
  height: 46px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 14px !important;
  color: rgba(255,255,255,.84) !important;
  text-decoration: none !important;
  border: 1px solid rgba(255,255,255,.12) !important;
  background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.045)) !important;
  transition: transform .22s ease, border-color .22s ease, background .22s ease, color .22s ease !important;
}
html body .footer-actions-v20 a:hover,
html body .footer-actions-v20 a:focus-visible { transform: translateY(-3px) !important; background: var(--copper-primary, #e08a5e) !important; border-color: var(--copper-primary, #e08a5e) !important; color: #fff !important; outline: none !important; }

html body .footer-quick-v20 h5,
html body .footer-contact-v20 h5,
html body .footer-services-v20 h5 {
  position: relative !important;
  margin: 0 0 24px !important;
  color: var(--footer-strong-v20) !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: .86rem !important;
  font-weight: 900 !important;
  letter-spacing: .18em !important;
  text-transform: uppercase !important;
}
html body .footer-quick-v20 h5::after,
html body .footer-contact-v20 h5::after,
html body .footer-services-v20 h5::after {
  content: '' !important;
  position: absolute !important;
  left: 0 !important;
  bottom: -10px !important;
  width: 28px !important;
  height: 2px !important;
  border-radius: 999px !important;
  background: var(--copper-primary, #e08a5e) !important;
}
html body .footer-quick-v20 ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 10px 18px !important;
}
html body .footer-quick-v20 a,
html body .footer-bottom-v20 a {
  color: var(--footer-text-v20) !important;
  text-decoration: none !important;
  font-size: .96rem !important;
  line-height: 1.4 !important;
  transition: color .2s ease, transform .2s ease !important;
}
html body .footer-quick-v20 a:hover,
html body .footer-quick-v20 a:focus-visible,
html body .footer-bottom-v20 a:hover,
html body .footer-bottom-v20 a:focus-visible { color: #fff !important; transform: translateX(2px) !important; outline: none !important; }

html body .footer-contact-item-v20 {
  display: grid !important;
  grid-template-columns: 22px 1fr !important;
  gap: 14px !important;
  align-items: start !important;
  margin-bottom: 16px !important;
  color: var(--footer-text-v20) !important;
}
html body .footer-contact-item-v20 i { color: var(--copper-primary, #e08a5e) !important; margin-top: 4px !important; }
html body .footer-contact-item-v20 a { color: var(--footer-text-v20) !important; text-decoration: none !important; line-height: 1.55 !important; }
html body .footer-contact-item-v20 a:hover { color: #fff !important; }
html body .footer-hours-v20 {
  margin-top: 24px !important;
  padding-top: 20px !important;
  border-top: 1px solid var(--footer-line-v20) !important;
}
html body .footer-hours-v20 strong {
  display: block !important;
  margin-bottom: 14px !important;
  color: var(--footer-strong-v20) !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: .82rem !important;
  letter-spacing: .14em !important;
  text-transform: uppercase !important;
}
html body .footer-hours-v20 div { display: flex !important; justify-content: space-between !important; gap: 18px !important; padding: 6px 0 !important; color: var(--footer-text-v20) !important; }
html body .footer-hours-v20 div span:last-child { color: rgba(255,255,255,.9) !important; font-weight: 750 !important; text-align: right !important; }

html body .footer-services-v20 {
  padding: clamp(34px, 4vw, 54px) 0 !important;
  border-bottom: 1px solid var(--footer-line-v20) !important;
}
html body .footer-services-head-v20 {
  display: flex !important;
  align-items: end !important;
  justify-content: space-between !important;
  gap: 22px !important;
  margin-bottom: 22px !important;
}
html body .footer-services-head-v20 p {
  max-width: 720px !important;
  margin: 0 !important;
  color: var(--footer-muted-v20) !important;
  line-height: 1.6 !important;
}
html body .footer-estimate-v20 {
  min-height: 50px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  flex: 0 0 auto !important;
  padding: 14px 20px !important;
  border-radius: 16px !important;
  color: #fff !important;
  text-decoration: none !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: .82rem !important;
  font-weight: 900 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
  background: linear-gradient(135deg, var(--copper-light, #f2a06f), var(--copper-primary, #e08a5e)) !important;
  box-shadow: 0 16px 34px rgba(224,138,94,.24) !important;
  transition: transform .22s ease, box-shadow .22s ease !important;
}
html body .footer-estimate-v20:hover,
html body .footer-estimate-v20:focus-visible { transform: translateY(-2px) !important; box-shadow: 0 24px 48px rgba(224,138,94,.31) !important; outline: none !important; }
html body .footer-services-grid-v20 {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 16px !important;
}
html body .footer-svc-cat-v20 {
  min-height: 100% !important;
  padding: 18px !important;
  border-radius: 20px !important;
  border: 1px solid rgba(255,255,255,.10) !important;
  background: linear-gradient(180deg, var(--footer-card-v20), rgba(255,255,255,.032)) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06) !important;
  transition: transform .22s ease, border-color .22s ease, background .22s ease, box-shadow .22s ease !important;
}
html body .footer-svc-cat-v20:hover,
html body .footer-svc-cat-v20:focus-within { transform: translateY(-3px) !important; background: linear-gradient(180deg, var(--footer-card-v20-hover), rgba(255,255,255,.044)) !important; border-color: rgba(224,138,94,.28) !important; box-shadow: 0 18px 36px rgba(0,0,0,.16), inset 0 1px 0 rgba(255,255,255,.08) !important; }
html body .footer-svc-cat-v20 h6 {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  margin: 0 0 12px !important;
  color: var(--footer-strong-v20) !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: .82rem !important;
  font-weight: 900 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
}
html body .footer-svc-cat-v20 h6 i {
  width: 30px !important;
  height: 30px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 30px !important;
  border-radius: 10px !important;
  color: var(--copper-primary, #e08a5e) !important;
  background: rgba(224,138,94,.10) !important;
  border: 1px solid rgba(224,138,94,.20) !important;
}
html body .footer-svc-cat-v20 ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: grid !important;
  gap: 8px !important;
}
html body .footer-svc-cat-v20 a {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  min-height: 38px !important;
  padding: 9px 10px !important;
  border-radius: 12px !important;
  color: var(--footer-text-v20) !important;
  text-decoration: none !important;
  border: 1px solid transparent !important;
  background: rgba(255,255,255,.026) !important;
  font-size: .92rem !important;
  line-height: 1.25 !important;
  transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease !important;
}
html body .footer-svc-cat-v20 a::after {
  content: '→' !important;
  color: rgba(224,138,94,.82) !important;
  font-weight: 900 !important;
  opacity: .8 !important;
  transform: translateX(-2px) !important;
  transition: transform .2s ease, opacity .2s ease !important;
}
html body .footer-svc-cat-v20 a:hover,
html body .footer-svc-cat-v20 a:focus-visible { color: #fff !important; background: rgba(224,138,94,.11) !important; border-color: rgba(224,138,94,.18) !important; transform: translateX(2px) !important; outline: none !important; }
html body .footer-svc-cat-v20 a:hover::after,
html body .footer-svc-cat-v20 a:focus-visible::after { opacity: 1 !important; transform: translateX(0) !important; }

html body .footer-bottom-v20 {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 18px !important;
  padding-top: 24px !important;
}
html body .footer-bottom-v20 p { margin: 0 !important; color: rgba(255,255,255,.48) !important; font-size: .9rem !important; }
html body .footer-bottom-v20 > div { display: flex !important; gap: 18px !important; flex-wrap: wrap !important; }

html body.footer-in-view .site-header,
html body.is-footer-visible .site-header {
  background: linear-gradient(180deg, rgba(4,31,43,.99), rgba(4,31,43,.965)) !important;
  border-bottom-color: rgba(224,138,94,.38) !important;
  box-shadow: 0 18px 48px rgba(0,0,0,.24), inset 0 -1px 0 rgba(224,138,94,.16) !important;
}
html body.footer-in-view .site-header .header-nav a,
html body.is-footer-visible .site-header .header-nav a { color: rgba(255,255,255,.88) !important; }
html body.footer-in-view .site-header .header-nav a:hover,
html body.is-footer-visible .site-header .header-nav a:hover { background: rgba(255,255,255,.075) !important; color: #fff !important; }
html body.footer-in-view .site-header .header-cta .btn.btn-primary,
html body.is-footer-visible .site-header .header-cta .btn.btn-primary { box-shadow: 0 16px 32px rgba(224,138,94,.24) !important; }

@media (max-width: 1320px) {
  html body .footer-ribbon-v20 { justify-content: flex-start !important; }
  html body .footer-top-v20 { grid-template-columns: 1fr 1fr !important; }
  html body .footer-contact-v20 { grid-column: span 2 !important; }
  html body .footer-services-grid-v20 { grid-template-columns: repeat(3, minmax(0,1fr)) !important; }
}
@media (max-width: 980px) {
  html body .site-footer.prospera-footer-v20 { padding-top: 42px !important; }
  html body .footer-top-v20 { grid-template-columns: 1fr !important; gap: 30px !important; }
  html body .footer-contact-v20 { grid-column: auto !important; }
  html body .footer-services-head-v20 { align-items: start !important; flex-direction: column !important; }
  html body .footer-services-grid-v20 { grid-template-columns: repeat(2, minmax(0,1fr)) !important; }
}
@media (max-width: 640px) {
  html body .footer-ribbon-v20.container,
  html body .footer-shell-v20.container { width: min(100% - 28px, 100%) !important; }
  html body .footer-ribbon-v20 { border-radius: 18px !important; padding: 8px !important; margin-bottom: 30px !important; }
  html body .footer-ribbon-v20 a { min-height: 42px !important; padding: 10px 12px !important; font-size: .72rem !important; }
  html body .footer-quick-v20 ul { grid-template-columns: 1fr !important; }
  html body .footer-services-grid-v20 { grid-template-columns: 1fr !important; }
  html body .footer-svc-cat-v20 { border-radius: 16px !important; padding: 16px !important; }
  html body .footer-estimate-v20 { width: 100% !important; }
  html body .footer-bottom-v20 { align-items: flex-start !important; flex-direction: column !important; }
}
@media (prefers-reduced-motion: reduce) {
  html body .footer-ribbon-v20 a,
  html body .footer-actions-v20 a,
  html body .footer-estimate-v20,
  html body .footer-svc-cat-v20,
  html body .footer-svc-cat-v20 a,
  html body .footer-quick-v20 a,
  html body .footer-bottom-v20 a { transition: none !important; }
}


/* ============================================================
   PREMIUM HERO VISIBILITY REFINEMENT PATCH
============================================================ */
.hero,
.page-hero,
main > .hero,
.portfolio-page-hero,
.prospera-final-injected-hero{
    background-position:center center!important;
    background-size:cover!important;
}
.hero{
    background:
        linear-gradient(120deg, rgba(5,31,42,0.76) 0%, rgba(5,31,42,0.46) 50%, rgba(10,54,72,0.30) 100%),
        url('/wp-content/uploads/2026/prospera-project/exterior/prospera-exterior-front-facade-walkway-01.webp') center / cover no-repeat!important;
}
.hero::before{
    background:
        radial-gradient(ellipse at 76% 20%, rgba(224,138,94,0.12), transparent 34%),
        linear-gradient(to bottom, rgba(255,255,255,0.015), transparent 24%, rgba(5,31,42,0.10))!important;
}
.page-hero::before,
main > .hero::before,
.portfolio-page-hero::before,
.prospera-final-injected-hero::before{
    background:
        linear-gradient(115deg, rgba(5,31,42,.72) 0%, rgba(5,31,42,.44) 48%, rgba(10,53,72,.26) 100%),
        radial-gradient(circle at 78% 22%, rgba(221,142,101,.15), transparent 34%)!important;
}
.portfolio-page-hero,
.pf-page-hero.portfolio-page-hero{
    background:
        linear-gradient(135deg, rgba(5,31,42,.72), rgba(10,54,72,.42)),
        url('/wp-content/uploads/2026/prospera-project/8-pine-tree/01-exterior/03-aerial-waterfront-overview/prospera-8-pine-tree-waterfront-home-aerial-front.webp') center/cover no-repeat!important;
}
.hero h1,
.page-hero h1,
main > .hero h1,
.portfolio-page-hero h1,
.prospera-final-injected-hero h1{
    text-shadow:0 10px 32px rgba(0,0,0,.28)!important;
}
.hero p,
.page-hero p,
main > .hero p,
.portfolio-page-hero p,
.prospera-final-injected-hero p{
    color:rgba(255,255,255,.91)!important;
    text-shadow:0 8px 24px rgba(0,0,0,.20)!important;
}
.hero .btn,
.page-hero .btn,
main > .hero .btn,
.portfolio-page-hero .btn,
.prospera-final-injected-hero .btn{
    box-shadow:0 18px 42px rgba(5,31,42,.18), 0 8px 22px rgba(0,0,0,.10)!important;
}
.hero .btn.btn-primary,
.page-hero .btn.btn-primary,
main > .hero .btn.btn-primary,
.portfolio-page-hero .btn.btn-primary,
.prospera-final-injected-hero .btn.btn-primary{
    box-shadow:0 24px 48px rgba(224,138,94,.18), 0 10px 26px rgba(5,31,42,.16)!important;
}
.hero .btn.btn-secondary,
.page-hero .btn.btn-secondary,
main > .hero .btn.btn-secondary,
.portfolio-page-hero .btn.btn-secondary,
.prospera-final-injected-hero .btn.btn-secondary{
    background:rgba(255,255,255,.10)!important;
    border-color:rgba(255,255,255,.24)!important;
    backdrop-filter:blur(8px)!important;
}
