:root {
  --pi-bg: #f4efe6;
  --pi-surface: #ffffff;
  --pi-surface-soft: #faf7f2;
  --pi-text: #18202b;
  --pi-text-soft: #556070;
  --pi-line: rgba(20, 33, 61, 0.12);
  --pi-pine: #14532d;
  --pi-pine-deep: #0b3d21;
  --pi-mint: #22c55e;
  --pi-gold: #d9a441;
  --pi-shadow: 0 24px 70px rgba(20, 33, 61, 0.16);
  --pi-radius-lg: 28px;
  --pi-radius-md: 18px;
  --pi-radius-sm: 12px;
}

body.pixel-info-refresh {
  background:
    radial-gradient(circle at top left, rgba(34, 197, 94, 0.12), transparent 28%),
    linear-gradient(180deg, #f9f5ee 0%, #f5f1ea 100%);
  color: var(--pi-text);
}

body.pixel-info-refresh .site-content {
  background: transparent;
}

body.pixel-info-refresh p,
body.pixel-info-refresh li {
  color: var(--pi-text-soft);
}

body.pixel-info-refresh h1,
body.pixel-info-refresh h2,
body.pixel-info-refresh h3,
body.pixel-info-refresh h4,
body.pixel-info-refresh h5,
body.pixel-info-refresh h6 {
  color: var(--pi-text);
  letter-spacing: -0.02em;
}

body.pixel-info-refresh .site-header,
body.pixel-info-refresh #masthead {
  position: sticky;
  top: 0;
  z-index: 999;
  transition: background-color 180ms ease, box-shadow 180ms ease, backdrop-filter 180ms ease;
}

body.pixel-info-refresh #masthead.pi-is-scrolled .ast-primary-header-bar {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(16px);
  box-shadow: 0 10px 30px rgba(20, 33, 61, 0.08);
}

body.pixel-info-refresh .ast-primary-header-bar {
  border-bottom: 1px solid rgba(20, 33, 61, 0.05);
  position: relative;
}

body.pixel-info-refresh .main-header-menu .menu-link,
body.pixel-info-refresh .ast-builder-menu-1 .menu-link {
  font-weight: 600;
}

body.pixel-info-refresh .ast-builder-button-wrap .menu-link {
  display: none;
}

body.pixel-info-refresh .pi-header-actions {
  align-items: center;
  display: flex;
  gap: 0.75rem;
  margin-inline-start: 1rem;
}

body.pixel-info-refresh .pi-header-instagram,
body.pixel-info-refresh .pi-header-contact {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-weight: 700;
  gap: 0.5rem;
  line-height: 1;
  min-height: 42px;
  padding: 0.8rem 1rem;
  transition: transform 200ms ease, box-shadow 200ms ease, background-color 200ms ease;
}

body.pixel-info-refresh .pi-header-instagram {
  background: rgba(20, 83, 45, 0.08);
  border: 1px solid rgba(20, 83, 45, 0.1);
  color: var(--pi-text);
}

body.pixel-info-refresh .pi-header-instagram svg {
  fill: currentColor;
  height: 16px;
  width: 16px;
}

body.pixel-info-refresh .pi-header-contact,
body.pixel-info-refresh .pi-menu-item-contact > .menu-link {
  background: linear-gradient(135deg, var(--pi-pine) 0%, var(--pi-mint) 100%);
  box-shadow: 0 12px 24px rgba(20, 83, 45, 0.2);
  color: #fff;
}

body.pixel-info-refresh .ast-custom-button-link .ast-custom-button,
body.pixel-info-refresh .wp-block-button__link,
body.pixel-info-refresh .uagb-buttons-repeater.wp-block-button .wp-block-button__link {
  background: linear-gradient(135deg, var(--pi-pine) 0%, var(--pi-mint) 100%);
  border: 0;
  border-radius: 999px;
  box-shadow: 0 12px 24px rgba(20, 83, 45, 0.2);
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.01em;
  padding: 0.95rem 1.35rem;
}

body.pixel-info-refresh .ast-custom-button-link .ast-custom-button:hover,
body.pixel-info-refresh .wp-block-button__link:hover,
body.pixel-info-refresh .pi-header-instagram:hover,
body.pixel-info-refresh .pi-header-contact:hover,
body.pixel-info-refresh .pi-menu-item-contact > .menu-link:hover {
  filter: brightness(1.02);
  transform: translateY(-2px);
}

body.pixel-info-refresh .entry-content > .alignfull,
body.pixel-info-refresh .entry-content > .wp-block-group.alignfull {
  margin-top: 0;
  margin-bottom: 0;
}

body.pixel-info-refresh .pi-shell {
  max-width: 1220px;
  margin: 0 auto;
}

body.pixel-info-refresh .pi-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 500ms ease, transform 500ms ease;
}

