/*
 * Pro Rend & Co brand layer.
 * Intentionally loaded after the Pooluxe template styles so the supplied
 * layout, component classes and JavaScript hooks remain unchanged.
 */
/*
 * Conversion palette
 * Graphite     #1B1E1C  — architectural authority / main dark
 * Render orange#E17832  — primary CTA and advertising accent
 * Deep clay    #B25524  — accessible accent text on light backgrounds
 * Warm sand    #E6C18B  — secondary detail and softer highlights
 * Limewash     #F6F2EB  — warm light surfaces
 */
:root,
body,
body * {
  --primary-color: #e17832;
  --primary-color-rgb: 225, 120, 50;
  --secondary-color: #e6c18b;
  --secondary-color-rgb: 230, 193, 139;
  --bg-default: #fffdf9;
  --bg-light: #f6f2eb;
  --bg-dark-1: #1b1e1c;
  --bg-dark-2: #252925;
  --bg-dark-3: #333832;
  --bg-dark-1-rgb: 27, 30, 28;
  --bg-grey: #e9e4dc;
  --bg-color-even: #f6f2eb;
  --bg-color-odd: #fffdf9;
  --body-font-color: #5c5953;
  --heading-font-color: #1b1e1c;
  --dark-color: #1b1e1c;
  --btn-color: #171917;
  --btn-hover-color: #fff;
  --btn-hover-bg: #a94718;
  --subtitle-background: rgba(225, 120, 50, .11);
  --subtitle-background-dark: rgba(255, 255, 255, .12);
  --footer-background-color: #1b1e1c;
}

html {
  overflow-x: hidden;
  overflow-y: auto;
}

body {
  color: var(--body-font-color);
  background: var(--bg-default);
  overflow: visible !important;
}

/*
 * Pooluxe declares its original swimming-pool palette on the universal `*`
 * selector. The scoped declaration above deliberately has higher specificity,
 * so cloned/sticky elements and gradient children inherit Pro Rend graphite
 * and orange instead of retaining the template blue.
 */
header.smaller,
header.clone.smaller,
header.header-mobile,
.dark-scheme header.header-mobile {
  background: rgba(27, 30, 28, .97) !important;
  color: #fff;
}

header.transparent:not(.smaller):not(.header-mobile) {
  border-bottom: 1px solid rgba(255, 255, 255, .09);
  background: linear-gradient(180deg, rgba(15, 18, 16, .78) 0%, rgba(15, 18, 16, .5) 100%) !important;
  box-shadow: 0 12px 36px rgba(0, 0, 0, .13);
  -webkit-backdrop-filter: blur(9px) saturate(110%);
  backdrop-filter: blur(9px) saturate(110%);
}

.gradient-edge-top {
  background: linear-gradient(180deg, rgba(27, 30, 28, 1) 0%, rgba(27, 30, 28, 0) 100%) !important;
}

.gradient-edge-bottom,
.dark-scheme .de-gradient-edge-bottom {
  background: linear-gradient(0deg, rgba(27, 30, 28, 1) 0%, rgba(27, 30, 28, 0) 100%) !important;
}

.gradient-edge-start {
  background: linear-gradient(90deg, rgba(27, 30, 28, .98) 0%, rgba(27, 30, 28, .82) 35%, rgba(27, 30, 28, .12) 76%, rgba(27, 30, 28, 0) 100%) !important;
}

.gradient-edge-end {
  background: linear-gradient(90deg, rgba(27, 30, 28, 0) 0%, rgba(27, 30, 28, 1) 100%) !important;
}

.gradient-edge-top.color {
  background: linear-gradient(180deg, rgba(225, 120, 50, 1) 0%, rgba(225, 120, 50, 0) 100%) !important;
}

.gradient-edge-bottom.color {
  background: linear-gradient(0deg, rgba(225, 120, 50, 1) 0%, rgba(225, 120, 50, 0) 100%) !important;
}

.gradient-edge-start.color {
  background: linear-gradient(90deg, rgba(225, 120, 50, 1) 0%, rgba(225, 120, 50, 0) 100%) !important;
}

.gradient-edge-end.color {
  background: linear-gradient(90deg, rgba(225, 120, 50, 0) 0%, rgba(225, 120, 50, 1) 100%) !important;
}

a {
  text-underline-offset: 0.18em;
}

::selection {
  background: var(--primary-color);
  color: #171917;
}

.id-color,
a.id-color {
  color: #b25524 !important;
}

.text-light .id-color,
.section-dark .id-color,
.bg-dark .id-color,
.bg-dark-1 .id-color,
.bg-dark-2 .id-color,
.bg-dark-3 .id-color {
  color: #f0a05f !important;
}

.btn-main,
a.btn-main,
input[type="button"].btn-main {
  min-height: 46px;
  padding: 11px 24px;
  box-shadow: 0 8px 22px rgba(169, 71, 24, .18);
}

.btn-main:focus-visible,
.pro-button-outline:focus-visible,
.pro-cookie-button:focus-visible,
.pro-whatsapp:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
  box-shadow: 0 0 0 5px #a94718;
}

#logo img {
  width: auto;
  height: 42px;
  object-fit: contain;
}

header.smaller #logo img {
  height: 38px;
}

.logo-footer {
  width: min(230px, 100%);
  height: auto;
}

#section-intro .mh-800,
#section-intro .swiper,
#section-intro .swiper-wrapper,
#section-intro .swiper-slide,
#section-intro .swiper-inner {
  min-height: 740px;
}

#section-intro .mh-800 {
  overflow: hidden;
}

#section-intro .swiper {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0 !important;
}

#section-intro .swiper-wrapper,
#section-intro .swiper-slide {
  width: 100%;
  height: 100% !important;
}

#section-intro .swiper-slide {
  overflow: hidden;
}

#section-intro .swiper-inner {
  position: absolute;
  inset: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

#section-intro .swiper-inner[data-bgimage*="home-hero-silicone"] {
  background-position: 100% 48% !important;
}

#section-intro .swiper-inner[data-bgimage*="home-hero-plastering"] {
  background-position: 50% 42% !important;
}

#section-intro .sw-overlay {
  background: rgba(15, 17, 16, .32);
}

#section-intro .pro-hero-accent {
  color: #ff9b45 !important;
  text-shadow: 0 2px 22px rgba(0, 0, 0, .82), 0 1px 2px #111;
}

.pro-hero-copy {
  top: 54% !important;
  transform: translateY(-50%);
  transition: opacity .22s ease, transform .22s ease;
}

.pro-hero-copy.is-changing {
  opacity: 0;
  transform: translateY(calc(-50% + 10px));
}

