/**
 * All Zilla No Filler
 * Scoped styles for Astra Free + Elementor Free.
 *
 * Upload as: /wp-content/themes/astra/css/all-zilla-custom.css
 * Add the relevant aznf-* class in Elementor under Advanced > CSS Classes.
 */

:root {
  --aznf-navy: #082b52;
  --aznf-navy-deep: #001d3d;
  --aznf-coral: #ff5a4f;
  --aznf-coral-dark: #d93b34;
  --aznf-cream: #fff6e6;
  --aznf-white: #ffffff;
  --aznf-ink: #102238;
  --aznf-muted: #526476;
  --aznf-line: rgba(8, 43, 82, 0.18);
  --aznf-shadow: 0 18px 45px rgba(0, 29, 61, 0.12);
  --aznf-radius-sm: 4px;
  --aznf-radius-md: 8px;
  --aznf-content: 1180px;
  --aznf-section-space: clamp(64px, 9vw, 128px);
  --aznf-gutter: clamp(20px, 4vw, 48px);
  --aznf-transition: 180ms ease;
}

.aznf-site *,
.aznf-site *::before,
.aznf-site *::after {
  box-sizing: border-box;
}

.aznf-site ::selection {
  background: var(--aznf-coral);
  color: var(--aznf-navy-deep);
}

.aznf-site :where(a, button, input, textarea, select):focus-visible {
  outline: 3px solid var(--aznf-coral);
  outline-offset: 3px;
}

.aznf-site img {
  height: auto;
}

/* Elementor containers */

.aznf-section {
  padding-block: var(--aznf-section-space);
  padding-inline: var(--aznf-gutter);
}

.aznf-section--cream {
  background: var(--aznf-cream);
  color: var(--aznf-ink);
}

.aznf-section--navy {
  background: var(--aznf-navy-deep);
  color: var(--aznf-white);
}

.aznf-section--coral {
  background: var(--aznf-coral);
  color: var(--aznf-navy-deep);
}

.aznf-inner {
  margin-inline: auto;
  width: min(100%, var(--aznf-content));
}

.aznf-narrow {
  margin-inline: auto;
  width: min(100%, 760px);
}

/* Type treatments. Set the actual typefaces in Elementor Site Settings. */

