/*
Theme Name: Efficiency Techs Child
Template: twentytwentyfive
Version: 1.17 (Desktop visual effects reduction)
*/

/* ==========================================================
   DESIGN TOKENS
   ========================================================== */
:root {
  --font-body: "Outfit", "Avenir Next", "Segoe UI", sans-serif;
  --font-display: "Syne", "Trebuchet MS", "Gill Sans", sans-serif;
  --font-mono: "JetBrains Mono", "Cascadia Code", "Consolas", "Liberation Mono", monospace;

  --radius-sm: 12px;
  --radius-md: 18px;
  --radius-lg: 24px;
  --radius-pill: 999px;

  --space-1: 8px;
  --space-2: 12px;
  --space-3: 16px;
  --space-4: 22px;
  --space-5: 30px;
  --space-6: 44px;

  --bg-deep: #030713;
  --bg-ink: #091833;
  --bg-haze: #143b74;
  --bg-surge: #17638d;

  --surface-1: rgba(10, 24, 50, 0.76);
  --surface-2: rgba(10, 24, 50, 0.62);
  --surface-3: rgba(10, 24, 50, 0.48);
  --surface-elevated: rgba(17, 34, 67, 0.72);
  --surface-code: rgba(6, 14, 32, 0.9);
  --surface-soft: rgba(255, 255, 255, 0.09);
  --surface-subtle: rgba(255, 255, 255, 0.05);

  --text-main: rgba(233, 242, 255, 0.95);
  --text-strong: rgba(245, 250, 255, 1);
  --text-muted: rgba(199, 218, 242, 0.8);
  --text-faint: rgba(180, 203, 233, 0.68);

  --accent-teal: #48f0cb;
  --accent-blue: #78bcff;
  --accent-amber: #ffd67a;
  --accent-teal-soft: rgba(72, 240, 203, 0.24);
  --accent-blue-soft: rgba(120, 188, 255, 0.25);
  --accent-amber-soft: rgba(255, 214, 122, 0.22);

  --border-soft: rgba(189, 222, 255, 0.18);
  --border-strong: rgba(189, 222, 255, 0.32);
  --glass-stroke: rgba(236, 246, 255, 0.16);
  --glass-inner: inset 0 1px 0 rgba(236, 246, 255, 0.16);
  --panel-gradient:
    linear-gradient(152deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.02)),
    radial-gradient(130% 110% at 0% 0%, rgba(120, 188, 255, 0.14), transparent 58%),
    linear-gradient(162deg, var(--surface-2), var(--surface-3));
  --panel-border: rgba(189, 222, 255, 0.24);
  --panel-border-strong: rgba(189, 222, 255, 0.34);
  --panel-shadow: 0 18px 44px rgba(2, 7, 16, 0.38), 0 2px 8px rgba(2, 7, 16, 0.24);
  --panel-shadow-strong: 0 26px 64px rgba(2, 7, 16, 0.48), 0 4px 12px rgba(2, 7, 16, 0.28);

  --shadow-1: 0 12px 30px rgba(2, 7, 16, 0.34);
  --shadow-2: 0 22px 56px rgba(2, 7, 16, 0.46);
  --shadow-3: 0 32px 80px rgba(2, 7, 16, 0.58);
  --ring: 0 0 0 3px rgba(120, 188, 255, 0.34);

  --motion-fast: 160ms;
  --motion-base: 240ms;
  --motion-slow: 340ms;
  --easing-standard: cubic-bezier(0.4, 0, 0.2, 1);
  --easing-spring: cubic-bezier(0.34, 1.56, 0.64, 1);
  --cta-hover-shift: -3px;
  --card-hover-shift: -5px;
  --ambient-grid-size: 88px;
  --ambient-shift-duration: 36s;
  --grid-line-color: rgba(178, 211, 245, 0.05);
  --glow-teal: 0 0 0 1px rgba(72, 240, 203, 0.3), 0 18px 38px rgba(72, 240, 203, 0.18);
  --glow-blue: 0 0 0 1px rgba(120, 188, 255, 0.28), 0 20px 42px rgba(120, 188, 255, 0.2);
  --glow-amber: 0 0 0 1px rgba(255, 214, 122, 0.28), 0 14px 30px rgba(255, 214, 122, 0.17);

  --content-max: 1160px;
  --content-narrow: 72ch;
  --content-pad: clamp(16px, 2vw, 30px);
  --section-gap: clamp(28px, 4vw, 54px);
  --header-offset: 84px;
  --reveal-distance: 24px;
  --reveal-stagger: 48ms;

  --header-bg: rgba(6, 12, 26, 0.78);
  --header-bg-blur: rgba(6, 12, 26, 0.64);
  --header-blur: 12px;
  --header-shadow: 0 14px 42px rgba(0, 0, 0, 0.42);

  --overlay-bg: rgba(3, 7, 17, 0.96);
  --overlay-blur: 12px;

  --conversion-bar-bg: linear-gradient(96deg, rgba(72, 240, 203, 0.16), rgba(120, 188, 255, 0.16), rgba(255, 214, 122, 0.14));
  --conversion-bar-border: rgba(189, 222, 255, 0.26);
  --conversion-bar-halo: 0 10px 28px rgba(8, 18, 38, 0.35);
  --quick-contact-bg: linear-gradient(165deg, rgba(7, 16, 34, 0.9), rgba(7, 16, 34, 0.78));

  --z-header: 1200;
  --z-overlay: 1400;
  --z-skip-link: 1600;
  --z-conversion: 1580;
  --z-quick-contact: 1590;
  --safe-top: env(safe-area-inset-top, 0px);
  --safe-right: env(safe-area-inset-right, 0px);
  --safe-bottom: env(safe-area-inset-bottom, 0px);
  --safe-left: env(safe-area-inset-left, 0px);
  --floating-rail-gap: clamp(12px, 2.2vw, 24px);
}

/* ==========================================================
   BASE
   ========================================================== */
html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-offset) + var(--safe-top));
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scrollbar-gutter: stable;
}

* {
  box-sizing: border-box;
  scrollbar-color: rgba(120, 188, 255, 0.55) rgba(255, 255, 255, 0.08);
}

*::-webkit-scrollbar {
  height: 10px;
  width: 10px;
}

*::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.04);
}

*::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, rgba(120, 188, 255, 0.78), rgba(72, 240, 203, 0.62));
  border-radius: 999px;
}

::selection {
  background: rgba(46, 231, 182, 0.24);
  color: var(--text-strong);
}

body {
  background:
    radial-gradient(1200px 680px at 8% -12%, rgba(120, 188, 255, 0.24), transparent 62%),
    radial-gradient(940px 620px at 92% 4%, rgba(72, 240, 203, 0.18), transparent 66%),
    radial-gradient(980px 620px at 50% 112%, rgba(255, 214, 122, 0.09), transparent 70%),
    linear-gradient(160deg, rgba(10, 30, 62, 0.86) 0%, rgba(6, 16, 33, 0.98) 46%, rgba(3, 7, 19, 1) 100%),
    repeating-linear-gradient(
      90deg,
      rgba(178, 211, 245, 0) 0,
      rgba(178, 211, 245, 0) calc(var(--ambient-grid-size) - 1px),
      rgba(178, 211, 245, 0.045) calc(var(--ambient-grid-size) - 1px),
      rgba(178, 211, 245, 0.045) var(--ambient-grid-size)
    ),
    repeating-linear-gradient(
      0deg,
      rgba(178, 211, 245, 0) 0,
      rgba(178, 211, 245, 0) calc(var(--ambient-grid-size) - 1px),
      rgba(178, 211, 245, 0.04) calc(var(--ambient-grid-size) - 1px),
      rgba(178, 211, 245, 0.04) var(--ambient-grid-size)
    );
  background-attachment: scroll;
  color: var(--text-main);
  font-family: var(--font-body);
  isolation: isolate;
  letter-spacing: 0.012em;
  line-height: 1.68;
  min-height: 100vh;
  position: relative;
  animation: none;
}

@keyframes et-ambient-drift {
  0% {
    background-position:
      15% 0%,
      85% 35%,
      50% 102%,
      50% 15%,
      0 0,
      0 0,
      0 0;
  }

  50% {
    background-position:
      13% 4%,
      89% 30%,
      46% 96%,
      52% 13%,
      0 0,
      -8px -10px,
      -8px -10px;
  }

  100% {
    background-position:
      18% -2%,
      82% 40%,
      56% 94%,
      48% 18%,
      0 0,
      10px 10px,
      10px 10px;
  }
}

body::before,
body::after {
  content: "";
  inset: -12vh -8vw;
  pointer-events: none;
  position: fixed;
  z-index: -1;
}

body::before {
  background:
    radial-gradient(32% 42% at 16% 18%, rgba(120, 188, 255, 0.2), transparent 74%),
    radial-gradient(24% 34% at 82% 22%, rgba(72, 240, 203, 0.16), transparent 78%);
  filter: blur(22px);
  opacity: 0.48;
  animation: none;
}