.pro-hero-enquiry {
  bottom: 88px !important;
}

.pro-hero-enquiry-inner {
  width: max-content;
  max-width: 100%;
  align-items: center;
  margin-left: auto;
  padding: 11px 18px 11px 11px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 18px;
  background: rgba(18, 21, 19, .56);
  box-shadow: 0 14px 38px rgba(0, 0, 0, .2);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.pro-hero-enquiry-mark {
  flex: 0 0 68px;
  width: 68px !important;
  height: 68px !important;
  aspect-ratio: 1;
  margin-right: 15px !important;
  padding: 6px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 50% !important;
  background: rgba(255, 255, 255, .06);
  object-fit: contain !important;
}

.pro-home-stats {
  position: relative;
  z-index: 4;
  padding: 0;
  border-bottom: 1px solid #e6dfd5;
  background: #fffdf9;
}

.pro-home-stats .row {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
  align-items: stretch;
}

.pro-home-stats .col-md-3 {
  display: flex;
  padding: 0;
}

.pro-home-stats .col-md-3 + .col-md-3 {
  border-left: 1px solid #e2dacf;
}

.pro-stat-card {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 176px;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  padding: 27px 30px 25px;
  overflow: hidden;
  background: transparent;
  text-align: left;
  transition: color .28s ease, background .28s ease;
}

.pro-stat-card::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  background: var(--primary-color);
  transition: transform .32s ease;
}

.pro-stat-card:hover {
  background: linear-gradient(145deg, rgba(var(--primary-color-rgb), .09), rgba(255, 253, 249, 0));
}

.pro-stat-card:hover::before {
  transform: scaleX(1);
}

.pro-stat-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pro-stat-icon {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid rgba(var(--primary-color-rgb), .2);
  border-radius: 50%;
  background: rgba(var(--primary-color-rgb), .1);
  color: #b25524;
  font-size: 18px;
  transition: color .28s ease, background .28s ease, transform .32s ease;
}

.pro-stat-card:hover .pro-stat-icon {
  transform: rotate(-7deg) scale(1.06);
  background: var(--primary-color);
  color: #171917;
}

.pro-stat-index {
  display: block;
  margin: 0;
  color: #b25524;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .16em;
}

.pro-stat-card h2 {
  max-width: 210px;
  margin: 0 0 8px;
  font-size: 21px;
  line-height: 1.18;
}

.pro-stat-card p {
  max-width: 245px;
  margin: 0;
  color: #746f67;
  font-size: 13px;
  line-height: 1.55;
}

.pro-stat-content {
  position: relative;
  padding-right: 24px;
}

.pro-stat-motion {
  position: absolute;
  right: 0;
  bottom: 2px;
  color: #b25524;
  font-size: 12px;
  transform: translateX(-5px);
  opacity: 0;
  transition: opacity .25s ease, transform .25s ease;
}

.pro-stat-card:hover .pro-stat-motion {
  transform: translateX(0);
  opacity: 1;
}

@media (min-width: 993px) {
  #section-intro .swiper-inner[data-bgimage*="home-hero-silicone"],
  #section-intro .swiper-inner[data-bgimage*="home-hero-plastering"] {
    background-size: 130% auto !important;
    background-position-x: 100% !important;
  }
}

.pro-hero-video {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pro-section-video {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pro-process-section > .jarallax-img {
  z-index: 0;
}

.pro-process-section > .gradient-edge-top,
.pro-process-section > .sw-overlay,
.pro-process-section > .container {
  z-index: 2;
}

.pro-process-section > .sw-overlay {
  background: rgba(20, 23, 20, .74);
}

.pro-process-cta-row {
  margin-top: 34px;
}

.pro-process-cta-row .pro-inline-cta {
  justify-content: center;
}

.pro-standards-section {
  overflow: hidden;
}

.pro-standards-section .four-cols-center-dots,
.pro-standards-section .owl-stage-outer,
.pro-standards-section .owl-stage,
.pro-standards-section .owl-item,
.pro-standards-section .item {
  min-width: 0;
}

.pro-standards-section .owl-stage-outer {
  max-width: 100%;
  overflow: hidden !important;
}

.pro-standards-section .item > .bg-color-op-1 {
  height: 100%;
}

.pro-standards-section .w-40px.circle {
  flex: 0 0 42px;
  width: 42px !important;
  height: 42px !important;
  padding: 4px;
  border: 1px solid rgba(var(--primary-color-rgb), .2);
  background: #fff;
  object-fit: contain;
}

.pro-showreel-section {
  min-height: 650px;
  padding: 120px 0 90px;
  background: #111512 url("../images/pro-rend/showreel-cinematic.webp") center / cover no-repeat;
  isolation: isolate;
}

.pro-showreel-bg,
.pro-showreel-overlay,
.pro-showreel-emblem {
  position: absolute;
  inset: 0;
}

.pro-showreel-bg {
  z-index: -3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.pro-showreel-overlay {
  z-index: -2;
  background:
    radial-gradient(circle at 78% 40%, rgba(225, 120, 50, .18), transparent 28%),
    linear-gradient(90deg, rgba(14, 18, 16, .97) 0%, rgba(14, 18, 16, .83) 43%, rgba(14, 18, 16, .28) 74%, rgba(14, 18, 16, .62) 100%);
}

.pro-showreel-emblem {
  top: 50%;
  right: 5%;
  left: auto;
  z-index: -1;
  width: clamp(260px, 32vw, 520px);
  height: clamp(260px, 32vw, 520px);
  transform: translateY(-50%) rotate(-7deg);
  object-fit: contain;
  opacity: .12;
  filter: drop-shadow(0 20px 60px rgba(0, 0, 0, .35));
}

.pro-showreel-content {
  position: relative;
  z-index: 2;
}

.pro-showreel-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 20px;
  color: #ffad69;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.pro-showreel-content h2 {
  max-width: 710px;
  margin-bottom: 20px;
  color: #fff;
  font-size: clamp(46px, 6vw, 84px);
  line-height: .98;
}

.pro-showreel-content p {
  max-width: 650px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, .79);
  font-size: clamp(17px, 1.45vw, 21px);
  line-height: 1.62;
}

.pro-showreel-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}

.pro-showreel-play {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 56px;
  padding: 7px 22px 7px 8px;
  border: 0;
  border-radius: 999px;
  background: #fff;
  color: #171917;
  font-weight: 800;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease;
}

.pro-showreel-play:hover {
  transform: translateY(-2px);
  background: #fff4e9;
}

.pro-showreel-play > span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: var(--primary-color);
}