body.pixel-info-refresh .pi-reveal.pi-in-view {
  opacity: 1;
  transform: translateY(0);
}

body.pixel-info-refresh .pi-hero {
  padding: clamp(3.5rem, 7vw, 6.5rem) 1.5rem clamp(2.5rem, 6vw, 4.5rem);
}

body.pixel-info-refresh .pi-hero .pi-shell,
body.pixel-info-refresh .pi-section .pi-shell {
  width: min(1220px, 100%);
}

body.pixel-info-refresh .pi-hero-panel {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.88)),
    linear-gradient(135deg, rgba(34, 197, 94, 0.12), rgba(20, 83, 45, 0.04));
  border: 1px solid rgba(20, 33, 61, 0.08);
  border-radius: calc(var(--pi-radius-lg) + 4px);
  box-shadow: var(--pi-shadow);
  overflow: hidden;
  padding: clamp(1.5rem, 3vw, 2.25rem);
  position: relative;
}

body.pixel-info-refresh .pi-hero-panel::after {
  background: radial-gradient(circle at center, rgba(217, 164, 65, 0.18), transparent 64%);
  content: "";
  inset: auto -12% -18% auto;
  height: 240px;
  pointer-events: none;
  position: absolute;
  width: 240px;
}

body.pixel-info-refresh .pi-kicker {
  color: var(--pi-pine);
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin-bottom: 0.9rem;
  text-transform: uppercase;
}

body.pixel-info-refresh .pi-hero h1 {
  font-size: clamp(2.4rem, 5vw, 4.6rem);
  line-height: 0.96;
  margin-bottom: 1rem;
}

body.pixel-info-refresh .pi-lead {
  font-size: clamp(1.05rem, 1.8vw, 1.25rem);
  line-height: 1.7;
  margin-bottom: 1.5rem;
  max-width: 58ch;
}

body.pixel-info-refresh .pi-note {
  color: var(--pi-text);
  font-size: 0.95rem;
  font-weight: 600;
}

body.pixel-info-refresh .pi-service-anchor {
  align-items: center;
  display: inline-flex;
  gap: 0.5rem;
}

body.pixel-info-refresh .pi-tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin: 1.2rem 0 0;
}

body.pixel-info-refresh .pi-tag {
  background: rgba(20, 83, 45, 0.08);
  border: 1px solid rgba(20, 83, 45, 0.08);
  border-radius: 999px;
  color: var(--pi-text);
  font-size: 0.88rem;
  font-weight: 700;
  padding: 0.55rem 0.85rem;
}

body.pixel-info-refresh .pi-service-spotlight {
  border-radius: var(--pi-radius-md);
  min-height: 100%;
  overflow: hidden;
  position: relative;
}

body.pixel-info-refresh .pi-service-spotlight::before {
  background: linear-gradient(160deg, rgba(20, 83, 45, 0.08), rgba(217, 164, 65, 0.16));
  content: "";
  inset: 0;
  position: absolute;
}

body.pixel-info-refresh .pi-service-spotlight > * {
  position: relative;
  z-index: 1;
}

body.pixel-info-refresh .pi-badge-row,
body.pixel-info-refresh .pi-metric-grid,
body.pixel-info-refresh .pi-service-grid,
body.pixel-info-refresh .pi-proof-grid,
body.pixel-info-refresh .pi-process-grid,
body.pixel-info-refresh .pi-faq-grid,
body.pixel-info-refresh .pi-local-grid {
  gap: 1rem;
}

body.pixel-info-refresh .pi-card,
body.pixel-info-refresh .pi-metric,
body.pixel-info-refresh .pi-proof,
body.pixel-info-refresh .pi-step,
body.pixel-info-refresh .pi-faq-item,
body.pixel-info-refresh .pi-local-card {
  background: var(--pi-surface);
  border: 1px solid var(--pi-line);
  border-radius: var(--pi-radius-md);
  box-shadow: 0 18px 38px rgba(20, 33, 61, 0.08);
  height: 100%;
  padding: 1.35rem;
  position: relative;
  transform:
    translateY(var(--pi-shift, 0))
    rotateX(var(--pi-rotate-x, 0deg))
    rotateY(var(--pi-rotate-y, 0deg));
  transform-style: preserve-3d;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease, background-color 220ms ease;
}

body.pixel-info-refresh .pi-card:hover,
body.pixel-info-refresh .pi-metric:hover,
body.pixel-info-refresh .pi-proof:hover,
body.pixel-info-refresh .pi-step:hover,
body.pixel-info-refresh .pi-faq-item:hover,
body.pixel-info-refresh .pi-local-card:hover {
  border-color: rgba(20, 83, 45, 0.16);
  box-shadow: 0 26px 44px rgba(20, 33, 61, 0.14);
  --pi-shift: -6px;
}