body::after {
  background:
    radial-gradient(26% 30% at 24% 78%, rgba(255, 214, 122, 0.14), transparent 78%),
    radial-gradient(30% 36% at 76% 84%, rgba(120, 188, 255, 0.14), transparent 78%);
  filter: blur(26px);
  opacity: 0.42;
  animation: none;
}

@keyframes et-aurora-float-a {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  100% {
    transform: translate3d(1.8vw, -2vh, 0) scale(1.08);
  }
}

@keyframes et-aurora-float-b {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  100% {
    transform: translate3d(-2.2vw, 2.6vh, 0) scale(1.06);
  }
}

@supports (-webkit-touch-callout: none) {
  body {
    background-attachment: scroll;
  }
}

.wp-site-blocks,
.site {
  overflow: visible;
}

/* ==========================================================
   HEADER
   ========================================================== */
body.et-theme :where(.site-header, .wp-site-blocks > header, header.wp-block-template-part, .wp-block-template-part.site-header) {
  position: sticky !important;
  top: 0 !important;
  z-index: var(--z-header) !important;
  margin: 0;
  padding: 12px 0;
  background:
    linear-gradient(180deg, rgba(8, 15, 33, 0.88), rgba(8, 15, 33, 0.72)),
    linear-gradient(120deg, rgba(120, 188, 255, 0.14), rgba(72, 240, 203, 0.1));
  border-bottom: 1px solid var(--border-strong);
  box-shadow: var(--header-shadow), inset 0 1px 0 rgba(226, 240, 255, 0.12);
  transition:
    background var(--motion-base) var(--easing-standard),
    box-shadow var(--motion-base) var(--easing-standard),
    border-color var(--motion-fast) var(--easing-standard),
    transform var(--motion-fast) var(--easing-standard);
  isolation: isolate;

  @supports ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
    background: var(--header-bg-blur);
    backdrop-filter: blur(var(--header-blur)) saturate(150%);
    -webkit-backdrop-filter: blur(var(--header-blur)) saturate(150%);
  }

  &::before {
    background: linear-gradient(95deg, rgba(72, 240, 203, 0.4), rgba(120, 188, 255, 0.16), rgba(255, 214, 122, 0.28));
    content: "";
    height: 1px;
    inset: 0 0 auto;
    opacity: 0.85;
    pointer-events: none;
    position: absolute;
  }

  & > * {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--content-max);
    padding-left: var(--content-pad);
    padding-right: var(--content-pad);
  }

  & .has-background {
    background: transparent;
  }

  & :where(a, .wp-block-navigation-item__content, .wp-block-site-title a, .wp-block-site-logo a) {
    color: rgba(236, 242, 255, 0.9);
    letter-spacing: 0.015em;
    text-decoration: none;
    transition:
      color var(--motion-fast) var(--easing-standard),
      transform var(--motion-fast) var(--easing-standard),
      background var(--motion-fast) var(--easing-standard),
      border-color var(--motion-fast) var(--easing-standard);
  }

  & .wp-block-site-title a {
    font-family: var(--font-display);
    font-weight: 700;
    letter-spacing: 0.02em;
  }

  & :where(a:hover, .wp-block-navigation-item__content:hover, .wp-block-site-title a:hover) {
    color: var(--text-strong);
    text-decoration: none;
  }

  & .wp-block-navigation__container {
    align-items: center;
    gap: clamp(10px, 1.3vw, 18px);
  }

  & .wp-block-navigation-item a {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(189, 222, 255, 0.08);
    border-radius: 999px;
    overflow: hidden;
    padding: 9px 14px;
    position: relative;
  }

  & .wp-block-navigation-item a:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(189, 222, 255, 0.2);
    transform: translateY(-1px);
  }

  & .wp-block-navigation-item a::after {
    background: linear-gradient(90deg, var(--accent-teal), var(--accent-blue));
    border-radius: 99px;
    bottom: 4px;
    content: "";
    height: 1.5px;
    left: 14px;
    opacity: 0.9;
    position: absolute;
    right: 14px;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform var(--motion-base) var(--easing-standard);
  }

  & .wp-block-navigation-item a:hover::after {
    transform: scaleX(1);
  }

  & :where(.current-menu-item > a, .current_page_item > a) {
    background: linear-gradient(130deg, rgba(120, 188, 255, 0.2), rgba(72, 240, 203, 0.14));
    border-color: rgba(120, 188, 255, 0.3);
    box-shadow: var(--glow-blue);
    color: var(--text-strong);
  }

  & a[href*="request-a-quote"] {
    align-items: center;
    background: linear-gradient(135deg, var(--accent-teal), var(--accent-blue) 60%, var(--accent-amber));
    border: 1px solid rgba(255, 255, 255, 0.34);
    border-radius: var(--radius-pill);
    box-shadow: 0 14px 30px rgba(72, 240, 203, 0.22), 0 8px 20px rgba(120, 188, 255, 0.22);
    color: #031022;
    display: inline-flex;
    font-family: var(--font-display);
    font-weight: 900;
    justify-content: center;
    line-height: 1;
    letter-spacing: 0.01em;
    padding: 11px 20px;
    text-decoration: none;
    transition:
      transform var(--motion-base) var(--easing-standard),
      box-shadow var(--motion-base) var(--easing-standard),
      filter var(--motion-fast) var(--easing-standard);
  }

  & a[href*="request-a-quote"]:hover {
    box-shadow: var(--glow-teal), 0 18px 34px rgba(120, 188, 255, 0.22);
    filter: saturate(1.05);
    transform: translateY(var(--cta-hover-shift)) scale(1.01);
  }

  & a:focus-visible {
    border-radius: 10px;
    box-shadow: var(--ring);
    outline: none;
  }

  &::after {
    background: linear-gradient(90deg, rgba(72, 240, 203, 0.88), rgba(120, 188, 255, 0.18), rgba(255, 214, 122, 0.38), rgba(72, 240, 203, 0.88));
    content: "";
    height: 1px;
    inset: auto 0 0;
    opacity: 0.8;
    pointer-events: none;
    position: absolute;
  }
}

body.et-theme.admin-bar :where(.site-header, .wp-site-blocks > header, header.wp-block-template-part, .wp-block-template-part.site-header) {
  top: calc(32px + var(--safe-top)) !important;
}

/* ==========================================================
   CONVERSION COMPONENTS
   ========================================================== */
.et-conversion-bar {
  background: var(--conversion-bar-bg);
  border-bottom: 1px solid var(--conversion-bar-border);
  box-shadow: var(--conversion-bar-halo), inset 0 1px 0 rgba(236, 246, 255, 0.12);
  position: relative;
  z-index: var(--z-conversion);
}

.et-conversion-bar::after {
  background: linear-gradient(90deg, rgba(72, 240, 203, 0.88), rgba(120, 188, 255, 0.3), rgba(255, 214, 122, 0.34), rgba(72, 240, 203, 0.88));
  content: "";
  height: 2px;
  inset: auto 0 0;
  opacity: 0.84;
  pointer-events: none;
  position: absolute;
}

.et-conversion-bar__inner {
  align-items: center;
  display: flex;
  gap: 14px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: var(--content-max);
  padding: 11px var(--content-pad) 12px;
}

.et-conversion-bar__copy {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.et-conversion-bar__text {
  color: var(--text-strong);
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.012em;
  margin: 0;
}

.et-conversion-bar__meta {
  color: var(--text-faint);
  font-size: 0.84rem;
  letter-spacing: 0.02em;
  margin-left: 8px;
}

.et-conversion-bar__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.et-conversion-bar__trust li {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(189, 222, 255, 0.24);
  border-radius: var(--radius-pill);
  color: var(--text-muted);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.012em;
  line-height: 1;
  padding: 5px 9px;
}

.et-conversion-bar__cta {
  align-items: center;
  background: linear-gradient(132deg, var(--accent-teal), var(--accent-blue) 62%, var(--accent-amber));
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: var(--radius-pill);
  box-shadow: 0 14px 30px rgba(72, 240, 203, 0.2), 0 8px 18px rgba(120, 188, 255, 0.22);
  color: #021021;
  display: inline-flex;
  flex-shrink: 0;
  font-family: var(--font-display);
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.014em;
  padding: 9px 14px;
  text-decoration: none;
  transition:
    transform var(--motion-fast) var(--easing-standard),
    box-shadow var(--motion-fast) var(--easing-standard),
    filter var(--motion-fast) var(--easing-standard);
}

.et-conversion-bar__cta:hover {
  box-shadow: var(--glow-teal), 0 16px 32px rgba(120, 188, 255, 0.2);
  filter: saturate(1.05);
  transform: translateY(-1px);
}

.et-conversion-bar__cta:focus-visible {
  box-shadow: var(--ring), var(--glow-teal);
}

.et-quick-contact {
  background: var(--quick-contact-bg);
  border: 1px solid var(--border-strong);
  border-radius: 18px;
  bottom: calc(var(--floating-rail-gap) + var(--safe-bottom));
  box-shadow: var(--shadow-2), inset 0 1px 0 rgba(236, 246, 255, 0.12);
  max-width: min(320px, calc(100vw - (var(--floating-rail-gap) * 2) - var(--safe-left) - var(--safe-right)));
  padding: 12px;
  position: fixed;
  right: calc(var(--floating-rail-gap) + var(--safe-right));
  width: 100%;
  z-index: var(--z-quick-contact);
}

.et-quick-contact__toggle {
  align-items: center;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(189, 222, 255, 0.32);
  border-radius: var(--radius-pill);
  color: var(--text-faint);
  cursor: pointer;
  display: inline-flex;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.032em;
  line-height: 1;
  min-height: 30px;
  padding: 5px 10px;
  position: absolute;
  right: 10px;
  text-transform: uppercase;
  top: 10px;
  transition:
    border-color var(--motion-fast) var(--easing-standard),
    color var(--motion-fast) var(--easing-standard),
    background var(--motion-fast) var(--easing-standard);
}

.et-quick-contact__toggle:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(189, 222, 255, 0.44);
  color: var(--text-strong);
}