.aznf-eyebrow {
  color: var(--aznf-coral);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.aznf-display :where(h1, h2),
:where(h1, h2).aznf-display {
  font-size: clamp(2.75rem, 7vw, 6.75rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.9;
  text-transform: uppercase;
  text-wrap: balance;
}

.aznf-heading :where(h2, h3),
:where(h2, h3).aznf-heading {
  font-size: clamp(2rem, 4.5vw, 4.5rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.98;
  text-transform: uppercase;
  text-wrap: balance;
}

.aznf-lead,
.aznf-lead p {
  font-size: clamp(1.05rem, 1.6vw, 1.3rem);
  line-height: 1.65;
  max-width: 62ch;
}

.aznf-text-coral { color: var(--aznf-coral); }
.aznf-text-navy { color: var(--aznf-navy-deep); }
.aznf-text-cream { color: var(--aznf-cream); }

/* Homepage hero */

.aznf-hero {
  background: var(--aznf-cream);
  color: var(--aznf-navy-deep);
  isolation: isolate;
  min-height: clamp(640px, 82svh, 820px);
  overflow: hidden;
  padding: clamp(34px, 6vw, 80px) var(--aznf-gutter) clamp(48px, 7vw, 92px);
  position: relative;
}

.aznf-hero::after {
  border: clamp(12px, 2vw, 24px) solid rgba(255, 90, 79, 0.16);
  content: '';
  height: min(36vw, 470px);
  pointer-events: none;
  position: absolute;
  right: clamp(-120px, -7vw, -40px);
  top: clamp(90px, 12vw, 160px);
  transform: rotate(8deg);
  width: min(36vw, 470px);
  z-index: -1;
}

.aznf-hero__grid {
  align-items: center;
  display: grid;
  gap: clamp(28px, 5vw, 80px);
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  margin-inline: auto;
  max-width: var(--aznf-content);
  width: 100%;
}

.aznf-hero__copy {
  position: relative;
  z-index: 2;
}

.aznf-hero__copy .elementor-heading-title {
  max-width: 9ch;
}

.aznf-hero__actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 14px 20px;
  margin-top: clamp(24px, 4vw, 42px);
}

.aznf-hero__visual {
  align-items: end;
  display: flex;
  justify-content: center;
  min-height: 460px;
  position: relative;
}

.aznf-hero__visual::before {
  background: var(--aznf-coral);
  content: '';
  height: 62%;
  inset: auto 4% 2%;
  position: absolute;
  transform: rotate(-4deg);
  z-index: -1;
}

.aznf-hero__mascot img {
  filter: drop-shadow(18px 22px 0 rgba(0, 29, 61, 0.12));
  max-height: 560px;
  object-fit: contain;
  transform-origin: 50% 100%;
  width: min(100%, 510px);
}

.aznf-hero__note {
  background: var(--aznf-navy-deep);
  bottom: 5%;
  color: var(--aznf-white);
  font-size: 0.75rem;
  font-weight: 800;
  left: -4%;
  line-height: 1.25;
  max-width: 190px;
  padding: 14px 16px;
  position: absolute;
  text-transform: uppercase;
  transform: rotate(-3deg);
}

/* Moving service signal. Use two identical spans for a seamless loop. */

.aznf-signal {
  background: var(--aznf-navy-deep);
  color: var(--aznf-cream);
  display: flex;
  overflow: hidden;
  padding-block: 14px;
  white-space: nowrap;
}

.aznf-signal__track {
  animation: aznf-signal 24s linear infinite;
  display: flex;
  flex: 0 0 auto;
  min-width: max-content;
}

.aznf-signal__track span {
  font-size: clamp(0.78rem, 1.2vw, 0.95rem);
  font-weight: 900;
  padding-right: 2.25rem;
  text-transform: uppercase;
}

.aznf-signal__track span::after {
  color: var(--aznf-coral);
  content: '  ✦';
}

@keyframes aznf-signal {
  to { transform: translateX(-100%); }
}

/* Service path selector */

.aznf-path-grid {
  display: grid;
  gap: clamp(12px, 2vw, 22px);
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.aznf-path {
  background: var(--aznf-navy-deep);
  border: 2px solid var(--aznf-navy-deep);
  color: var(--aznf-white);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: clamp(210px, 25vw, 330px);
  overflow: hidden;
  padding: clamp(20px, 3vw, 34px);
  position: relative;
  text-decoration: none;
  transition: background-color var(--aznf-transition), color var(--aznf-transition), transform var(--aznf-transition);
}

.aznf-path:nth-child(2) {
  background: var(--aznf-white);
  color: var(--aznf-navy-deep);
}

.aznf-path:nth-child(4) {
  background: var(--aznf-coral);
  color: var(--aznf-navy-deep);
}

.aznf-path::after {
  content: '↗';
  font-size: 1.5rem;
  line-height: 1;
  position: absolute;
  right: 22px;
  top: 22px;
  transition: transform var(--aznf-transition);
}

.aznf-path:hover,
.aznf-path:focus-within {
  background: var(--aznf-coral);
  color: var(--aznf-navy-deep);
  transform: translateY(-6px);
}

.aznf-path:hover::after,
.aznf-path:focus-within::after {
  transform: translate(4px, -4px);
}

.aznf-path__number {
  font-size: 0.75rem;
  font-weight: 800;
  opacity: 0.72;
}

.aznf-path__title,
.aznf-path__title .elementor-heading-title {
  color: inherit;
  font-size: clamp(1.25rem, 2.25vw, 2.25rem);
  font-weight: 900;
  line-height: 0.95;
  margin-top: auto;
  max-width: 9ch;
  text-transform: uppercase;
}

.aznf-path__detail {
  font-size: 0.78rem;
  font-weight: 700;
  margin-top: 14px;
  opacity: 0.78;
  text-transform: uppercase;
}

/* Proof band */

.aznf-proof-grid {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.aznf-proof {
  background: var(--aznf-navy-deep);
  border: 1px solid rgba(255, 246, 230, 0.2);
  color: var(--aznf-white);
  min-height: 260px;
  padding: clamp(24px, 4vw, 48px);
}

.aznf-proof__value {
  color: var(--aznf-coral);
  font-size: clamp(3.25rem, 7vw, 7rem);
  font-weight: 900;
  line-height: 0.8;
}

.aznf-proof__copy {
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.45;
  margin-top: 28px;
  max-width: 26ch;
  text-transform: uppercase;
}

/* Apply aznf-button to an Elementor Button widget. */

.aznf-button .elementor-button,
.elementor-button.aznf-button,
a.aznf-button {
  align-items: center;
  background: var(--aznf-coral);
  border: 2px solid var(--aznf-coral);
  border-radius: var(--aznf-radius-sm);
  color: var(--aznf-navy-deep);
  display: inline-flex;
  font-size: 0.88rem;
  font-weight: 900;
  justify-content: center;
  min-height: 50px;
  padding: 13px 22px;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    background-color var(--aznf-transition),
    border-color var(--aznf-transition),
    box-shadow var(--aznf-transition),
    color var(--aznf-transition),
    transform var(--aznf-transition);
}

.aznf-button .elementor-button:hover,
.aznf-button .elementor-button:focus-visible,
.elementor-button.aznf-button:hover,
a.aznf-button:hover {
  background: var(--aznf-navy-deep);
  border-color: var(--aznf-navy-deep);
  box-shadow: 6px 6px 0 var(--aznf-coral);
  color: var(--aznf-white);
  transform: translate(-2px, -2px);
}

.aznf-button--outline .elementor-button,
.elementor-button.aznf-button--outline,
a.aznf-button--outline {
  background: transparent;
  border-color: currentColor;
  color: inherit;
}

/* Cards and repeated blocks */

.aznf-card {
  background: var(--aznf-white);
  border: 1px solid var(--aznf-line);
  border-radius: var(--aznf-radius-md);
  color: var(--aznf-ink);
  height: 100%;
  overflow: hidden;
  padding: clamp(24px, 4vw, 42px);
  position: relative;
  transition:
    border-color var(--aznf-transition),
    box-shadow var(--aznf-transition),
    transform var(--aznf-transition);
}

.aznf-card::before {
  background: var(--aznf-coral);
  content: '';
  height: 5px;
  inset: 0 0 auto;
  position: absolute;
}

.aznf-card:hover {
  border-color: var(--aznf-coral);
  box-shadow: var(--aznf-shadow);
  transform: translateY(-5px);
}

.aznf-card--navy {
  background: var(--aznf-navy-deep);
  color: var(--aznf-white);
}

.aznf-stat {
  border-block: 1px solid var(--aznf-line);
  padding-block: 24px;
}

.aznf-stat__value,
[data-aznf-count] {
  color: var(--aznf-coral);
  font-size: clamp(2.75rem, 6vw, 5.5rem);
  font-weight: 900;
  line-height: 0.9;
}

.aznf-stat__label {
  font-size: 0.78rem;
  font-weight: 800;
  margin-top: 12px;
  text-transform: uppercase;
}

.aznf-rule {
  background: var(--aznf-coral);
  border: 0;
  height: 5px;
  margin: 24px 0;
  width: 72px;
}

/* Optional FAQ markup powered by all-zilla-custom.js. */

.aznf-faq {
  border-top: 1px solid var(--aznf-line);
}

.aznf-faq__item {
  border-bottom: 1px solid var(--aznf-line);
}

.aznf-faq__button {
  align-items: center;
  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  display: flex;
  font: inherit;
  font-weight: 800;
  gap: 24px;
  justify-content: space-between;
  padding: 24px 0;
  text-align: left;
  width: 100%;
}

.aznf-faq__button::after {
  color: var(--aznf-coral);
  content: '+';
  flex: 0 0 auto;
  font-size: 1.75rem;
  line-height: 1;
  transition: transform var(--aznf-transition);
}

.aznf-faq__button[aria-expanded='true']::after {
  transform: rotate(45deg);
}

.aznf-faq__panel {
  padding: 0 0 24px;
}

.aznf-faq__panel[hidden] {
  display: none;
}

/* Optional reveal. Content stays visible when JavaScript is unavailable. */

.aznf-js [data-aznf-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 600ms ease, transform 600ms ease;
}

.aznf-js [data-aznf-reveal].is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 767px) {
  .aznf-display :where(h1, h2),
  :where(h1, h2).aznf-display {
    font-size: clamp(2.65rem, 15vw, 4.6rem);
  }

  .aznf-button--mobile-full .elementor-button,
  .elementor-button.aznf-button--mobile-full,
  a.aznf-button--mobile-full {
    width: 100%;
  }

  .aznf-card {
    padding: 24px;
  }

  .aznf-hero {
    min-height: 0;
    padding-top: 30px;
  }

  .aznf-hero::after {
    display: none;
  }

  .aznf-hero__grid {
    gap: 24px;
    grid-template-columns: 1fr;
  }

  .aznf-hero__copy .elementor-heading-title {
    max-width: 8ch;
  }

  .aznf-hero__visual {
    min-height: 300px;
  }

  .aznf-hero__mascot img {
    max-height: 340px;
    width: min(88vw, 350px);
  }

  .aznf-hero__note {
    bottom: 2%;
    left: 0;
    max-width: 150px;
  }

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

  .aznf-path {
    min-height: 190px;
    padding: 20px 16px;
  }

  .aznf-path::after {
    right: 16px;
    top: 16px;
  }

  .aznf-path__title,
  .aznf-path__title .elementor-heading-title {
    font-size: clamp(1.1rem, 6vw, 1.45rem);
  }

  .aznf-proof-grid {
    grid-template-columns: 1fr;
  }

  .aznf-proof {
    min-height: 210px;
  }
}

/* Remove Elementor's outer page gutter so content meets header and footer. */
.aznf-flush-page,
.e-con.aznf-flush-page {
  --container-default-padding-top: 0px;
  --container-default-padding-right: 0px;
  --container-default-padding-bottom: 0px;
  --container-default-padding-left: 0px;
  --padding-top: 0px;
  --padding-right: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  gap: 0 !important;
  margin: 0 !important;
  max-width: none !important;
  padding: 0 !important;
  width: 100% !important;
}

.aznf-flush-page > .e-con-inner {
  gap: 0 !important;
  margin: 0 !important;
  max-width: none !important;
  padding: 0 !important;
  width: 100% !important;
}

.aznf-flush-page > .elementor-widget-html,
.aznf-flush-page > .elementor-widget-html > .elementor-widget-container {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}

/* Let the Privacy Policy masthead escape Astra's centred content wrapper. */
.aznf-policy__hero,
.aznf-policy__meta {
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  width: 100vw !important;
}

@media (max-width: 860px) {
  .aznf-policy {
    min-width: 0 !important;
    overflow: visible !important;
  }

  .aznf-policy__hero,
  .aznf-policy__meta {
    left: 50% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: none !important;
    position: relative !important;
    transform: translateX(-50%) !important;
    width: 100vw !important;
  }

  .aznf-policy__hero h1 {
    font-size: clamp(38px, 11.5vw, 58px) !important;
    line-height: 0.9 !important;
    max-width: 100% !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .aznf-policy__hero p,
  .aznf-policy__meta span {
    max-width: 100% !important;
    overflow-wrap: anywhere;
  }

  .aznf-policy__meta {
    align-items: start;
    display: grid !important;
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .aznf-site *,
  .aznf-site *::before,
  .aznf-site *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .aznf-js [data-aznf-reveal] {
    opacity: 1;
    transform: none;
  }

  .aznf-signal__track {
    animation: none;
  }

  .aznf-hero__mascot img {
    filter: none;
  }
}

/* Astra Header Builder navigation, matched to the AZNF visual system. */
#masthead .ast-primary-header-bar {
  background: #fff3df !important;
  border-bottom: 2px solid #062f59;
}

#masthead #ast-desktop-header .main-header-menu > .menu-item > .menu-link {
  color: #071f3f !important;
  font-family: "Arial Black", Arial, Helvetica, sans-serif !important;
  font-size: 16px !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  padding-inline: 17px !important;
  text-transform: uppercase !important;
}

#masthead #ast-desktop-header .main-header-menu > .menu-item > .menu-link:hover,
#masthead #ast-desktop-header .main-header-menu > .menu-item > .menu-link:focus-visible,
#masthead #ast-desktop-header .main-header-menu > .current-menu-item > .menu-link,
#masthead #ast-desktop-header .main-header-menu > .current-menu-ancestor > .menu-link {
  color: #ff5955 !important;
}

#masthead #ast-desktop-header .main-header-menu .sub-menu {
  background: #fff3df !important;
  border: 2px solid #062f59 !important;
}

#masthead #ast-desktop-header .main-header-menu .sub-menu .menu-link {
  color: #071f3f !important;
  font-family: "Arial Black", Arial, Helvetica, sans-serif !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
}

#masthead #ast-desktop-header .main-header-menu .sub-menu .menu-link:hover,
#masthead #ast-desktop-header .main-header-menu .sub-menu .menu-link:focus-visible {
  background: #dcecf1 !important;
  color: #ff5955 !important;
}

#masthead .main-header-menu-toggle {
  background: #ff5955 !important;
  border: 2px solid #062f59 !important;
  color: #062f59 !important;
}

#masthead #ast-mobile-site-navigation .main-header-menu {
  background: #fff3df !important;
  border-top: 2px solid #062f59;
}

#masthead #ast-mobile-site-navigation .menu-link {
  color: #071f3f !important;
  font-family: "Arial Black", Arial, Helvetica, sans-serif !important;
  font-size: 17px !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  padding: 15px 20px !important;
  text-transform: uppercase !important;
}

#masthead #ast-mobile-site-navigation .menu-link:hover,
#masthead #ast-mobile-site-navigation .menu-link:focus-visible {
  background: #dcecf1 !important;
  color: #ff5955 !important;
}

@media (max-width: 1100px) and (min-width: 922px) {
  #masthead #ast-desktop-header .main-header-menu > .menu-item > .menu-link {
    font-size: 14px !important;
    padding-inline: 10px !important;
  }
}