.pro-showreel-proof {
  display: grid;
  gap: 12px;
  max-width: 340px;
  margin-left: auto;
  padding: 25px;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 20px;
  background: rgba(20, 24, 21, .68);
  box-shadow: 0 28px 80px rgba(0, 0, 0, .24);
  backdrop-filter: blur(10px);
}

.pro-showreel-proof strong {
  color: #fff;
  font-size: 22px;
}

.pro-showreel-proof span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, .76);
  font-size: 14px;
}

.pro-showreel-proof span::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--primary-color);
  box-shadow: 0 0 0 5px rgba(var(--primary-color-rgb), .14);
}

.pro-video-dialog {
  width: min(1120px, calc(100vw - 32px));
  padding: 0;
  overflow: visible;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 20px;
  background: #0e100f;
  box-shadow: 0 30px 100px rgba(0, 0, 0, .65);
}

.pro-video-dialog::backdrop {
  background: rgba(6, 8, 7, .87);
  backdrop-filter: blur(8px);
}

.pro-video-dialog video {
  display: block;
  width: 100%;
  max-height: 82vh;
  border-radius: 20px;
  background: #000;
}

.pro-video-dialog-close {
  position: absolute;
  top: -18px;
  right: -18px;
  z-index: 2;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 2px solid #fff;
  border-radius: 50%;
  background: var(--primary-color);
  color: #171917;
  cursor: pointer;
}

.swiper-inner > .sw-overlay,
.swiper-inner > .gradient-edge-start {
  z-index: 1;
}

.pro-hero-actions,
.pro-subheader-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.pro-hero-actions .btn-main {
  visibility: visible !important;
  animation: none !important;
}

.pro-button-outline {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  gap: 9px;
  padding: 10px 20px;
  border: 1px solid rgba(255, 255, 255, .58);
  border-radius: 999px;
  color: #fff !important;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: color .2s ease, background .2s ease, border-color .2s ease;
}

.pro-button-outline:hover {
  border-color: #fff;
  background: #fff;
  color: #1b1e1c !important;
}

.pro-button-outline.is-dark {
  border-color: #696c65;
  color: #1b1e1c !important;
}

.pro-button-outline.is-dark:hover {
  border-color: #1b1e1c;
  background: #1b1e1c;
  color: #fff !important;
}

.pro-subheader-copy {
  max-width: 660px;
  margin: 15px 0 18px;
  color: rgba(255, 255, 255, .82);
  font-size: 18px;
  line-height: 1.55;
}

.pro-subheader {
  background-position: center center !important;
  background-size: cover !important;
}

.pro-subheader > .sw-overlay {
  opacity: 1 !important;
  background: rgba(13, 16, 14, .28) !important;
}

.pro-subheader > .gradient-edge-start {
  width: 72% !important;
  opacity: 1 !important;
  background: linear-gradient(90deg, rgba(16, 19, 17, .88) 0%, rgba(16, 19, 17, .64) 31%, rgba(16, 19, 17, .29) 62%, rgba(16, 19, 17, 0) 100%) !important;
}

.pro-service-highlight {
  border: 1px solid rgba(var(--primary-color-rgb), .17);
  background:
    radial-gradient(circle at 0% 50%, rgba(var(--primary-color-rgb), .12), transparent 34%),
    #f6f1e9 !important;
}

.pro-service-highlight-mark {
  display: grid;
  width: 98px;
  height: 98px;
  place-items: center;
  margin: 0 auto 11px;
  border: 1px solid rgba(var(--primary-color-rgb), .28);
  border-radius: 50%;
  background: rgba(255, 255, 255, .7);
  box-shadow: 0 12px 28px rgba(52, 42, 34, .09), inset 0 0 0 6px rgba(var(--primary-color-rgb), .06);
}

.pro-service-highlight-mark img {
  display: block;
  width: 72px;
  height: 72px;
  object-fit: contain;
}

.pro-service-highlight-label {
  color: #746f67;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.pro-subheader-actions .btn-main {
  box-shadow: 0 10px 28px rgba(0, 0, 0, .22);
}

.pro-conversion-cues {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin-top: 16px;
  color: rgba(255, 255, 255, .78);
  font-size: 13px;
}

.pro-conversion-cues span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.pro-conversion-cues i {
  color: #f0a05f;
}

.pro-answer-box {
  margin: 0 0 28px;
  padding: 24px 26px;
  border-left: 4px solid var(--primary-color);
  border-radius: 0 14px 14px 0;
  background: #f6f2eb;
}

.pro-answer-box h2 {
  margin: 0 0 8px;
  font-size: 22px;
}

.pro-answer-box p {
  margin: 0;
}

.pro-service-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0 0;
}

.pro-service-proof span {
  padding: 7px 11px;
  border: 1px solid #ddd3c5;
  border-radius: 999px;
  background: #fffdf9;
  color: #383a36;
  font-size: 12px;
  font-weight: 700;
}

.pro-inline-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 24px;
}

.pro-inline-cta .pro-button-outline {
  border-color: rgba(255, 255, 255, .5);
}

.pro-service-faq {
  background: #fffdf9;
}

.pro-service-faq .accordion-section-title {
  color: #1b1e1c;
}

.pro-accent-rule {
  width: 62px;
  height: 4px;
  margin: 0 auto 22px;
  border-radius: 999px;
  background: var(--primary-color);
}

.pro-template-note {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  padding: 8px 12px;
  border: 1px solid rgba(var(--primary-color-rgb), .45);
  border-radius: 999px;
  background: rgba(var(--primary-color-rgb), .12);
  color: inherit;
  font-size: 13px;
  line-height: 1.35;
}

.pro-template-note i {
  color: var(--primary-color);
}

.pro-status-label {
  display: inline-block;
  margin-bottom: 10px;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--primary-color);
  color: #191a18;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.pro-catalog-section {
  background: #fffdf9;
}

.pro-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  align-items: stretch;
  gap: 28px;
  margin-right: 0;
  margin-left: 0;
}

.pro-card-column,
.pro-service-feature-column {
  display: flex;
}

.pro-card-column {
  width: auto;
  max-width: none;
  padding: 0;
}

.pro-service-feature-column > .bg-color-op-1 {
  width: 100%;
}

.pro-catalog-card {
  display: flex;
  width: 100%;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #e5ddd2;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(40, 35, 29, .07);
  transition: border-color .28s ease, box-shadow .28s ease, transform .28s ease;
}

.pro-catalog-card:hover {
  transform: translateY(-5px);
  border-color: rgba(var(--primary-color-rgb), .42);
  box-shadow: 0 24px 50px rgba(40, 35, 29, .13);
}

.pro-card-media {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #e8e2da;
}