.et-quick-contact__toggle:focus-visible {
  box-shadow: var(--ring);
}

.et-quick-contact__title {
  color: var(--text-strong);
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  margin: 0;
  padding-right: 88px;
}

.et-quick-contact__meta {
  color: var(--text-faint);
  font-size: 0.8rem;
  letter-spacing: 0.01em;
  margin: 2px 0 4px;
  padding-right: 88px;
}

.et-quick-contact__trust {
  color: var(--text-muted);
  font-size: 0.72rem;
  letter-spacing: 0.01em;
  margin: 0 0 10px;
  padding-right: 88px;
}

.et-quick-contact__buttons {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.et-quick-contact__btn {
  align-items: center;
  border: 1px solid rgba(189, 222, 255, 0.26);
  border-radius: 999px;
  color: var(--text-strong);
  display: inline-flex;
  font-size: 0.85rem;
  font-weight: 700;
  justify-content: center;
  min-height: 40px;
  padding: 8px 10px;
  text-decoration: none;
  transition:
    transform var(--motion-fast) var(--easing-standard),
    box-shadow var(--motion-fast) var(--easing-standard),
    border-color var(--motion-fast) var(--easing-standard),
    background var(--motion-fast) var(--easing-standard);
}

.et-quick-contact__btn:hover {
  border-color: rgba(189, 222, 255, 0.42);
  transform: translateY(-1px);
}

.et-quick-contact__btn.is-phone {
  background: linear-gradient(140deg, rgba(72, 240, 203, 0.24), rgba(72, 240, 203, 0.08));
}

.et-quick-contact__btn.is-sms {
  background: linear-gradient(140deg, rgba(120, 188, 255, 0.24), rgba(120, 188, 255, 0.08));
}

.et-quick-contact__btn.is-whatsapp {
  background: linear-gradient(140deg, rgba(72, 240, 203, 0.26), rgba(120, 188, 255, 0.12));
}

.et-quick-contact__btn.is-quote {
  background: linear-gradient(132deg, var(--accent-teal), var(--accent-blue) 62%, var(--accent-amber));
  border-color: rgba(255, 255, 255, 0.4);
  color: #041023;
  grid-column: 1 / -1;
}

.et-quick-contact.is-collapsed {
  max-width: 220px;
}

.et-quick-contact.is-collapsed .et-quick-contact__title {
  margin: 0;
}

.et-quick-contact.is-collapsed .et-quick-contact__meta,
.et-quick-contact.is-collapsed .et-quick-contact__trust,
.et-quick-contact.is-collapsed .et-quick-contact__buttons {
  display: none;
}

.et-form-fast-lane {
  align-items: center;
  background: linear-gradient(140deg, rgba(72, 240, 203, 0.18), rgba(120, 188, 255, 0.12));
  border: 1px solid rgba(189, 222, 255, 0.28);
  border-radius: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin: 0 0 18px;
  padding: 10px 12px;
}

.et-form-fast-lane__text {
  color: var(--text-main);
  font-size: 0.86rem;
  font-weight: 600;
  margin: 0;
}

.et-form-fast-lane__meta {
  color: var(--text-faint);
  flex-basis: 100%;
  font-size: 0.78rem;
  line-height: 1.45;
  margin: -2px 0 0;
}

.et-form-fast-lane__link {
  color: var(--text-strong);
  font-size: 0.84rem;
  font-weight: 700;
  margin-left: auto;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.et-form-optional {
  border: 1px dashed rgba(189, 222, 255, 0.28);
  border-radius: 14px;
  margin: 4px 0 18px;
  padding: 10px 12px 2px;
}

.et-form-optional summary {
  color: var(--text-muted);
  cursor: pointer;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.012em;
  list-style: none;
}

.et-form-optional summary::-webkit-details-marker {
  display: none;
}

.et-form-optional summary::after {
  content: " +";
}

.et-form-optional[open] summary::after {
  content: " -";
}

.et-form-optional__fields {
  margin-top: 10px;
}

/* ==========================================================
   LAYOUT
   ========================================================== */
main {
  background: var(--panel-gradient);
  border: 1px solid var(--panel-border-strong);
  border-radius: clamp(24px, 3vw, 36px);
  box-shadow: var(--panel-shadow-strong), var(--glass-inner);
  color: var(--text-main);
  margin: 0 auto;
  max-width: var(--content-max);
  overflow: clip;
  padding: 52px var(--content-pad) 74px;
  position: relative;
  width: 100%;
}

@supports ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  main {
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
  }
}

main::before {
  background: linear-gradient(90deg, rgba(72, 240, 203, 0.9), rgba(120, 188, 255, 0.3), rgba(255, 214, 122, 0.32), rgba(72, 240, 203, 0.9));
  content: "";
  height: 2.5px;
  inset: 0 0 auto;
  opacity: 0.9;
  pointer-events: none;
  position: absolute;
}

main::after {
  background:
    radial-gradient(260px 140px at 102% 0%, rgba(120, 188, 255, 0.2), transparent 72%),
    radial-gradient(320px 180px at 0% 100%, rgba(72, 240, 203, 0.14), transparent 76%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.entry-content,
.wp-block-post-content {
  background: transparent;
  max-width: 100%;
}

:where(.entry-content, .wp-block-post-content) :where(p, li, a) {
  overflow-wrap: anywhere;
  word-break: normal;
}

:where(.entry-content, .wp-block-post-content) pre {
  background:
    linear-gradient(155deg, rgba(8, 18, 38, 0.94), var(--surface-code)),
    linear-gradient(90deg, rgba(120, 188, 255, 0.14), rgba(72, 240, 203, 0.1));
  border: 1px solid rgba(138, 201, 255, 0.3);
  border-radius: 16px;
  box-shadow: var(--shadow-2);
  color: rgba(225, 237, 255, 0.95);
  font-family: var(--font-mono);
  font-size: 0.93rem;
  line-height: 1.64;
  margin: 24px 0;
  max-width: 100%;
  overflow: auto;
  padding: 16px 18px;
}

:where(.entry-content, .wp-block-post-content) pre code {
  background: transparent;
  border: 0;
  box-shadow: none;
  color: inherit;
  font-family: inherit;
  padding: 0;
}

:where(.entry-content, .wp-block-post-content) :where(code, kbd, samp) {
  background: linear-gradient(180deg, rgba(120, 188, 255, 0.16), rgba(120, 188, 255, 0.11));
  border: 1px solid rgba(120, 188, 255, 0.32);
  border-radius: 8px;
  color: rgba(236, 244, 255, 0.98);
  font-family: var(--font-mono);
  font-size: 0.88em;
  font-weight: 520;
  padding: 0.14em 0.48em;
}

:where(.entry-content, .wp-block-post-content) :where(blockquote, .wp-block-quote) {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.03)),
    linear-gradient(160deg, var(--surface-elevated), var(--surface-3));
  border: 1px solid var(--border-soft);
  border-left: 3px solid var(--accent-teal);
  border-radius: 18px;
  box-shadow: var(--shadow-1), var(--glow-blue);
  margin: 26px 0;
  padding: 18px 20px 18px 24px;
  position: relative;
}

:where(.entry-content, .wp-block-post-content) :where(blockquote, .wp-block-quote)::before {
  color: rgba(120, 188, 255, 0.34);
  content: '"';
  font-family: var(--font-display);
  font-size: 4.2rem;
  line-height: 1;
  pointer-events: none;
  position: absolute;
  right: 14px;
  top: 4px;
}

:where(.entry-content, .wp-block-post-content) :where(blockquote, .wp-block-quote) p {
  color: var(--text-strong);
  font-size: 1.05rem;
  font-style: italic;
  line-height: 1.75;
  margin: 0;
}

:where(.entry-content, .wp-block-post-content) :where(blockquote, .wp-block-quote) cite {
  color: var(--text-faint);
  display: block;
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin-top: 10px;
  text-transform: uppercase;
}

:where(.entry-content, .wp-block-post-content) :where(table, .wp-block-table table) {
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.01));
  border: 1px solid var(--border-soft);
  border-collapse: collapse;
  border-radius: 14px;
  box-shadow: var(--shadow-1), var(--glow-blue);
  overflow: hidden;
  width: 100%;
}