body.pixel-info-refresh .pi-card > *,
body.pixel-info-refresh .pi-metric > *,
body.pixel-info-refresh .pi-proof > *,
body.pixel-info-refresh .pi-step > *,
body.pixel-info-refresh .pi-faq-item > *,
body.pixel-info-refresh .pi-local-card > * {
  position: relative;
  transform: translateZ(18px);
}

body.pixel-info-refresh .pi-metric strong,
body.pixel-info-refresh .pi-proof strong,
body.pixel-info-refresh .pi-step strong {
  color: var(--pi-text);
  display: block;
  font-size: 1.4rem;
  line-height: 1.05;
  margin-bottom: 0.35rem;
}

body.pixel-info-refresh .pi-card h3,
body.pixel-info-refresh .pi-step h3,
body.pixel-info-refresh .pi-faq-item h3,
body.pixel-info-refresh .pi-local-card h3 {
  font-size: 1.25rem;
  margin-bottom: 0.65rem;
}

body.pixel-info-refresh .pi-card h4 {
  font-size: 1rem;
  margin-bottom: 0.45rem;
}

body.pixel-info-refresh .pi-section {
  padding: clamp(2.5rem, 6vw, 4.8rem) 1.5rem;
}

body.pixel-info-refresh .pi-section-title {
  margin-bottom: 1.25rem;
}

body.pixel-info-refresh .pi-section-title h2 {
  font-size: clamp(1.95rem, 4vw, 3rem);
  margin-bottom: 0.65rem;
}

body.pixel-info-refresh .pi-section-title p {
  font-size: 1.08rem;
  max-width: 62ch;
}

body.pixel-info-refresh .pi-service-grid .pi-card a,
body.pixel-info-refresh .pi-local-card a {
  font-weight: 700;
}

body.pixel-info-refresh .pi-side-note {
  color: var(--pi-text-soft);
  font-size: 0.92rem;
  margin-top: 0.9rem;
}

body.pixel-info-refresh .pi-rail {
  border-left: 3px solid rgba(20, 83, 45, 0.15);
  margin-top: 1.2rem;
  padding-left: 1rem;
}

body.pixel-info-refresh .pi-rail p {
  margin-bottom: 0.7rem;
}