.pro-card-media::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(125deg, transparent 28%, rgba(255, 255, 255, .34) 48%, transparent 68%);
  transform: translateX(-120%);
  transition: transform .72s ease;
}

.pro-catalog-card:hover .pro-card-media::after {
  transform: translateX(120%);
}

.pro-card-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .65s ease;
}

.pro-catalog-card:hover .pro-card-media img {
  transform: scale(1.045);
}

.pro-card-body {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  padding: 29px 30px 27px;
}

.pro-card-body h3 {
  margin: 0 0 12px;
  font-size: 24px;
  line-height: 1.22;
}

.pro-card-body h3 a {
  color: inherit;
}

.pro-card-body p {
  margin: 0 0 22px;
  color: #69655e;
  font-size: 14px;
  line-height: 1.65;
}

.pro-card-icon {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  margin: -58px 0 19px;
  border: 5px solid #fff;
  border-radius: 50%;
  background: #202420;
  color: #ff9b45;
  font-size: 19px;
  box-shadow: 0 9px 22px rgba(25, 27, 25, .2);
}

.pro-card-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: auto;
  color: #a94718;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.pro-card-link i {
  transition: transform .22s ease;
}

.pro-card-link:hover i,
.pro-catalog-card:hover .pro-card-link i {
  transform: translateX(4px);
}

.pro-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 17px;
}

.pro-card-tags span,
.pro-card-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 9px;
  border-radius: 999px;
  background: #f3eee7;
  color: #5f5b54;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .06em;
  line-height: 1.2;
  text-transform: uppercase;
}

.pro-case-card .pro-card-body,
.pro-intel-card .pro-card-body {
  padding-top: 26px;
}

.pro-intel-card .pro-card-eyebrow {
  margin-bottom: 13px;
  background: rgba(var(--primary-color-rgb), .12);
  color: #9b421d;
}

.pro-guide-number {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  display: grid;
  min-width: 58px;
  min-height: 58px;
  place-items: center;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, .26);
  border-radius: 13px;
  background: rgba(23, 26, 24, .78);
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.pro-guide-number small {
  color: #ffad69;
  font-size: 8px;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.pro-card-author {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: auto 0 18px;
  color: #706b64;
  font-size: 12px;
  font-weight: 700;
}

.pro-card-author img {
  width: 25px;
  height: 25px;
  object-fit: contain;
}

.pro-conversion-band {
  padding: 38px 0;
  background:
    radial-gradient(circle at 14% 20%, rgba(var(--primary-color-rgb), .2), transparent 28%),
    #1b1e1c;
}

.pro-conversion-band__inner {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
}

.pro-conversion-band__mark {
  width: 76px;
  height: 76px;
  object-fit: contain;
}

.pro-conversion-band__copy > span {
  color: #ffad69;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.pro-conversion-band__copy h2 {
  margin: 4px 0 6px;
  color: #fff;
  font-size: 30px;
}

.pro-conversion-band__copy p {
  max-width: 670px;
  margin: 0;
  color: rgba(255, 255, 255, .65);
  font-size: 14px;
}

.pro-conversion-band__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.pro-quote-section {
  background: #f5f0e9 !important;
}

.pro-form-intro {
  max-width: 690px;
  margin-bottom: 24px;
}

.pro-form-intro h2 {
  margin: 8px 0 12px;
}

.pro-form-cues {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin-top: 16px;
  color: #5f5b54;
  font-size: 12px;
  font-weight: 700;
}

.pro-form-cues span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.pro-form-cues i {
  color: #b25524;
}

.pro-jotform-shell {
  min-height: 880px;
  overflow: hidden;
  border: 1px solid #dfd6ca;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 20px 50px rgba(45, 39, 32, .09);
}

.pro-jotform-shell iframe,
.pro-jotform-frame {
  width: 100%;
  min-height: 880px;
  border: 0;
  border-radius: 22px;
  background: #fff;
}

.pro-quote-next {
  position: sticky;
  top: 118px;
  overflow: hidden;
  background:
    radial-gradient(circle at 100% 0%, rgba(var(--primary-color-rgb), .2), transparent 35%),
    #1b1e1c !important;
}

.pro-quote-help {
  display: grid;
  gap: 8px;
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, .14);
}

.pro-quote-help span {
  color: rgba(255, 255, 255, .55);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.pro-quote-help a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #fff;
  font-weight: 700;
}

.pro-quote-help i {
  width: 18px;
  color: #ff9b45;
}

.pro-status-page {
  background: #f6f2eb;
}

.pro-status-card {
  padding: clamp(34px, 6vw, 72px);
  border: 1px solid #e1d9cf;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 22px 60px rgba(43, 37, 31, .09);
}

.pro-status-icon {
  display: grid;
  width: 82px;
  height: 82px;
  place-items: center;
  margin: 0 auto 22px;
  border-radius: 50%;
  background: rgba(var(--primary-color-rgb), .13);
  color: #b25524;
  font-size: 34px;
}

.pro-status-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 11px;
  margin-top: 28px;
}

.pro-sitemap-card {
  width: 100%;
  height: 100%;
  padding: 28px;
  border: 1px solid #e3dbd0;
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 13px 32px rgba(40, 35, 29, .06);
}

.pro-sitemap-card h3 {
  margin-bottom: 17px;
  font-size: 21px;
}

.pro-sitemap-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pro-sitemap-card li + li {
  border-top: 1px solid #eee8df;
}

.pro-sitemap-card a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 0;
  color: #494a45;
  font-size: 13px;
  font-weight: 700;
}

.pro-sitemap-card a i {
  color: #b25524;
  font-size: 10px;
  transition: transform .2s ease;
}

.pro-sitemap-card a:hover i {
  transform: translateX(3px);
}

.pro-mega-menu small {
  display: block;
  color: rgba(255, 255, 255, .59);
  font-size: 11px;
  font-weight: 500;
  line-height: 1.4;
  white-space: normal;
}

#mainmenu > li.pro-mobile-nav-intro,
#mainmenu > li.pro-mobile-nav-cta,
#mainmenu > li > .pro-mobile-submenu-toggle {
  display: none !important;
}

.pro-footer-credits {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}

footer .subfooter .menu-simple {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px 18px;
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
}

footer .subfooter .menu-simple li {
  display: inline-flex;
  width: auto;
  margin: 0;
  padding: 0;
  list-style: none;
}

footer .subfooter .menu-simple a {
  color: rgba(255, 255, 255, .72);
  font-size: 13px;
}

footer .subfooter {
  padding-bottom: 88px;
}

.pro-footer-credit {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: rgba(255, 255, 255, .72);
  font-size: 12px;
  line-height: 1.2;
  transition: color .2s ease, transform .2s ease;
}