:where(.entry-content, .wp-block-post-content) .wp-block-table {
  overflow-x: auto;
}

:where(.entry-content, .wp-block-post-content) :where(th, td) {
  border-bottom: 1px solid rgba(230, 240, 255, 0.14);
  padding: 12px 15px;
  text-align: left;
}

:where(.entry-content, .wp-block-post-content) :where(th) {
  background: linear-gradient(180deg, rgba(95, 168, 255, 0.18), rgba(95, 168, 255, 0.08));
  color: var(--text-strong);
  font-family: var(--font-display);
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

:where(.entry-content, .wp-block-post-content) :where(tr:last-child td) {
  border-bottom: 0;
}

:where(.entry-content, .wp-block-post-content) :where(tbody tr:nth-child(even) td) {
  background: rgba(120, 188, 255, 0.05);
}

:where(.entry-content, .wp-block-post-content) :where(hr, .wp-block-separator) {
  background: linear-gradient(90deg, transparent, rgba(120, 188, 255, 0.64), rgba(72, 240, 203, 0.68), rgba(255, 214, 122, 0.5), transparent);
  border: 0;
  height: 2px;
  margin: 32px 0;
  opacity: 0.86;
}

:where(.entry-content, .wp-block-post-content) :where(figcaption, .wp-element-caption) {
  color: var(--text-muted);
  font-size: 0.9rem;
  letter-spacing: 0.02em;
  margin-top: 10px;
  text-align: center;
}

:where(.entry-content, .wp-block-post-content) :where(.wp-block-group, .wp-block-columns) {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  width: 100%;
}

@supports (content-visibility: auto) {
  :where(.entry-content, .wp-block-post-content) > :where(
      .wp-block-group.has-background,
      .wp-block-media-text,
      .wp-block-query,
      .wp-block-cover,
      .section-box,
      .section-header-box,
      .image-box,
      .portfolio-image-box
    ) {
    contain-intrinsic-size: 1px 420px;
    content-visibility: auto;
  }
}

:where(.entry-content, .wp-block-post-content) .wp-block-columns {
  align-items: stretch;
  flex-wrap: wrap;
  gap: clamp(14px, 2vw, 26px);
}

:where(.entry-content, .wp-block-post-content) .wp-block-column {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 14px;
  min-width: 0;
}

:where(.entry-content, .wp-block-post-content) .wp-block-column > * {
  max-width: 100%;
  min-width: 0;
}

/* ==========================================================
   TYPOGRAPHY AND CONTENT COMPONENTS
   ========================================================== */
:where(.entry-content, .wp-block-post-content) h1 {
  color: var(--text-strong);
  font-family: var(--font-display);
  font-size: clamp(2.45rem, 4vw, 3.9rem);
  font-weight: 760;
  letter-spacing: -0.024em;
  line-height: 1.08;
  margin: 0 0 22px;
  text-wrap: balance;
  text-shadow: 0 10px 26px rgba(5, 10, 24, 0.45);
}

@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  :where(.entry-content, .wp-block-post-content) h1 {
    background: linear-gradient(135deg, rgba(250, 253, 255, 1), rgba(176, 220, 255, 0.99) 38%, rgba(104, 244, 211, 0.98) 68%, rgba(255, 214, 122, 0.94));
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}

:where(.entry-content, .wp-block-post-content) > p:first-of-type {
  color: var(--text-muted);
  font-size: clamp(1.08rem, 1.5vw, 1.28rem);
  font-weight: 460;
  line-height: 1.82;
  margin: 0 0 48px;
  max-width: 68ch;
}

:where(.entry-content, .wp-block-post-content) > p:first-of-type code {
  background: rgba(46, 231, 182, 0.1);
  border: 1px solid rgba(46, 231, 182, 0.18);
  border-radius: 7px;
  color: var(--text-main);
  padding: 3px 7px;
}

:where(.entry-content, .wp-block-post-content) h2 {
  background:
    linear-gradient(140deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.03)),
    radial-gradient(180% 140% at 4% 0%, rgba(120, 188, 255, 0.16), transparent 56%),
    linear-gradient(160deg, var(--surface-1), var(--surface-2));
  border: 1px solid var(--border-soft);
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 24px 24px 0 0;
  box-shadow:
    0 -4px 18px rgba(0, 0, 0, 0.24),
    0 18px 44px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
  color: var(--text-strong);
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 2.2vw, 1.9rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.24;
  margin: 52px 0 0;
  overflow: hidden;
  padding: 22px 28px 20px 74px;
  position: relative;
  transition:
    transform var(--motion-base) var(--easing-standard),
    box-shadow var(--motion-base) var(--easing-standard),
    border-color var(--motion-fast) var(--easing-standard);
}

@supports ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  :where(.entry-content, .wp-block-post-content) h2 {
    backdrop-filter: blur(14px) saturate(116%);
    -webkit-backdrop-filter: blur(14px) saturate(116%);
  }
}

:where(.entry-content, .wp-block-post-content) h2:hover {
  border-color: var(--border-strong);
  box-shadow:
    0 -6px 22px rgba(0, 0, 0, 0.24),
    0 22px 50px rgba(0, 0, 0, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  transform: translateY(var(--card-hover-shift));
}

:where(.entry-content, .wp-block-post-content) h2::before {
  background: linear-gradient(135deg, rgba(72, 240, 203, 0.2), rgba(120, 188, 255, 0.26), rgba(255, 214, 122, 0.16));
  border: 1.5px solid rgba(72, 240, 203, 0.3);
  border-radius: 14px;
  box-shadow: 0 10px 22px rgba(72, 240, 203, 0.18);
  content: attr(data-icon);
  display: flex;
  font-size: 1.14rem;
  height: 40px;
  justify-content: center;
  left: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition:
    transform var(--motion-base) var(--easing-standard),
    box-shadow var(--motion-base) var(--easing-standard);
  width: 40px;
}

:where(.entry-content, .wp-block-post-content) h2::after {
  background: linear-gradient(90deg, rgba(72, 240, 203, 0.9), rgba(120, 188, 255, 0.24), rgba(255, 214, 122, 0.2));
  border-radius: 2px;
  bottom: 0;
  content: "";
  height: 2.5px;
  left: 72px;
  position: absolute;
  right: 22px;
}

:where(.entry-content, .wp-block-post-content) h2:not([data-icon])::before {
  content: "\2728";
}

:where(.entry-content, .wp-block-post-content) h2:hover::before {
  box-shadow: 0 14px 26px rgba(72, 240, 203, 0.24), var(--glow-blue);
  transform: translateY(-50%) scale(1.06);
}

:where(.entry-content, .wp-block-post-content) h2 + * {
  background:
    linear-gradient(140deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.02)),
    linear-gradient(160deg, var(--surface-2), var(--surface-3));
  border: 1px solid var(--border-soft);
  border-top: 0;
  border-radius: 0 0 24px 24px;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  margin: 0;
  padding: 22px 28px 26px;
}

@supports ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  :where(.entry-content, .wp-block-post-content) h2 + * {
    backdrop-filter: blur(10px) saturate(108%);
    -webkit-backdrop-filter: blur(10px) saturate(108%);
  }
}

:where(.entry-content, .wp-block-post-content) h2 + .wp-block-group > :first-child {
  margin-top: 0;
}

:where(.entry-content, .wp-block-post-content) h3 {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
  border: 1px solid rgba(189, 222, 255, 0.16);
  border-left: 3px solid rgba(72, 240, 203, 0.52);
  border-radius: 14px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.09);
  color: var(--text-strong);
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  margin: 26px 0 14px;
  padding: 14px 20px;
}

:where(.entry-content, .wp-block-post-content) :where(ul, ol) {
  color: var(--text-main);
  margin: 16px 0;
  padding-left: 24px;
}

:where(.entry-content, .wp-block-post-content) li {
  line-height: 1.7;
  margin: 10px 0;
  padding-left: 8px;
}

:where(.entry-content, .wp-block-post-content) ul li::marker {
  color: var(--accent-teal);
  font-size: 1.15em;
}