body.pixel-info-refresh .pi-contrast {
  background:
    radial-gradient(circle at top right, rgba(217, 164, 65, 0.16), transparent 28%),
    linear-gradient(135deg, #15263f 0%, #1f3d32 100%);
  color: rgba(255, 255, 255, 0.86);
}

body.pixel-info-refresh .pi-contrast h2,
body.pixel-info-refresh .pi-contrast h3,
body.pixel-info-refresh .pi-contrast strong,
body.pixel-info-refresh .pi-contrast .pi-kicker,
body.pixel-info-refresh .pi-contrast li {
  color: #fff;
}

body.pixel-info-refresh .pi-contrast .pi-card,
body.pixel-info-refresh .pi-contrast .pi-step,
body.pixel-info-refresh .pi-contrast .pi-faq-item {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: none;
}

body.pixel-info-refresh .wp-block-button.is-style-outline .wp-block-button__link {
  background: transparent;
  border: 1px solid rgba(20, 33, 61, 0.14);
  box-shadow: none;
  color: var(--pi-text);
}

body.pixel-info-refresh .pi-contrast .wp-block-button.is-style-outline .wp-block-button__link {
  border-color: rgba(255, 255, 255, 0.24);
  color: #fff;
}

body.pixel-info-refresh .pi-mini-divider {
  background: linear-gradient(90deg, var(--pi-pine), var(--pi-mint));
  border-radius: 999px;
  height: 4px;
  margin: 0 0 1.25rem;
  width: 72px;
}

body.pixel-info-refresh .pi-card .pi-mini-divider {
  margin-bottom: 1rem;
}

body.pixel-info-refresh .pi-list-check {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

body.pixel-info-refresh .pi-list-check li {
  color: var(--pi-text);
  margin-bottom: 0.75rem;
  padding-left: 1.75rem;
  position: relative;
}

body.pixel-info-refresh .pi-list-check li::before {
  background: var(--pi-mint);
  border-radius: 999px;
  content: "";
  height: 8px;
  left: 0.45rem;
  position: absolute;
  top: 0.6rem;
  width: 8px;
}

body.pixel-info-refresh .pi-cta-banner {
  align-items: center;
  background: linear-gradient(135deg, rgba(20, 83, 45, 0.96), rgba(34, 197, 94, 0.92));
  border-radius: calc(var(--pi-radius-lg) + 2px);
  box-shadow: var(--pi-shadow);
  color: #fff;
  padding: clamp(1.5rem, 3vw, 2rem);
}

body.pixel-info-refresh .pi-cta-banner h2,
body.pixel-info-refresh .pi-cta-banner p {
  color: #fff;
}

body.pixel-info-refresh .pi-cta-banner .wp-block-buttons {
  margin-top: 1rem;
}

body.pixel-info-refresh .site-footer {
  background: #122238;
  color: rgba(255, 255, 255, 0.78);
  margin-top: 4rem;
}

body.pixel-info-refresh .pi-footer-bar {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1rem;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1220px;
  padding: 1rem 1.5rem 0;
}

body.pixel-info-refresh .pi-footer-bar p {
  margin: 0;
}

body.pixel-info-refresh .pi-footer-bar span {
  opacity: 0.55;
}

body.pixel-info-refresh .site-footer h4,
body.pixel-info-refresh .site-footer a,
body.pixel-info-refresh .site-footer p {
  color: rgba(255, 255, 255, 0.84);
}

body.pixel-info-refresh .site-footer a:hover {
  color: #fff;
}

body.pixel-info-refresh .widget_search,
body.pixel-info-refresh .sidebar-main .widget {
  background: var(--pi-surface);
  border: 1px solid var(--pi-line);
  border-radius: var(--pi-radius-md);
  padding: 1.1rem;
}

body.pixel-info-refresh .uagb-forms-main-form input,
body.pixel-info-refresh .uagb-forms-main-form textarea,
body.pixel-info-refresh .wp-block-search__input {
  background: #fff;
  border: 1px solid rgba(20, 33, 61, 0.14);
  border-radius: 12px;
}

body.pixel-info-refresh .calendly-inline-widget {
  border: 1px solid var(--pi-line);
  border-radius: var(--pi-radius-md);
  min-width: 100% !important;
  overflow: hidden;
}

body.pixel-info-refresh .main-header-menu .menu-link,
body.pixel-info-refresh .ast-builder-menu-1 .menu-link,
body.pixel-info-refresh .pi-header-instagram,
body.pixel-info-refresh .pi-header-contact,
body.pixel-info-refresh .wp-block-button__link,
body.pixel-info-refresh .pi-card,
body.pixel-info-refresh .pi-step,
body.pixel-info-refresh .pi-proof,
body.pixel-info-refresh .pi-metric {
  cursor: none;
}

body.pixel-info-refresh .pi-cursor,
body.pixel-info-refresh .pi-cursor-ring {
  left: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  transform: translate(-50%, -50%);
  transition: opacity 180ms ease, transform 180ms ease;
  z-index: 99999;
}

body.pixel-info-refresh .pi-cursor {
  background: linear-gradient(135deg, var(--pi-pine), var(--pi-mint));
  border-radius: 999px;
  height: 12px;
  width: 12px;
}

body.pixel-info-refresh .pi-cursor-ring {
  border: 1px solid rgba(20, 83, 45, 0.25);
  border-radius: 999px;
  height: 42px;
  width: 42px;
}

body.pixel-info-refresh.pi-cursor-hover .pi-cursor {
  transform: translate(-50%, -50%) scale(1.35);
}

body.pixel-info-refresh.pi-cursor-hover .pi-cursor-ring {
  transform: translate(-50%, -50%) scale(1.35);
}

@media (max-width: 921px) {
  body.pixel-info-refresh .pi-hero,
  body.pixel-info-refresh .pi-section {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  body.pixel-info-refresh .pi-hero h1 {
    font-size: clamp(2rem, 10vw, 3.2rem);
  }

  body.pixel-info-refresh .pi-header-actions {
    display: none;
  }
}

@media (max-width: 767px) {
  body.pixel-info-refresh .pi-card,
  body.pixel-info-refresh .pi-metric,
  body.pixel-info-refresh .pi-proof,
  body.pixel-info-refresh .pi-step,
  body.pixel-info-refresh .pi-faq-item,
  body.pixel-info-refresh .pi-local-card {
    padding: 1.1rem;
  }

  body.pixel-info-refresh .pi-footer-bar {
    align-items: flex-start;
    flex-direction: column;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (hover: none), (pointer: coarse) {
  body.pixel-info-refresh .main-header-menu .menu-link,
  body.pixel-info-refresh .ast-builder-menu-1 .menu-link,
  body.pixel-info-refresh .pi-header-instagram,
  body.pixel-info-refresh .pi-header-contact,
  body.pixel-info-refresh .wp-block-button__link,
  body.pixel-info-refresh .pi-card,
  body.pixel-info-refresh .pi-step,
  body.pixel-info-refresh .pi-proof,
  body.pixel-info-refresh .pi-metric {
    cursor: pointer;
  }

  body.pixel-info-refresh .pi-cursor,
  body.pixel-info-refresh .pi-cursor-ring {
    display: none;
  }
}