.pro-footer-credit:hover {
  transform: translateY(-1px);
  color: #fff;
}

.pro-footer-credit span {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0 4px;
  align-items: baseline;
}

.pro-footer-credit strong {
  color: #fff;
  font-weight: 700;
}

.pro-footer-credit img {
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  border-radius: 0;
  object-fit: contain;
}

.pro-whatsapp {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 2147483000;
  display: inline-flex;
  visibility: visible !important;
  opacity: 1 !important;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 999px;
  background: #25d366;
  box-shadow: 0 14px 35px rgba(0, 0, 0, .24);
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
  transition: transform .2s ease, box-shadow .2s ease;
  isolation: isolate;
}

.pro-whatsapp:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgba(0, 0, 0, .28);
}

.pro-whatsapp i {
  font-size: 24px;
}

body.pro-mega-open .pro-whatsapp {
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none;
}

#back-to-top {
  right: auto !important;
  left: 22px !important;
  bottom: 22px;
  z-index: 1038;
}

.pro-mobile-actions {
  display: none;
}

.pro-cookie-banner {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 1100;
  display: none;
  width: min(570px, calc(100vw - 40px));
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 18px;
  background: #20211f;
  box-shadow: 0 24px 64px rgba(0, 0, 0, .32);
  color: rgba(255, 255, 255, .8);
}

.pro-cookie-banner.is-visible,
.pro-cookie-modal.is-visible {
  display: block;
}

.pro-cookie-banner h2,
.pro-cookie-modal h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 22px;
}

.pro-cookie-banner p {
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 1.6;
}

.pro-cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.pro-cookie-button {
  padding: 9px 14px;
  border: 1px solid var(--primary-color);
  border-radius: 8px;
  background: transparent;
  color: #fff;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.pro-cookie-button.is-primary {
  background: var(--primary-color);
  color: #191a18;
}

.pro-cookie-modal {
  position: fixed;
  inset: 50% auto auto 50%;
  z-index: 1110;
  display: none;
  width: min(570px, calc(100vw - 40px));
  max-height: calc(100vh - 40px);
  padding: 26px;
  overflow-y: auto;
  transform: translate(-50%, -50%);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 28px 90px rgba(0, 0, 0, .42);
}

.pro-cookie-modal h2 {
  color: var(--dark-color);
}

.pro-cookie-option {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 0;
  border-top: 1px solid #ece9e2;
}

.pro-cookie-option strong,
.pro-cookie-option small {
  display: block;
}

.pro-cookie-option small {
  margin-top: 3px;
}

.pro-cookie-option input {
  width: 20px;
  height: 20px;
  accent-color: var(--primary-color);
}

.pro-cookie-backdrop {
  position: fixed;
  inset: 0;
  z-index: 1105;
  display: none;
  background: rgba(16, 17, 15, .66);
}

.pro-cookie-backdrop.is-visible {
  display: block;
}

.pro-legal-copy h2 {
  margin-top: 1.4em;
}

.pro-legal-copy h3 {
  margin-top: 1.2em;
}

.pro-legal-copy ul {
  padding-left: 1.25rem;
}

@media (min-width: 1101px) {
  #mainmenu > li.pro-services-menu {
    position: static;
  }

  #mainmenu .pro-mega-menu {
    left: 50%;
    width: min(1210px, calc(100vw - 40px));
    height: auto;
    padding: 0;
    overflow: hidden;
    transform: translateX(-50%);
    border: 1px solid rgba(255, 255, 255, .11);
    border-radius: 24px;
    background: #171a18;
    box-shadow: 0 30px 90px rgba(0, 0, 0, .46);
    transition: opacity .18s ease, visibility .18s ease, transform .18s ease;
    text-transform: none !important;
  }

  #mainmenu .pro-mega-menu * {
    text-transform: none !important;
  }

  #mainmenu > li.pro-services-menu.is-open > .pro-mega-menu,
  #mainmenu > li.pro-services-menu:focus-within > .pro-mega-menu {
    visibility: visible;
    opacity: 1;
  }

  #mainmenu .pro-mega-menu .pro-mega-shell {
    display: grid;
    float: none;
    grid-template-columns: 305px minmax(500px, 1fr) 252px;
    width: 100%;
    height: 422px;
    padding: 16px;
    border: 0;
    gap: 0;
    background: transparent;
  }

  #mainmenu .pro-mega-visual {
    position: relative;
    height: 390px;
    min-height: 390px;
    overflow: hidden;
    border-radius: 17px;
    background: #252925;
  }

  #mainmenu .pro-mega-visual > a {
    position: absolute;
    inset: 0;
    display: block;
    height: 100%;
    padding: 0;
    overflow: hidden;
    border: 0;
    border-radius: 17px;
    background: transparent;
  }

  #mainmenu .pro-mega-visual img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
    transition: opacity .18s ease, transform .5s ease;
  }

  #mainmenu .pro-mega-visual::after {
    position: absolute;
    z-index: 2;
    top: -20%;
    bottom: -20%;
    left: -55%;
    width: 38%;
    content: "";
    transform: skewX(-18deg) translateX(-260%);
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .26), transparent);
    pointer-events: none;
  }

  #mainmenu .pro-mega-visual.is-sheening::after {
    animation: pro-mega-sheen .72s ease;
  }

  #mainmenu .pro-mega-visual > a:hover img {
    transform: scale(1.035);
  }

  #mainmenu .pro-mega-services {
    display: flex;
    height: 390px;
    flex-direction: column;
    padding: 12px 24px 8px;
  }

  #mainmenu .pro-mega-kicker {
    display: block;
    margin-bottom: 5px;
    color: var(--primary-color);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
  }

  #mainmenu .pro-mega-services > h3 {
    margin: 0 0 12px;
    color: #fff;
    font-size: 21px;
  }

  #mainmenu .pro-mega-grid {
    display: grid;
    flex: 1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }

  #mainmenu .pro-mega-service {
    display: grid;
    grid-template-columns: 42px 1fr;
    align-items: center;
    gap: 11px;
    min-height: 0;
    height: 100%;
    padding: 10px 12px;
    border: 1px solid rgba(255, 255, 255, .075);
    border-radius: 12px;
    background: rgba(255, 255, 255, .035);
    color: #fff;
    transition: border-color .18s ease, background .18s ease, transform .18s ease;
  }

  #mainmenu .pro-mega-service:hover,
  #mainmenu .pro-mega-service:focus-visible {
    transform: translateY(-1px);
    border-color: rgba(var(--primary-color-rgb), .56);
    background: rgba(var(--primary-color-rgb), .13);
  }

  #mainmenu .pro-mega-service > i {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 10px;
    background: rgba(var(--primary-color-rgb), .15);
    color: #ff9b45;
    font-size: 16px;
  }

  #mainmenu .pro-mega-service strong {
    display: block;
    margin-bottom: 2px;
    color: #fff;
    font-size: 14px;
    line-height: 1.2;
  }

  #mainmenu .pro-mega-service small {
    display: block;
    color: rgba(255, 255, 255, .58);
    font-size: 11px;
    line-height: 1.3;
  }

  #mainmenu .pro-mega-all {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-top: 11px;
    padding: 0;
    color: #ffad69;
    font-size: 12px;
    font-weight: 800;
  }

  #mainmenu .pro-mega-all:hover {
    color: #fff;
    background: transparent;
  }

  #mainmenu .pro-mega-quote {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    min-height: 390px;
    padding: 24px;
    border: 1px solid rgba(var(--primary-color-rgb), .2);
    border-radius: 17px;
    background:
      radial-gradient(circle at 100% 0%, rgba(var(--primary-color-rgb), .2), transparent 40%),
      #242824;
  }

  #mainmenu .pro-mega-quote > img {
    width: 54px;
    height: 54px;
    margin-bottom: 22px;
    object-fit: contain;
    opacity: .92;
  }

  #mainmenu .pro-mega-quote > span {
    color: #ffad69;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
  }

  #mainmenu .pro-mega-quote h3 {
    margin: 7px 0 10px;
    color: #fff;
    font-size: 22px;
    line-height: 1.12;
  }

  #mainmenu .pro-mega-quote p {
    margin-bottom: 17px;
    color: rgba(255, 255, 255, .66);
    font-size: 12px;
    line-height: 1.55;
  }

  #mainmenu .pro-mega-quote .btn-main {
    display: inline-flex;
    align-items: center;
    width: 100%;
    height: auto;
    justify-content: center;
    margin-bottom: 13px;
    padding: 11px 15px;
    border: 0;
    border-radius: 999px;
    color: #171917;
  }

  #mainmenu .pro-mega-contact {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: auto;
    padding: 5px 0;
    color: rgba(255, 255, 255, .72);
    font-size: 11px;
  }

  #mainmenu .pro-mega-contact i {
    width: 15px;
    color: var(--primary-color);
  }

  #mainmenu .pro-mega-contact:hover {
    color: #fff;
    background: transparent;
  }
}