:where(.entry-content, .wp-block-post-content) a {
  color: rgba(106, 232, 209, 1);
  text-decoration: underline;
  text-decoration-color: rgba(72, 240, 203, 0.5);
  text-decoration-thickness: 1.5px;
  text-underline-offset: 3px;
  transition:
    color var(--motion-fast) var(--easing-standard),
    text-shadow var(--motion-fast) var(--easing-standard),
    text-decoration-color var(--motion-fast) var(--easing-standard);
}

:where(.entry-content, .wp-block-post-content) a:hover {
  color: var(--accent-blue);
  text-decoration-color: rgba(120, 188, 255, 0.72);
  text-shadow: 0 0 16px rgba(72, 240, 203, 0.32);
}

:where(.entry-content, .wp-block-post-content) p {
  color: var(--text-main);
  line-height: 1.75;
  margin: 17px 0;
}

:where(.entry-content, .wp-block-post-content) :where(strong, b) {
  color: var(--text-strong);
  font-weight: 780;
}

/* ==========================================================
   BLOCK REFINEMENTS
   ========================================================== */
:where(.entry-content, .wp-block-post-content) > :where(.wp-block-group.has-background, .wp-block-media-text, .wp-block-query, .wp-block-cover, .wp-block-table, .wp-block-quote) {
  margin-bottom: var(--section-gap);
  margin-top: var(--section-gap);
}

:where(.entry-content, .wp-block-post-content) :where(.wp-block-group.has-background, .wp-block-media-text, .wp-block-query) {
  background: var(--panel-gradient);
  border: 1px solid var(--panel-border);
  border-radius: 22px;
  box-shadow: var(--panel-shadow), var(--glass-inner);
  overflow: clip;
  padding: clamp(18px, 2.2vw, 28px);
  position: relative;
}

:where(.entry-content, .wp-block-post-content) :where(.wp-block-group.has-background, .wp-block-media-text, .wp-block-query)::before {
  background: linear-gradient(90deg, rgba(72, 240, 203, 0.86), rgba(120, 188, 255, 0.32), rgba(255, 214, 122, 0.28), rgba(72, 240, 203, 0.86));
  content: "";
  height: 2px;
  inset: 0 0 auto;
  opacity: 0.88;
  pointer-events: none;
  position: absolute;
}

:where(.entry-content, .wp-block-post-content) :where(.wp-block-group.has-background, .wp-block-media-text, .wp-block-query)::after {
  background: radial-gradient(280px 140px at 94% 0%, rgba(120, 188, 255, 0.2), transparent 74%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

:where(.entry-content, .wp-block-post-content) :where(.wp-block-group.has-background, .wp-block-media-text, .wp-block-query) > :first-child {
  margin-top: 0;
}

:where(.entry-content, .wp-block-post-content) :where(.wp-block-group.has-background, .wp-block-media-text, .wp-block-query) > :last-child {
  margin-bottom: 0;
}

:where(.entry-content, .wp-block-post-content) :where(.wp-block-group.has-background, .wp-block-media-text, .wp-block-query) > * {
  position: relative;
  z-index: 1;
}

:where(.et-hero-cover, .wp-block-cover) {
  border: 1px solid var(--panel-border-strong);
  border-radius: clamp(24px, 3vw, 34px);
  box-shadow: var(--panel-shadow-strong);
  isolation: isolate;
  overflow: hidden;
  position: relative;
}

:where(.et-hero-cover, .wp-block-cover)::before {
  background:
    radial-gradient(340px 220px at 8% 8%, rgba(72, 240, 203, 0.26), transparent 78%),
    radial-gradient(360px 220px at 92% 18%, rgba(120, 188, 255, 0.22), transparent 78%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

:where(.et-hero-cover, .wp-block-cover) .wp-block-cover__inner-container {
  position: relative;
  z-index: 1;
}

:where(.et-hero-cover, .wp-block-cover) .wp-block-cover__inner-container > * {
  max-width: var(--content-narrow);
}

:where(.et-hero-cover, .wp-block-cover) .wp-block-cover__inner-container :where(h1, h2) {
  text-shadow: 0 14px 34px rgba(2, 8, 18, 0.5);
}

:where(.entry-content, .wp-block-post-content) .wp-block-post-template {
  display: grid;
  gap: clamp(14px, 1.8vw, 22px);
  grid-template-columns: repeat(auto-fit, minmax(min(260px, 100%), 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

:where(.entry-content, .wp-block-post-content) :where(.wp-block-post-template > li, .wp-block-post-template > li > .wp-block-post) {
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    linear-gradient(160deg, rgba(10, 24, 50, 0.56), var(--surface-subtle));
  border: 1px solid rgba(189, 222, 255, 0.22);
  border-radius: 18px;
  box-shadow: var(--shadow-1);
  overflow: hidden;
  padding: clamp(14px, 1.8vw, 20px);
  transition:
    transform var(--motion-base) var(--easing-standard),
    border-color var(--motion-fast) var(--easing-standard),
    box-shadow var(--motion-base) var(--easing-standard);
}

:where(.entry-content, .wp-block-post-content) :where(.wp-block-post-template > li, .wp-block-post-template > li > .wp-block-post):hover {
  border-color: rgba(120, 188, 255, 0.36);
  box-shadow: var(--panel-shadow), var(--glow-blue);
  transform: translateY(calc(var(--card-hover-shift) * 0.6));
}

:where(.entry-content, .wp-block-post-content) :where(.wp-block-post-title, .wp-block-latest-posts__post-title) {
  color: var(--text-strong);
  font-family: var(--font-display);
  font-size: 1.12rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  text-decoration: none;
}

:where(.entry-content, .wp-block-post-content) :where(.wp-block-post-title a, .wp-block-latest-posts__post-title):focus-visible {
  border-radius: 8px;
  box-shadow: var(--ring);
  outline: none;
}

:where(.entry-content, .wp-block-post-content) :where(.wp-block-post-date, .wp-block-latest-posts__post-date, .wp-block-post-excerpt__excerpt) {
  color: var(--text-muted);
  font-size: 0.92rem;
  line-height: 1.72;
}

:where(.entry-content, .wp-block-post-content) .wp-block-latest-posts.wp-block-latest-posts__list {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

:where(.entry-content, .wp-block-post-content) .wp-block-latest-posts.wp-block-latest-posts__list li {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
  border: 1px solid rgba(189, 222, 255, 0.22);
  border-radius: 14px;
  margin: 0;
  padding: 12px 14px;
}

/* ==========================================================
   BUTTONS
   ========================================================== */
:where(.entry-content, .wp-block-post-content) :where(.wp-block-button__link, .wp-element-button) {
  align-items: center;
  background: linear-gradient(132deg, var(--accent-teal), var(--accent-blue) 62%, var(--accent-amber));
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: var(--radius-pill);
  box-shadow: 0 16px 34px rgba(72, 240, 203, 0.24), 0 8px 22px rgba(120, 188, 255, 0.2);
  color: #031022;
  cursor: pointer;
  display: inline-flex;
  font-size: 1rem;
  font-family: var(--font-display);
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.014em;
  overflow: hidden;
  padding: 14px 30px;
  position: relative;
  text-decoration: none;
  transition:
    transform var(--motion-base) var(--easing-standard),
    box-shadow var(--motion-base) var(--easing-standard),
    border-color var(--motion-base) var(--easing-standard);
}

:where(.entry-content, .wp-block-post-content) :where(.wp-block-button__link, .wp-element-button)::before {
  background: linear-gradient(118deg, transparent 18%, rgba(255, 255, 255, 0.66) 46%, transparent 76%);
  content: "";
  inset: 0;
  opacity: 0.5;
  pointer-events: none;
  position: absolute;
  transform: translateX(-130%);
  transition: transform var(--motion-slow) var(--easing-standard);
}

:where(.entry-content, .wp-block-post-content) :where(.wp-block-button__link, .wp-element-button):hover {
  border-color: rgba(255, 255, 255, 0.52);
  box-shadow: var(--glow-teal), 0 24px 46px rgba(120, 188, 255, 0.24);
  transform: translateY(var(--cta-hover-shift)) scale(1.01);
}

:where(.entry-content, .wp-block-post-content) :where(.wp-block-button__link, .wp-element-button):hover::before {
  transform: translateX(130%);
}

.et-section-cta {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.03)),
    radial-gradient(140% 150% at 0% 0%, rgba(72, 240, 203, 0.16), transparent 56%),
    linear-gradient(160deg, var(--surface-2), var(--surface-3));
  border: 1px solid var(--border-strong);
  border-radius: 18px;
  box-shadow: var(--shadow-1), inset 0 1px 0 rgba(236, 246, 255, 0.12);
  margin: 18px 0 34px;
  padding: 16px 18px;
  position: relative;
}

.et-section-cta::after {
  background: linear-gradient(90deg, rgba(72, 240, 203, 0.82), rgba(120, 188, 255, 0.32), rgba(255, 214, 122, 0.32));
  content: "";
  height: 2px;
  inset: 0 0 auto;
  opacity: 0.9;
  position: absolute;
}

.et-section-cta__title {
  color: var(--text-strong);
  font-family: var(--font-display);
  font-size: 0.96rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  margin: 0;
}

.et-section-cta__meta {
  color: var(--text-muted);
  font-size: 0.82rem;
  line-height: 1.55;
  margin: 4px 0 12px;
}

.et-section-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.et-section-cta__btn {
  align-items: center;
  border: 1px solid rgba(189, 222, 255, 0.3);
  border-radius: var(--radius-pill);
  color: var(--text-strong);
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 700;
  justify-content: center;
  min-height: 34px;
  padding: 8px 12px;
  text-decoration: none;
  transition:
    transform var(--motion-fast) var(--easing-standard),
    box-shadow var(--motion-fast) var(--easing-standard),
    border-color var(--motion-fast) var(--easing-standard);
}

.et-section-cta__btn:hover {
  border-color: rgba(189, 222, 255, 0.44);
  transform: translateY(-1px);
}

.et-section-cta__btn.is-primary {
  background: linear-gradient(132deg, var(--accent-teal), var(--accent-blue) 62%, var(--accent-amber));
  border-color: rgba(255, 255, 255, 0.38);
  color: #031022;
}

.et-section-cta__btn.is-secondary {
  background: rgba(120, 188, 255, 0.15);
}

/* ==========================================================
   FORMS
   ========================================================== */
:where(.entry-content, .wp-block-post-content) form {
  background:
    linear-gradient(140deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.03)),
    radial-gradient(120% 140% at 0% 0%, rgba(120, 188, 255, 0.12), transparent 56%),
    linear-gradient(160deg, var(--surface-2), var(--surface-3));
  border: 1px solid var(--border-strong);
  border-radius: 24px;
  box-shadow: var(--shadow-2), inset 0 1px 0 rgba(236, 246, 255, 0.12);
  padding: 30px 28px;
}

@supports ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  :where(.entry-content, .wp-block-post-content) form {
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
  }
}

:where(.entry-content, .wp-block-post-content) form :where(
    input[type="text"],
    input[type="email"],
    input[type="tel"],
    input[type="url"],
    input[type="number"],
    input[type="date"],
    textarea,
    select
  ) {
  background: rgba(233, 240, 255, 0.1);
  border: 1px solid rgba(189, 222, 255, 0.26);
  border-radius: 14px;
  color: var(--text-main);
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.5;
  padding: 14px 18px;
  transition:
    background var(--motion-fast) var(--easing-standard),
    border-color var(--motion-fast) var(--easing-standard),
    box-shadow var(--motion-fast) var(--easing-standard);
  width: 100%;
}

:where(.entry-content, .wp-block-post-content) form :where(input, textarea, select):focus {
  background: rgba(233, 240, 255, 0.12);
  border-color: rgba(72, 240, 203, 0.5);
  box-shadow: 0 0 0 3px rgba(72, 240, 203, 0.15), 0 0 0 8px rgba(120, 188, 255, 0.09);
  outline: none;
}

:where(.entry-content, .wp-block-post-content) form :where(input, textarea)::placeholder {
  color: rgba(219, 233, 252, 0.62);
}

:where(.entry-content, .wp-block-post-content) form label {
  color: var(--text-strong);
  display: block;
  font-size: 0.95rem;
  font-weight: 680;
  margin-bottom: 8px;
}

:where(.entry-content, .wp-block-post-content) form :where(.wpforms-field, .gfield) {
  margin-bottom: 20px;
}

:where(.entry-content, .wp-block-post-content) form :where(button[type="submit"], input[type="submit"]) {
  background: linear-gradient(132deg, var(--accent-teal), var(--accent-blue) 62%, var(--accent-amber));
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: var(--radius-pill);
  box-shadow: 0 14px 34px rgba(72, 240, 203, 0.24), 0 8px 20px rgba(120, 188, 255, 0.22);
  color: #031022;
  cursor: pointer;
  font-size: 1.05rem;
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: 0.014em;
  margin-top: 12px;
  padding: 14px 36px;
  transition:
    transform var(--motion-base) var(--easing-standard),
    box-shadow var(--motion-base) var(--easing-standard);
}

:where(.entry-content, .wp-block-post-content) form :where(button[type="submit"], input[type="submit"]):hover {
  box-shadow: var(--glow-teal), 0 18px 38px rgba(120, 188, 255, 0.22);
  transform: translateY(var(--cta-hover-shift));
}

/* ==========================================================
   PHONE FIELD (intl-tel-input)
   ========================================================== */
:where(.entry-content, .wp-block-post-content) form .iti {
  display: block;
  width: 100%;
}

:where(.entry-content, .wp-block-post-content) form .iti__selected-flag {
  background: rgba(233, 240, 255, 0.08);
  border: 0;
  border-right: 1px solid var(--border-soft);
  border-radius: 14px 0 0 14px;
}

:where(.entry-content, .wp-block-post-content) form :where(.iti input, .iti__tel-input) {
  background: rgba(233, 240, 255, 0.08);
  border: 1px solid var(--border-soft);
  border-radius: 14px;
  color: var(--text-main);
  padding-left: 52px;
  width: 100%;
}

:where(.entry-content, .wp-block-post-content) form .iti__country-list {
  background: rgba(5, 8, 20, 0.97);
  border: 1px solid rgba(233, 240, 255, 0.18);
  border-radius: 14px;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.52);
  color: var(--text-main);
}

@supports ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  :where(.entry-content, .wp-block-post-content) form .iti__country-list {
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}

:where(.entry-content, .wp-block-post-content) form .iti__country:hover {
  background: rgba(46, 231, 182, 0.12);
}

:where(.entry-content, .wp-block-post-content) form .iti__country.iti__highlight {
  background: rgba(46, 231, 182, 0.2);
}

:where(.entry-content, .wp-block-post-content) form :where(input, textarea, select):-webkit-autofill {
  -webkit-text-fill-color: var(--text-main);
  border: 1px solid var(--border-soft);
  box-shadow: 0 0 0 1000px rgba(233, 240, 255, 0.08) inset;
  transition: background-color 9999s ease-out 0s;
}

/* ==========================================================
   HERO AND MEDIA
   ========================================================== */
.et-hero-cover .wp-block-cover__background {
  background: linear-gradient(
    96deg,
    rgba(3, 9, 20, 0.72) 0%,
    rgba(3, 9, 20, 0.44) 40%,
    rgba(3, 9, 20, 0.2) 68%,
    rgba(3, 9, 20, 0.02) 86%
  ) !important;
  opacity: 1 !important;
}

:where(.et-hero-cover, .wp-block-cover) {
  margin-left: auto;
  margin-right: auto;
}

:where(.et-hero-cover, .wp-block-cover) .wp-block-cover__inner-container {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--content-max);
  padding-left: var(--content-pad);
  padding-right: var(--content-pad);
  width: 100%;
}

:where(.entry-content, .wp-block-post-content) img {
  border: 1px solid rgba(189, 222, 255, 0.2);
  border-radius: 18px;
  box-shadow: var(--shadow-1), inset 0 1px 0 rgba(236, 246, 255, 0.1);
  height: auto;
  max-width: 100%;
  transition:
    transform var(--motion-base) var(--easing-standard),
    box-shadow var(--motion-base) var(--easing-standard),
    border-color var(--motion-fast) var(--easing-standard);
}

:where(.entry-content, .wp-block-post-content) .wp-block-image {
  margin: 32px 0;
}

:where(.entry-content, .wp-block-post-content) .wp-block-image:hover img {
  border-color: rgba(120, 188, 255, 0.4);
  box-shadow: var(--shadow-2), var(--glow-blue);
  transform: translateY(-3px);
}

/* ==========================================================
   FOOTER
   ========================================================== */
:where(footer, .site-footer) {
  background:
    linear-gradient(180deg, rgba(6, 12, 28, 0.86), rgba(6, 12, 28, 0.74)),
    radial-gradient(130% 150% at 0% 0%, rgba(120, 188, 255, 0.14), transparent 55%);
  border-top: 1px solid var(--border-strong);
  box-shadow: 0 -20px 44px rgba(0, 0, 0, 0.42), inset 0 1px 0 rgba(236, 246, 255, 0.1);
  color: var(--text-muted);
  margin-top: 80px;
  position: relative;
  padding: 42px var(--content-pad);
  overflow: hidden;
}

:where(footer, .site-footer)::before {
  background: radial-gradient(480px 180px at 16% 0%, rgba(120, 188, 255, 0.24), transparent 72%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

:where(footer, .site-footer)::after {
  background: linear-gradient(90deg, rgba(72, 240, 203, 0.9), rgba(120, 188, 255, 0.28), rgba(255, 214, 122, 0.34), rgba(72, 240, 203, 0.9));
  content: "";
  height: 2px;
  inset: 0 0 auto;
  opacity: 0.86;
  pointer-events: none;
  position: absolute;
}

@supports ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  :where(footer, .site-footer) {
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
  }
}

:where(footer, .site-footer) * {
  color: var(--text-muted);
}

:where(footer, .site-footer) a {
  color: rgba(124, 243, 216, 1);
  text-decoration: none;
  transition:
    color var(--motion-fast) var(--easing-standard),
    text-shadow var(--motion-fast) var(--easing-standard);
}

:where(footer, .site-footer) a:hover {
  color: var(--text-strong);
  text-decoration: underline;
  text-shadow: 0 0 16px rgba(72, 240, 203, 0.3);
}

:where(footer, .site-footer) :where(h1, h2, h3, h4) {
  color: var(--text-strong);
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: -0.01em;
}

@media (min-width: 1025px) {
  :root {
    --header-blur: 0px;
    --overlay-blur: 0px;
  }

  body::before,
  body::after {
    display: none;
  }

  .et-quick-contact {
    display: none !important;
  }

  body.et-has-quick-contact,
  body.et-has-quick-contact.et-quick-contact-collapsed {
    padding-bottom: 0 !important;
  }

  main,
  body.et-theme :where(.site-header, .wp-site-blocks > header, header.wp-block-template-part, .wp-block-template-part.site-header),
  :where(.entry-content, .wp-block-post-content) h2,
  :where(.entry-content, .wp-block-post-content) h2 + *,
  :where(.entry-content, .wp-block-post-content) form,
  :where(.entry-content, .wp-block-post-content) form .iti__country-list,
  :where(footer, .site-footer),
  :where(.section-box, .section-header-box, .image-box, .portfolio-image-box),
  :where(.content-box, .section-content-box) {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  main {
    box-shadow: var(--panel-shadow), var(--glass-inner);
  }

  main::after {
    opacity: 0.38;
  }

  :where(.entry-content, .wp-block-post-content) h2 {
    box-shadow:
      0 -2px 12px rgba(0, 0, 0, 0.2),
      0 12px 30px rgba(0, 0, 0, 0.3),
      inset 0 1px 0 rgba(255, 255, 255, 0.14);
  }

  :where(.entry-content, .wp-block-post-content) h2 + * {
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  }

  :where(.entry-content, .wp-block-post-content) form {
    box-shadow: var(--shadow-1), inset 0 1px 0 rgba(236, 246, 255, 0.08);
  }

  .et-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@media (max-width: 1024px) {
  body {
    animation: none;
    background-attachment: scroll;
  }

  body::before,
  body::after {
    animation: none;
    filter: blur(28px);
    opacity: 0.5;
  }
}

/* ==========================================================
   RESPONSIVE
   ========================================================== */
@media (max-width: 782px) {
  :root {
    --content-pad: 18px;
    --section-gap: clamp(20px, 8vw, 32px);
    --reveal-distance: 18px;
  }

  body.et-has-quick-contact {
    padding-bottom: calc(172px + var(--safe-bottom));
  }

  body.et-has-quick-contact.et-quick-contact-collapsed {
    padding-bottom: calc(92px + var(--safe-bottom));
  }

  body::before,
  body::after {
    opacity: 0.56;
  }

  .et-conversion-bar__inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    padding-bottom: 10px;
    padding-top: 10px;
  }

  .et-conversion-bar__text {
    font-size: 0.9rem;
    line-height: 1.35;
  }

  .et-conversion-bar__copy {
    width: 100%;
  }

  .et-conversion-bar__trust {
    gap: 5px 6px;
  }

  .et-conversion-bar__trust li {
    font-size: 0.7rem;
    padding: 4px 8px;
  }

  .et-conversion-bar__meta {
    display: block;
    margin-left: 0;
    margin-top: 2px;
  }

  .et-conversion-bar__cta {
    justify-content: center;
    width: 100%;
  }

  .et-section-cta {
    border-radius: 16px;
    margin: 14px 0 26px;
    padding: 14px;
  }

  .et-section-cta__meta {
    font-size: 0.78rem;
  }

  .et-section-cta__actions {
    flex-direction: column;
  }

  .et-section-cta__btn {
    width: 100%;
  }

  .et-quick-contact {
    border-radius: 16px;
    bottom: calc(10px + var(--safe-bottom));
    left: calc(10px + var(--safe-left));
    max-width: none;
    padding: 10px;
    right: calc(10px + var(--safe-right));
    width: auto;
  }

  .et-quick-contact.is-collapsed {
    left: auto;
    max-width: min(240px, calc(100vw - 24px - var(--safe-left) - var(--safe-right)));
    width: min(240px, calc(100vw - 24px - var(--safe-left) - var(--safe-right)));
  }

  .et-quick-contact__meta {
    font-size: 0.78rem;
  }

  .et-quick-contact__trust {
    font-size: 0.7rem;
  }

  .et-quick-contact__btn {
    min-height: 42px;
  }

  .et-form-fast-lane__link {
    margin-left: 0;
  }

  body.et-theme.admin-bar :where(.site-header, .wp-site-blocks > header, header.wp-block-template-part, .wp-block-template-part.site-header) {
    top: calc(46px + var(--safe-top)) !important;
  }

  :where(.entry-content, .wp-block-post-content) :where(.wp-block-group.has-background, .wp-block-media-text, .wp-block-query) {
    border-radius: 18px;
    padding: 16px;
  }

  :where(.et-hero-cover, .wp-block-cover) {
    border-radius: 20px;
  }

  :where(.entry-content, .wp-block-post-content) .wp-block-post-template {
    grid-template-columns: 1fr;
  }

  main {
    border-radius: 18px;
    padding: 34px var(--content-pad) 50px;
  }

  :where(.entry-content, .wp-block-post-content) h1 {
    font-size: 2.15rem;
  }

  :where(.entry-content, .wp-block-post-content) h2 {
    font-size: 1.42rem;
    padding: 18px 20px 16px 62px;
  }

  :where(.entry-content, .wp-block-post-content) h2::before {
    height: 34px;
    left: 16px;
    width: 34px;
  }

  :where(.entry-content, .wp-block-post-content) h3 {
    font-size: 1.2rem;
  }

  body.et-theme :where(.site-header, .wp-site-blocks > header, header.wp-block-template-part, .wp-block-template-part.site-header) {
    & .wp-block-navigation__responsive-container.is-menu-open {
      background: var(--overlay-bg);
      inset: 0 !important;
      margin: 0 !important;
      overflow: auto;
      padding: 20px var(--content-pad);
      position: fixed !important;
      width: 100vw !important;
      z-index: var(--z-overlay) !important;
    }

    @supports ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
      & .wp-block-navigation__responsive-container.is-menu-open {
        backdrop-filter: blur(var(--overlay-blur)) saturate(120%);
        -webkit-backdrop-filter: blur(var(--overlay-blur)) saturate(120%);
      }
    }

    & .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
      padding-top: 56px;
    }

    & :where(.wp-block-navigation__responsive-container-open, .wp-block-navigation__responsive-container-close) {
      background: rgba(255, 255, 255, 0.06);
      border: 1px solid var(--border-soft);
      border-radius: 12px;
      color: var(--text-strong);
      padding: 10px 12px;
    }

    & .wp-block-navigation-item a {
      border-radius: 16px;
      padding: 12px 14px;
    }

    & .wp-block-navigation-item a::after {
      left: 14px;
      right: 14px;
    }

    & a[href*="request-a-quote"] {
      font-size: 0.95rem;
      justify-content: center;
      max-width: 320px;
      padding: 11px 16px;
      white-space: nowrap;
      width: 100%;
    }
  }

  :where(:root, body, .wp-site-blocks) {
    --wp--style--global--content-size: 100%;
    --wp--style--global--wide-size: 100%;
    --wp--style--root--padding-left: var(--content-pad);
    --wp--style--root--padding-right: var(--content-pad);
  }

  .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    width: 100%;
  }

  :where(.entry-content, .wp-block-post-content) .wp-block-columns {
    flex-direction: column;
  }

  :where(.entry-content, .wp-block-post-content) .wp-block-column {
    width: 100%;
  }
}

@media (max-width: 480px) {
  body.et-has-quick-contact {
    padding-bottom: calc(196px + var(--safe-bottom));
  }

  body.et-has-quick-contact.et-quick-contact-collapsed {
    padding-bottom: calc(104px + var(--safe-bottom));
  }

  :where(.entry-content, .wp-block-post-content) :where(.wp-block-group.has-background, .wp-block-media-text, .wp-block-query) {
    border-radius: 16px;
    padding: 14px;
  }

  :where(.et-hero-cover, .wp-block-cover) {
    border-radius: 16px;
  }

  .et-conversion-bar__text {
    font-size: 0.85rem;
  }

  .et-quick-contact__buttons {
    grid-template-columns: 1fr;
  }

  .et-quick-contact__btn.is-quote {
    grid-column: auto;
  }

  .et-quick-contact__btn {
    min-height: 44px;
  }

  main {
    border-radius: 16px;
    padding: 30px var(--content-pad) 44px;
  }
}

/* ==========================================================
   PAGE OVERRIDES
   ========================================================== */
body.et-static-header-page :where(.site-header, .wp-site-blocks > header, header.wp-block-template-part, .wp-block-template-part.site-header) {
  position: relative !important;
  top: auto !important;
}

body.et-portfolio-page :where(main, .entry-content, .wp-block-post-content) {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--content-max);
  overflow-x: hidden;
  width: 100%;
}