@keyframes pro-mega-sheen {
  from {
    transform: skewX(-18deg) translateX(-260%);
  }

  to {
    transform: skewX(-18deg) translateX(650%);
  }
}

/* Pooluxe uses zero-width spans as desktop link underlines. Mega-nav cards use
   a real text wrapper, so keep that wrapper in normal document flow. */
#mainmenu a.pro-mega-service > span {
  position: static;
  display: block;
  float: none;
  width: auto !important;
  min-width: 0;
  margin: 0;
  border: 0;
  color: inherit;
  line-height: 1.25;
  text-transform: none;
}

@media (max-width: 1100px) {
  body.pro-mobile-menu-open {
    overflow: hidden !important;
  }

  body.pro-mobile-menu-open .pro-mobile-actions,
  body.pro-mobile-menu-open .pro-whatsapp,
  body.pro-mobile-menu-open #back-to-top {
    transform: translateY(18px);
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
  }

  header.header-mobile {
    z-index: 1080;
    height: 76px;
    padding: 0 !important;
    overflow: hidden !important;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    background: rgba(20, 23, 21, .94) !important;
    box-shadow: 0 12px 34px rgba(0, 0, 0, .16);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    transition: background .25s ease, box-shadow .25s ease;
  }

  header.header-mobile.menu-open {
    height: 100dvh !important;
    background:
      radial-gradient(circle at 92% 4%, rgba(var(--primary-color-rgb), .18), transparent 26%),
      #171a18 !important;
    box-shadow: none;
  }

  header.header-mobile .container,
  header.header-mobile .row,
  header.header-mobile .col-md-12 {
    height: 100%;
  }

  header.header-mobile .de-flex {
    min-height: 76px;
    align-items: center;
  }

  header.header-mobile .header-col-mid {
    position: fixed;
    inset: 76px 0 0;
    display: block;
    width: 100%;
    height: calc(100dvh - 76px);
    overflow-x: hidden;
    overflow-y: auto;
    transform: translateY(-14px);
    visibility: hidden;
    opacity: 0;
    background:
      linear-gradient(145deg, rgba(225, 120, 50, .07), transparent 34%),
      #171a18;
    pointer-events: none;
    overscroll-behavior: contain;
    transition: transform .28s ease, opacity .22s ease, visibility .22s ease;
  }

  header.header-mobile.menu-open .header-col-mid {
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }

  header.header-mobile #mainmenu {
    position: static !important;
    display: block !important;
    width: min(100%, 760px);
    margin: 0 auto;
    padding: 24px 24px 130px !important;
    overflow: visible !important;
  }

  header.header-mobile #mainmenu > li {
    position: relative;
    display: flex !important;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    margin: 0;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .11);
  }

  header.header-mobile #mainmenu > li:not(.pro-services-menu):not(.pro-mobile-nav-intro):not(.pro-mobile-nav-cta) > a.menu-item::after {
    position: absolute;
    top: 50%;
    right: 4px;
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 50%;
    content: "\2197";
    transform: translateY(-50%);
    color: rgba(255, 255, 255, .55);
    font-family: Arial, sans-serif;
    font-size: 14px;
  }

  header.header-mobile #mainmenu > li > a.menu-item {
    width: 100%;
    padding: 18px 52px 18px 2px;
    color: #fff;
    font-family: var(--heading-font);
    font-size: clamp(23px, 4vw, 31px);
    font-weight: 750;
    letter-spacing: -.025em;
    line-height: 1.1;
    text-align: left;
  }

  header.header-mobile #mainmenu > li > a.menu-item:hover,
  header.header-mobile #mainmenu > li > a.menu-item:focus-visible {
    color: #ffad69;
  }

  header.header-mobile #mainmenu > li.pro-services-menu > a.menu-item {
    width: calc(100% - 48px);
  }

  header.header-mobile #mainmenu > li.pro-services-menu::after {
    display: none;
  }

  header.header-mobile #mainmenu > li.pro-mobile-nav-intro {
    display: grid !important;
    gap: 3px;
    padding: 4px 2px 17px;
    align-items: start;
  }

  .pro-mobile-nav-intro span {
    position: static !important;
    display: block;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
    color: #ffad69;
    cursor: default;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .15em;
    line-height: 1.35;
    text-transform: uppercase;
  }

  .pro-mobile-nav-intro strong {
    color: rgba(255, 255, 255, .64);
    font-size: 13px;
    font-weight: 600;
  }

  header.header-mobile #mainmenu > li > .pro-mobile-submenu-toggle {
    display: grid !important;
    width: 44px;
    height: 44px;
    place-items: center;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 50%;
    background: rgba(255, 255, 255, .05);
    color: #fff;
  }

  header.header-mobile #mainmenu > li > .pro-mobile-submenu-toggle i {
    transition: transform .25s ease;
  }

  .pro-services-menu.is-mobile-open .pro-mobile-submenu-toggle {
    border-color: rgba(var(--primary-color-rgb), .5);
    background: var(--primary-color);
    color: #171917;
  }

  .pro-services-menu.is-mobile-open .pro-mobile-submenu-toggle i {
    transform: rotate(180deg);
  }

  header.header-mobile #mainmenu .pro-mega-menu {
    position: static;
    display: block;
    width: 100%;
    height: auto !important;
    max-height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    border: 0;
    background: transparent;
    transition: max-height .38s ease, opacity .25s ease, visibility .25s ease;
  }

  header.header-mobile #mainmenu .pro-services-menu.is-mobile-open > .pro-mega-menu {
    max-height: 860px;
    padding-bottom: 17px;
    visibility: visible;
    opacity: 1;
  }

  header.header-mobile #mainmenu .pro-mega-shell {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    border: 0;
  }

  header.header-mobile #mainmenu .pro-mega-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    gap: 8px;
  }

  header.header-mobile #mainmenu .pro-mega-service {
    display: grid;
    min-height: 76px;
    grid-template-columns: 34px minmax(0, 1fr);
    align-items: center;
    gap: 11px;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 12px;
    background: rgba(255, 255, 255, .045);
    color: #fff;
    line-height: 1.25;
    text-transform: none !important;
  }

  header.header-mobile #mainmenu .pro-mega-service:hover,
  header.header-mobile #mainmenu .pro-mega-service:focus-visible {
    border-color: rgba(var(--primary-color-rgb), .44);
    background: rgba(var(--primary-color-rgb), .12);
  }

  header.header-mobile #mainmenu .pro-mega-service > i {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 50%;
    background: rgba(var(--primary-color-rgb), .14);
    color: #ffad69;
    font-size: 13px;
  }

  header.header-mobile #mainmenu .pro-mega-service strong,
  header.header-mobile #mainmenu .pro-mega-service small {
    display: block;
  }

  header.header-mobile #mainmenu .pro-mega-service strong {
    color: #fff;
    font-size: 13px;
    font-weight: 750;
    line-height: 1.25;
  }

  header.header-mobile #mainmenu .pro-mega-service small {
    margin-top: 2px;
    color: rgba(255, 255, 255, .48);
    font-size: 9px;
    line-height: 1.35;
  }

  header.header-mobile #mainmenu > li.pro-mobile-nav-cta {
    display: grid !important;
    gap: 5px;
    margin-top: 16px !important;
    padding: 17px !important;
    border: 1px solid rgba(var(--primary-color-rgb), .3) !important;
    border-radius: 18px;
    background:
      radial-gradient(circle at 100% 0%, rgba(var(--primary-color-rgb), .2), transparent 45%),
      rgba(255, 255, 255, .055);
  }

  .pro-mobile-nav-cta > span {
    position: static !important;
    display: block;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
    color: #ffad69;
    cursor: default;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .12em;
    line-height: 1.35;
    text-transform: uppercase;
  }

  header.header-mobile #mainmenu > li.pro-mobile-nav-cta > strong {
    max-width: 440px;
    color: #fff;
    font-size: 18px;
    line-height: 1.2;
  }

  header.header-mobile #mainmenu > li.pro-mobile-nav-cta > a.btn-main {
    display: inline-flex !important;
    width: max-content;
    height: 44px !important;
    min-height: 44px;
    align-items: center;
    gap: 10px;
    margin-top: 6px;
    padding: 0 18px !important;
    color: #171917 !important;
    line-height: 1.2 !important;
  }

  header.header-mobile #mainmenu > li.pro-mobile-nav-cta > div {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 20px;
    margin-top: 6px;
  }

  header.header-mobile #mainmenu > li.pro-mobile-nav-cta > div a {
    display: inline-flex !important;
    width: auto !important;
    height: auto !important;
    align-items: center;
    gap: 8px !important;
    padding: 4px 0 !important;
    color: rgba(255, 255, 255, .73) !important;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2 !important;
  }

  .pro-mobile-nav-cta > div i {
    color: #ffad69;
  }

  header.header-mobile .menu_side_area .btn-main {
    display: none !important;
  }

  header.header-mobile #menu-btn {
    display: grid !important;
    width: 44px;
    height: 44px;
    place-items: center;
    margin: 0;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 50%;
    background: rgba(255, 255, 255, .07);
    color: #fff;
  }

  header.header-mobile #menu-btn::before {
    font-size: 17px;
  }

  header.header-mobile #menu-btn.menu-open {
    border-color: var(--primary-color);
    background: var(--primary-color);
    color: #171917;
  }

  header.header-mobile #menu-btn.menu-open::before {
    content: "\f00d";
  }

  #logo img {
    height: 36px;
  }

  .pro-mega-visual,
  .pro-mega-kicker,
  .pro-mega-services > h3,
  .pro-mega-all,
  .pro-mega-quote {
    display: none;
  }

  #mainmenu .pro-mega-menu,
  #mainmenu .pro-mega-shell,
  #mainmenu .pro-mega-services,
  #mainmenu .pro-mega-grid {
    width: 100%;
    padding: 0;
    background: transparent;
  }

  .pro-footer-credits {
    justify-content: flex-start;
    margin-top: 12px;
  }

  footer .subfooter .menu-simple {
    justify-content: flex-start;
    margin-top: 12px;
  }

  .pro-showreel-section {
    min-height: 570px;
    padding: 95px 0 75px;
  }

  .pro-showreel-proof {
    margin: 35px 0 0;
  }

  .pro-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pro-conversion-band__inner {
    grid-template-columns: 66px minmax(0, 1fr);
    gap: 18px 22px;
  }

  .pro-conversion-band__mark {
    width: 66px;
    height: 66px;
  }

  .pro-conversion-band__actions {
    grid-column: 2;
    justify-content: flex-start;
  }

  .pro-quote-next {
    position: relative;
    top: auto;
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .pro-home-stats .col-md-3 {
    border-top: 1px solid #e2dacf;
    border-left: 0 !important;
  }

  .pro-home-stats .col-md-3:nth-child(-n + 2) {
    border-top: 0;
  }

  .pro-home-stats .col-md-3:nth-child(even) {
    border-left: 1px solid #e2dacf !important;
  }

  .pro-card-body {
    padding: 23px 22px 24px;
  }
}