body.et-portfolio-page :where(.entry-content, .wp-block-post-content) > * {
  box-sizing: border-box;
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  width: 100%;
}

body.et-portfolio-page :where(.entry-content, .wp-block-post-content) :where(h2, h2 + *) {
  box-sizing: border-box;
  max-width: 100%;
  width: 100%;
}

body.et-portfolio-page :where(.entry-content, .wp-block-post-content) > h2:first-of-type {
  background: transparent;
  border: 0;
  box-shadow: none;
  font-size: 1.25rem;
  font-weight: 820;
  margin: 48px auto 14px;
  padding: 0;
  text-align: center;
}

body.et-portfolio-page .wp-block-buttons {
  justify-content: center;
  margin-top: 10px;
}

body.et-portfolio-page :where(.entry-content, .wp-block-post-content) img {
  display: block;
  height: auto;
  max-width: 100%;
}

@media (min-width: 769px) {
  body.et-portfolio-page .wp-block-columns.has-2-columns {
    --et-col-count: 2;
    --et-gap-count: 1;
  }

  body.et-portfolio-page .wp-block-columns.has-3-columns {
    --et-col-count: 3;
    --et-gap-count: 2;
  }

  body.et-portfolio-page .wp-block-columns.has-4-columns {
    --et-col-count: 4;
    --et-gap-count: 3;
  }

  body.et-portfolio-page :where(.wp-block-columns.has-2-columns, .wp-block-columns.has-3-columns, .wp-block-columns.has-4-columns) .wp-block-column {
    flex-basis: calc((100% - (var(--wp--style--block-gap, 2em) * var(--et-gap-count))) / var(--et-col-count));
    max-width: calc((100% - (var(--wp--style--block-gap, 2em) * var(--et-gap-count))) / var(--et-col-count));
    min-width: 0;
  }
}

@media (max-width: 768px) {
  body.et-portfolio-page :where(.wp-block-columns.has-2-columns, .wp-block-columns.has-3-columns, .wp-block-columns.has-4-columns) .wp-block-column {
    flex-basis: 100%;
    max-width: 100%;
  }
}

/* ==========================================================
   PORTFOLIO BOX HELPERS
   ========================================================== */
:where(.section-box, .section-header-box) {
  background:
    linear-gradient(140deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04)),
    radial-gradient(120% 120% at 0% 0%, rgba(120, 188, 255, 0.16), transparent 56%),
    linear-gradient(160deg, var(--surface-2), var(--surface-3));
  border: 1px solid var(--border-strong);
  border-radius: 20px;
  box-shadow: var(--shadow-2);
  margin-bottom: 4px;
  overflow: hidden;
  padding: 22px 24px;
  position: relative;
  transition:
    transform var(--motion-base) var(--easing-spring),
    box-shadow var(--motion-base) var(--easing-spring),
    border-color var(--motion-fast) var(--easing-standard);
}

:where(.section-box, .section-header-box)::before {
  background: linear-gradient(90deg, rgba(72, 240, 203, 0.9), rgba(120, 188, 255, 0.28), rgba(255, 214, 122, 0.26), rgba(72, 240, 203, 0.9));
  content: "";
  height: 2.5px;
  inset: 0 0 auto;
  opacity: 0.9;
  pointer-events: none;
  position: absolute;
}

:where(.section-box, .section-header-box)::after {
  background: radial-gradient(280px 120px at 88% -10%, rgba(120, 188, 255, 0.24), transparent 76%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

:where(.section-box, .section-header-box):hover {
  border-color: var(--border-strong);
  box-shadow: var(--shadow-3), var(--glow-teal);
  transform: translateY(var(--card-hover-shift));
}

:where(.content-box, .section-content-box) {
  background:
    linear-gradient(140deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),
    linear-gradient(160deg, rgba(10, 24, 50, 0.56), var(--surface-subtle));
  border: 1px solid rgba(189, 222, 255, 0.16);
  border-radius: 18px;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.24);
  margin-bottom: 24px;
  margin-top: 0;
  padding: 20px 24px;
}

:where(.image-box, .portfolio-image-box) {
  align-items: center;
  background:
    linear-gradient(140deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
    linear-gradient(160deg, var(--surface-2), var(--surface-3));
  border: 1px solid var(--border-strong);
  border-radius: 20px;
  box-shadow: var(--shadow-2);
  display: flex;
  justify-content: center;
  margin: 24px 0;
  overflow: hidden;
  padding: 32px;
  position: relative;
}

:where(.image-box, .portfolio-image-box)::before {
  background: radial-gradient(300px 120px at 18% 4%, rgba(72, 240, 203, 0.2), transparent 80%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

:where(.image-box, .portfolio-image-box) img {
  height: auto;
  margin: 0 auto;
  max-height: 320px;
  max-width: 320px;
  object-fit: contain;
  width: auto;
}

@supports ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  :where(.section-box, .section-header-box, .image-box, .portfolio-image-box) {
    backdrop-filter: blur(12px) saturate(110%);
    -webkit-backdrop-filter: blur(12px) saturate(110%);
  }

  :where(.content-box, .section-content-box) {
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
  }
}

/* ==========================================================
   UTILITIES
   ========================================================== */
.et-reveal {
  opacity: 0;
  transform: translate3d(0, var(--reveal-distance), 0);
  transition:
    opacity var(--motion-slow) var(--easing-standard),
    transform var(--motion-slow) var(--easing-standard);
  transition-delay: var(--et-reveal-delay, 0ms);
  will-change: opacity, transform;
}

.et-reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.text-center {
  text-align: center;
}

.mt-0 {
  margin-top: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.mt-1 {
  margin-top: 16px;
}

.mb-1 {
  margin-bottom: 16px;
}

.mt-2 {
  margin-top: 32px;
}

.mb-2 {
  margin-bottom: 32px;
}

/* ==========================================================
   ACCESSIBILITY
   ========================================================== */
:where(.screen-reader-text, .sr-only) {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.skip-link {
  background: var(--accent-teal);
  border-radius: 8px;
  color: #061022;
  font-weight: 700;
  left: -9999px;
  padding: 12px 24px;
  position: absolute;
  text-decoration: none;
  top: -9999px;
  z-index: var(--z-skip-link);
}

.skip-link:focus {
  left: 10px;
  top: 10px;
}

:where(button, a, input, textarea, select):focus-visible {
  outline: 3px solid rgba(46, 231, 182, 0.58);
  outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  html {
    scroll-behavior: auto !important;
  }

  :root {
    --cta-hover-shift: 0px;
    --card-hover-shift: 0px;
    --reveal-distance: 0px;
  }

  body {
    animation: none !important;
  }

  body::before,
  body::after {
    animation: none !important;
  }

  :where(.entry-content, .wp-block-post-content) :where(.wp-block-button__link, .wp-element-button)::before {
    transform: none;
  }

  .et-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  :where(.entry-content, .wp-block-post-content) .wp-block-image:hover img,
  .et-conversion-bar__cta:hover,
  .et-quick-contact__btn:hover,
  :where(.entry-content, .wp-block-post-content) :where(.wp-block-post-template > li, .wp-block-post-template > li > .wp-block-post):hover,
  body.et-theme :where(.site-header, .wp-site-blocks > header, header.wp-block-template-part, .wp-block-template-part.site-header) .wp-block-navigation-item a:hover,
  body.et-theme :where(.site-header, .wp-site-blocks > header, header.wp-block-template-part, .wp-block-template-part.site-header) a[href*="request-a-quote"]:hover,
  :where(.entry-content, .wp-block-post-content) h2:hover::before,
  :where(.entry-content, .wp-block-post-content) :where(.wp-block-button__link, .wp-element-button):hover,
  :where(.entry-content, .wp-block-post-content) h2:hover,
  :where(.section-box, .section-header-box):hover {
    transform: none;
  }
}

/* ==========================================================
   PRINT
   ========================================================== */
@media print {
  body {
    background: #fff !important;
    color: #000 !important;
  }

  :where(header, footer, .site-header, .site-footer, .et-conversion-bar, .et-quick-contact) {
    display: none !important;
  }

  :where(.entry-content, .wp-block-post-content) {
    max-width: 100%;
  }
}