@media (max-width: 575px) {
  body {
    padding-bottom: 64px;
  }

  footer .subfooter {
    padding-bottom: 145px;
  }

  .pro-standards-section .container-fluid {
    max-width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    overflow: hidden;
  }

  .pro-standards-section .container-fluid > .row {
    margin-right: 0;
    margin-left: 0;
  }

  .pro-standards-section .four-cols-center-dots,
  .pro-standards-section .owl-stage-outer {
    width: 100% !important;
    max-width: 100% !important;
  }

  .pro-standards-section .owl-item,
  .pro-standards-section .item {
    max-width: 100%;
  }

  .pro-standards-section .item > .bg-color-op-1 {
    min-height: 238px;
    padding: 24px !important;
  }

  .pro-standards-section .item .d-flex.align-items-center,
  .pro-standards-section .item .d-flex.align-items-center > div {
    min-width: 0;
  }

  .pro-standards-section .text-dark.fw-bold,
  .pro-standards-section .item p {
    word-break: normal;
    overflow-wrap: normal;
  }

  header.header-mobile #mainmenu {
    padding: 20px 20px 112px !important;
  }

  header.header-mobile #mainmenu > li > a.menu-item {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 22px;
  }

  header.header-mobile #mainmenu .pro-mega-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  header.header-mobile #mainmenu .pro-mega-service {
    min-height: 62px;
  }

  header.header-mobile #mainmenu .pro-mega-service small {
    display: none;
  }

  header.header-mobile #mainmenu .pro-services-menu.is-mobile-open > .pro-mega-menu {
    max-height: 620px;
  }

  header.header-mobile #mainmenu > li.pro-mobile-nav-cta {
    padding: 16px !important;
  }

  header.header-mobile #mainmenu > li.pro-mobile-nav-cta > strong {
    font-size: 17px;
  }

  header.header-mobile #mainmenu > li.pro-mobile-nav-cta > a.btn-main {
    width: 100%;
    justify-content: center;
  }

  #section-intro .mh-800,
  #section-intro .swiper,
  #section-intro .swiper-wrapper,
  #section-intro .swiper-slide,
  #section-intro .swiper-inner {
    min-height: 700px;
  }

  .pro-hero-enquiry {
    bottom: 78px !important;
  }

  .pro-hero-copy {
    top: 315px !important;
  }

  .pro-hero-actions .pro-button-outline,
  #section-intro [data-hero-check] {
    display: none !important;
  }

  .pro-hero-enquiry-inner {
    padding: 7px 11px 7px 7px;
    border-radius: 14px;
  }

  .pro-hero-enquiry-mark {
    flex-basis: 46px;
    width: 46px !important;
    height: 46px !important;
    margin-right: 10px !important;
    padding: 4px;
  }

  .pro-hero-enquiry-inner .hs-5 {
    font-size: 11px !important;
    letter-spacing: .02em;
    line-height: 1.2;
  }

  .pro-hero-enquiry-inner .hs-2 {
    font-size: 21px !important;
    line-height: 1.08 !important;
  }

  .pro-home-stats .col-md-3,
  .pro-home-stats .col-md-3:nth-child(even) {
    border-top: 1px solid #e2dacf !important;
    border-left: 0 !important;
  }

  .pro-home-stats .col-md-3:first-child {
    border-top: 0 !important;
  }

  .pro-card-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
  }

  .pro-stat-card {
    min-height: 154px;
    padding: 24px 22px;
  }

  .pro-conversion-band__inner {
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 16px;
  }

  .pro-conversion-band__mark {
    width: 54px;
    height: 54px;
  }

  .pro-conversion-band__copy h2 {
    font-size: 25px;
  }

  .pro-conversion-band__actions {
    grid-column: 1 / -1;
    align-items: stretch;
    flex-direction: column;
  }

  .pro-conversion-band__actions > * {
    width: 100%;
    justify-content: center;
  }

  .pro-jotform-shell,
  .pro-jotform-shell iframe,
  .pro-jotform-frame {
    min-height: 840px;
  }

  #section-intro .swiper-slide:nth-child(2) .swiper-inner {
    background-position: 58% center !important;
  }

  #section-intro .swiper-slide:nth-child(3) .swiper-inner {
    background-position: 62% center !important;
  }

  .pro-subheader-copy {
    font-size: 16px;
  }

  .pro-subheader-actions,
  .pro-hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .pro-subheader-actions > *,
  .pro-hero-actions > * {
    width: 100%;
    justify-content: center;
  }

  .pro-whatsapp {
    right: 14px;
    bottom: 78px;
    width: 54px;
    height: 54px;
    justify-content: center;
    padding: 0;
  }

  .pro-whatsapp span {
    display: none;
  }

  #back-to-top {
    left: 14px !important;
    bottom: 78px;
  }

  .pro-showreel-section {
    min-height: 620px;
    padding: 82px 0 72px;
    background-position: 61% center;
  }

  .pro-showreel-overlay {
    background: linear-gradient(90deg, rgba(13, 17, 15, .97) 0%, rgba(13, 17, 15, .8) 76%, rgba(13, 17, 15, .46) 100%);
  }

  .pro-showreel-content h2 {
    font-size: 48px;
  }

  .pro-showreel-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .pro-showreel-actions > * {
    width: 100%;
    justify-content: center;
  }

  .pro-showreel-proof {
    max-width: none;
  }

  .pro-showreel-emblem {
    right: -90px;
    width: 360px;
    height: 360px;
  }

  header.header-mobile .menu_side_area {
    display: flex;
    width: auto;
    height: 36px;
    align-items: center;
    margin-left: 10px;
  }

  header.header-mobile .menu_side_area .btn-main {
    display: none !important;
  }

  header.header-mobile #menu-btn {
    margin-left: 0;
  }

  .pro-cookie-banner {
    left: 12px;
    bottom: 76px;
    width: calc(100vw - 24px);
  }

  .pro-mobile-actions {
    position: fixed;
    inset: auto 0 0;
    z-index: 1035;
    display: grid;
    grid-template-columns: 1fr 1.35fr;
    min-height: 64px;
    background: #1b1e1c;
    box-shadow: 0 -8px 28px rgba(0, 0, 0, .2);
  }

  .pro-mobile-actions a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
  }

  .pro-mobile-actions a + a {
    background: var(--primary-color);
    color: #171917;
  }
}
