/*
Theme Name: MzeroA Theme
Description: Child theme of Astra, designed for MzeroA. Uses a combination of shortcodes, injections, and custom post types to achieve the aesthetic you see. Find the theme documentation outlining usage in the Admin Panel > Theme Docs.
Author: Mac Clark
Template: astra
Version: 1.0.6
*/

/* Root mapping */
:root {
    --brand: var(--ast-global-color-0);
    --alt-brand: var(--ast-global-color-1);
    --headings: var(--ast-global-color-2);
    --text: var(--ast-global-color-3);
    --primary-bg: var(--ast-global-color-4);
    --secondary-bg: var(--ast-global-color-5);
    --alt-bg: var(--ast-global-color-6);
    --subtle-bg: var(--ast-global-color-7);
    --other: var(--ast-global-color-8);
    --bp-sm: 576px;
	--bp-md: 768px;
	--bp-lg: 992px;
	--bp-xl: 1200px;
	--bp-xxl: 1400px;
}

/* Typography */
body {
    font-family: 'Graphik';
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Cera Pro';
    text-transform: uppercase;
}

aside[data-section="sidebar-widgets-header-widget-2"] section p {
	margin-bottom: auto;
}

.needs-z {
	z-index: 98 !important;
}

.red-under {
	color: red;
}

.green-under {
	color: green;
}

.red-under, .green-under {
	border-bottom: 2px solid;
}

.is-style-outline a:hover {
	background: var(--primary-bg) !important;
	color: var(--headings) !important;
}

.custom-full {
	position: relative;
  width: 100vw !important;
  max-width: none !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
	overflow: visible !important;
}

.thin-text {
	font-weight: 400 !important;
}

details h3 {
	color: var(--primary-bg) !important;
	font-weight: 400 !important;
}

.centered {
	display: flex;
	justify-content: center;
}

.nav-icon {
	margin: 1rem;
}

/* Container & positioning */
.mzeroa-hero {
  position: relative;
  width: 100vw;
  margin: 0;
  padding: 3rem 0;
}

/* Full‐cover background + fade */
.mzeroa-hero__bg {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-size: cover;
  background-position: top;
  z-index: 1;
}
.mzeroa-hero__overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: linear-gradient(rgba(0,0,0,0.1) 40%, rgba(255,255,255,1) 90%);
		background-color: rgba(0,0,0, 0.1);
  z-index: 2;
}

/* Main heading + plane row */
.mzeroa-hero__content {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4rem 1rem 0;
  z-index: 3;
}

.mzeroa-hero__text {
	flex: 1 1 75%;
	max-width: 97%;
	padding: 0 2rem;
}

.mzeroa-hero__text h1 {
  color: #fff;
  line-height: 1.2;
	font-weight: 500;
	text-shadow: 1px 1px 2px rgba(0,0,0, 0.5);
}
.mzeroa-hero__text p {
  color: #fff;
  margin-top: .5rem;
  font-size: 1.5rem;
	text-shadow: 1px 1px 1px rgba(0,0,0, 0.25);
}
.mzeroa-hero__plane {
	position: absolute;
	max-width: 60%;
	top: -16%;
	right: -31%;
  height: auto;
  z-index: 3;
}

/* Drone decoration */
.mzeroa-hero__drone {
  position: absolute;
  z-index: 3;
  width: 18%;
  left: 8%;
  bottom: 6%;
  transform: rotate(-5deg);
}

/* Icons row */
.mzeroa-hero__icons {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 4rem;
  z-index: 5;
}
.mzeroa-hero__icon {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mzeroa-hero__icon span {
  margin-top: .5rem;
  font-size: .875rem;
  color: #004e7c;
}

@media only screen and (max-width: 768px) {
	.mzeroa-hero__plane {
		right: 0;
		top: 0;
	}
	.mzeroa-hero__drone {
		width: 40%;
		top: 67%;
	}
	.mzeroa-hero {
		text-align: center;
	}
	.mzeroa-hero__icon img {
		width: 60px !important;
	}
	.mzeroa-hero__icon .mza-icon-planeDark img {
		width: 80px !important;
	}
	.mzeroa-hero__icon {
			justify-content: space-between;
	}
}

.quiz-banner {
	border-bottom: 1px solid white;
}

.home-italic-h2 {
	font-weight: 400 !important;
	color: var(--brand) !important;
	font-style: italic;
}

.home-italic-h3 {
	font-weight: 400 !important;
	color: var(--brand) !important;
	font-style: italic;
}

.nm-hero-cover {
  position: relative;
  overflow: hidden;
	height: 60vh;
}

.nm-hero-cover .wp-block-cover__image-background {
  z-index: 1;
  opacity: 1 !important;
}

.nm-hero-cover .wp-block-cover__background.has-background-dim {
  z-index: 2;
  background-color: transparent !important;
  opacity: 1 !important;
  background-image:
    linear-gradient(
      to bottom,
      rgba(255,255,255,0)   50%,
      rgba(255,255,255,1) 100%
    ) !important;
  background-repeat: no-repeat;
}

.nm-hero-cover .wp-block-cover__inner-container {
  position: relative;
  z-index: 3;
}

.nm-hero-card {
	position: relative;
	margin: -10rem auto 5rem auto;
	z-index: 9 !important;
	max-width: 80%;
}

/* --- Sticky Header --- */
@media (min-width: 768px) {
	.ast-main-header-wrap {
		transition: all 0.3s ease-in-out;
	}
	.ast-main-header-wrap.is-sticky {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index:  999 !important;
		overflow: hidden;
		box-sizing: border-box;
		height: 100px !important;
	}
  .ast-main-header-wrap.is-sticky .ast-primary-header-bar {
    height: 100px !important;
    padding: 0 !important;
    box-sizing: border-box !important;
  }
  .ast-main-header-wrap.is-sticky .site-primary-header-wrap {
    height: 100px !important;
    padding: 0 !important;
    box-sizing: border-box !important;
		margin: 0 auto !important;
  }
  .ast-main-header-wrap.is-sticky .ast-builder-grid-row {
    display: flex !important;
    align-items: center !important;
		justify-content: center;
    height: 100% !important;
  }
	.header-spacer {
		width: 100%;
		display: block;
		pointer-events: none;
		visibility: hidden;
	}
	.ast-main-header-wrap.is-sticky .site-logo-img img {
		transform: scale(0.65);
	}
  .ast-main-header-bar.is-sticky,
  .ast-primary-header-bar.is-sticky,
  .site-primary-header-wrap.is-sticky {
    display: flex !important;
    align-items: center !important;
    height: 100% !important;
  }

  .ast-main-header-wrap.is-sticky .custom-logo-link img {
    max-height: 100px !important;
    width: auto !important;
  }
  .ast-main-header-wrap.is-sticky .main-header-menu > li > a {
    padding-top:    0 !important;
    padding-bottom: 0 !important;
    line-height:    100px !important;
  }
}

@keyframes jiggle {
  0%,100%   { transform: rotate(0deg); }
  25%       { transform: rotate(-1deg); }
  75%       { transform: rotate(1deg); }
}

.mzeroa-hero {
  transition: filter .3s ease;
}

.mzeroa-hero.animate-plane .mzeroa-hero__plane {
  animation: jiggle 0.8s ease-in-out infinite;
  filter: brightness(1.111) contrast(1.3) saturate(1.2);
  z-index: 4;
}

.mzeroa-hero.animate-drone .mzeroa-hero__drone {
  animation: jiggle .6s ease-in-out infinite;
  filter: brightness(1.111) contrast(1.3) saturate(1.2);
  z-index: 4;
}

.nm-page-header {
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.slanted-hero {
	position: relative;
  background: var(--primary-bg);
	margin-top: -15rem;
  text-align: center;
	padding: 10rem 0 8rem;
	width: 100vw !important;
  max-width: none !important;
  margin-left:  calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  overflow: visible !important;
}

.slanted-hero::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%;
	height: 100%;
  background: var(--brand);
  clip-path: polygon(
    0 30%,
    100% 50%,
    100% 100%, 
    0 100%
  );
  z-index: 0;
}

.slanted-hero::after {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%;
	height: 100%;
  background: #fff;
  clip-path: polygon(
    0 0,
    100% 0,
    100% 50%,
    0 30%
  );
  z-index: 2;
}

.slanted-hero__images {
  position: relative;
  width: 70%;
  margin-left: auto;
	margin-top: -10rem;
}

.slanted-hero__photo {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  mask-image: 
    linear-gradient(to right, transparent 0%, black 40%, black 100%),
    linear-gradient(to top,   transparent 0%, black 40%, black 100%);
  mask-mode: intersect;
  /* WebKit fallback: */
  -webkit-mask-image: 
    linear-gradient(to right, transparent 0%, black 40%, black 100%),
    linear-gradient(to top,   transparent 0%, black 40%, black 100%);
  -webkit-mask-composite: source-in;
}

.slanted-hero__plane {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: auto;
  z-index: 10;
}

.slanted-hero__trusted {
	position: absolute;
  top: 65%;              
  left: 30%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 4;
  text-align: center;
}

.slanted-hero__trust-title {
	padding-bottom: 3rem;
	color: var(--primary-bg) !important;
}

.trusted-list {
  display: flex;
  justify-content: center;
  gap: 3rem;
  flex-wrap: wrap;
}

.trusted-list img {
	max-height: 8rem;
	object-fit: contain;
}

@media only screen and (max-width: 992px) {
  .slanted-hero__images {
    width: 100% !important;
    margin: 0 auto 1.5rem auto !important;
    top: auto !important;
  }

  .slanted-hero__plane {
    width: 100% !important;
    z-index: 10;
  }

  .slanted-hero__trusted {
    top: auto !important;
    left: auto !important;
    transform: none !important;
    width: 100% !important;
    margin: -5rem auto;
    text-align: center;
    z-index: 4;
  }
	
	.slanted-hero__trust-title {
		padding-bottom: 0;
		color: var(--primary-bg) !important;
	}

  .slanted-hero__trusted .trusted-list {
    gap: 1rem;
  }
	
	.trusted-list img {
		max-height: 5rem;
		object-fit: contain;
	}
}

.feature-cards {
  position: relative;
  margin-top: -6rem;
  z-index: 5;
  overflow: visible;
  padding: 0 1rem 4rem;
}

.feature-cards__inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2rem;
  max-width: 1200px;   
  margin: 0 auto;
}

.feature-card {
  background: var(--primary-bg);
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.1);
  padding: 3rem 2rem;
  text-align: center;
}


.feature-card img {
  display: block;
  margin: 0 auto 1rem;
  max-height: 3rem;
}

.feature-card h3 {
	padding-top: 1rem;
  margin: 0 0 0.5rem;
  font-size: 1.25rem;
}

.feature-card p {
  margin: 0;
  color: var(--text);
  line-height: 1.4;
}

/* Make the cover span the full viewport */
.team-camo-tiles {
  position: relative !important;
  width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
	margin-right: calc(50% - 50vw) !important;
	overflow: visible !important;
	margin-top: -30rem;
}

.team-camo-tiles img {
  display: block !important;
  width: 125vw !important;
  max-width: none !important;
	margin-left: -12vw !important;
  height: auto !important;
  object-fit: cover !important;
	transform: scale(0.8) !important;
  transform-origin: center top !important;
	  mask-image: linear-gradient(
    to bottom,
    black 80%,
    transparent 100%
  );
  -webkit-mask-image: linear-gradient(
    to bottom,
    black 80%,
    transparent 100%
  );
}

#post-22 > div > p.needs-z {
	position: relative !important;
}

.about-hero {
  position: relative;
  min-height: 65vh;
  width: 100vw !important;
  max-width: none !important;
  margin-left:  calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  overflow: visible !important;
}

.about-hero__video {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.about-hero__video iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-hero__cutout {
  position: absolute;
  bottom: -40%;         
  left: 0;
  width: 25%;
  max-width: 400px;
  height: auto;
  pointer-events: none;
	z-index: 1;
}

.slanted-cover {
  position: relative;
  overflow: visible;
  margin-top: -4rem;  
}

.wp-block-cover.alignfull.slanted-cover
  .wp-block-cover__background {
	clip-path: polygon(0 10%, 100% 0, 100% 100%, 0% 100%);
		margin-top: -1rem;
}

.mzeroa-features {
  position: relative;
	width: 100vw !important;
  max-width: none !important;
  margin-left:  calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  overflow: visible !important;
  padding: 6rem 1rem 4rem;
	background:
    linear-gradient(
      to bottom,
      var(--brand) 0%,
      rgba(255,255,255,0.3) 50%
    ),
    linear-gradient(
      to top,
      var(--primary-bg) 15%,
      rgba(255,255,255,0.3) 50%
    ), url('/wp-content/uploads/2025/07/pexels-pixabay-531756.jpg')
      center/cover no-repeat;
}

.mzeroa-container {
	max-width: 1200px !important;
  margin: 0 auto;
  text-align: center;
}

.mzeroa-features__title {
  font-style: italic;
  margin-bottom: 3rem;
	color: var(--primary-bg) !important;
	text-align: center;
}

.mzeroa-features__cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  margin-bottom: 4rem;
}

.mzeroa-card {
  background: var(--primary-bg);
  padding: 3rem 2rem;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  text-align: center;
  color: var(--text);
	display: flex;
	justify-content: space-around;
	align-items: center;
	gap: 1rem;
}

.mzeroa-card__number {
  font-size: 6rem;
  color: var(--brand);
	font-weight: 500;
  margin-bottom: 1rem;
}

.mzeroa-card__text {
  font-size: 1rem;
  line-height: 1.5;
}

.mzeroa-features__images {
  position: absolute;
  pointer-events: none;
  width: 100%;
}

.mzeroa-features__plane {
  position: absolute;
  left: 3%;
	top: 15vh;
  max-width: 700px;
  width: 50%;
}
.mzeroa-features__drone {
  position: absolute;
  top: -16rem;
  right: 2rem;
  max-width: 300px;
  width: 30%;
}

.mzeroa-features__subhead {
  font-size: 1.75rem;
  color: var(--brand) !important;
  margin-top: 6rem;
  margin-bottom: 1rem;
	text-align: center;

}

.mzeroa-features__promise {
  max-width: 800px;
  margin: 0 auto;
  color: var(--headings) !important;
  line-height: 1.6;
	text-align: center;
}
.mzeroa-features__promise p {
  margin-bottom: 1rem;
	font-size: 18px;
}
.mzeroa-features__promise strong {
  font-weight: 600;
}

@media only screen and (max-width: 768px) {
	.wp-block-cover.alignfull.slanted-cover
  .wp-block-cover__background {
		clip-path: polygon(0 1%, 100% 0, 100% 100%, 0% 100%);
		margin-top: 1rem;
	}
	.about-hero__cutout {
		top: 70%;
		width: 40%;
	}
	.mzeroa-features__plane {
		top: -5vh;
	}
}

.manned-hero {
  position: relative;
  width: 100vw !important;
  max-width: none !important;
  min-height: 70vh !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  overflow: visible !important;
  padding: 8rem 1rem 4rem;
  --plane-x: 50%;
  --plane-y: 25%;
  background: 
		linear-gradient(
      to bottom,
			rgba(38, 88, 151, 1) 0%,
      rgba(255,255,255,0.3) 90%,
      var(--primary-bg) 100%
    ),
url('/wp-content/uploads/2025/07/Copy-of-DSC00036-scaled.png') var(--plane-x) var(--plane-y) / 100% no-repeat;
  color: var(--primary-bg);
}

.manned-hero__inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.manned-hero__title {
	font-weight: 500 !important;
	color: var(--primary-bg) !important;
  line-height: 1.1;
  text-transform: uppercase;
  margin: -3rem 0 0;
		text-shadow: 1px 1px rgba(0,0,0, 0.3);
}
.manned-hero__title--alt {
  font-style: italic;
	font-weight: bold;
  display: block;
	margin-top: -1rem;
}

.manned-hero__subtitle {
  max-width: 500px;
  margin-left: auto;
  font-size: 1.125rem;
  line-height: 1.5;
	text-shadow: 1px 1px rgba(0,0,0, 0.3);
}

.manned-hero__plane {
  position: absolute;
  left: var(--plane-x);
  top: var(--plane-y);
  transform: translatex(-50%);
  width: 100%;
  pointer-events: none;
  z-index: 1;
}

.manned-features {
  position: relative;
  width: 100vw !important;
  max-width: none !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
	overflow: visible !important;
  padding: 4rem 1rem 2rem;
  background:
    linear-gradient(to bottom, var(--primary-bg) 0%, rgba(255,255,255,0.4) 60%),
    linear-gradient(to bottom, rgba(255,255,255,0) 70%, #fff 100%),
		    url('/wp-content/uploads/2025/07/baharul-islam-peWdaDrZR-U-unsplash-1.png') center/cover no-repeat;
}

.manned-features__cards {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-bottom: 4rem;
	width: 80%;
	margin: 0 auto;
}

.manned-feature-card {
  background: #fff;
  padding: 2.5rem 1.5rem;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  display: flex;
	flex-direction: row;
  gap: 1rem;
  align-items: center;
	justify-items: center;
}

.manned-feature-card p {
	margin-bottom: auto;
	font-size: 18px;
}

.manned-feature-card__icon {
  flex: 0 0 60px;
  width: 60px;
  height: auto;
}

.manned-features__content {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
	padding: 3rem 0;
}

.manned-features__content h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: var(--brand);
}

.manned-features__content p {
	color: var(--other);
  line-height: 1.6;
	font-size: 20px;
  margin-bottom: 1.5rem;
	font-weight: 400;
	text-align: left;
	text-shadow: 1px 1px rgba(255,255,255,0.5);
}

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

.manned-features__graphic {
	width: 80%;
	height: auto;
	padding-bottom: 2rem;
}

.btn-light {
	padding: 1rem;
	text-decoration: none !important;
	&:hover {
		color: var(--primary-bg);
		background: var(--brand);
	}
}

.drone-hero {
  padding: 6rem 1rem 4rem;
  min-height: 70vh;
  background:
    linear-gradient(to bottom, rgba(38, 88, 151, 0.8) 20%, var(--primary-bg) 100%),
    url('/wp-content/uploads/2025/07/Edited_Full-scaled-e1751393778366.png') left top/cover no-repeat;
  color: var(--primary-bg);
}

.drone-hero__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  text-align: center;
  position: relative;
  z-index: 2;
		text-shadow: 1px 1px rgba(0,0,0,0.3);
}

.drone-hero__title {
  font-weight: 500 !important;
  line-height: 1.5 !important;
  margin: -2rem 0 1rem;
	color: #fff !important;
}

.drone-hero__title--alt {
  font-style: italic;
	font-weight: 600 !important;
}

.drone-hero__subtitle {
  line-height: 1.5;
	text-align: left;
	margin-left: 5rem;
}

.drone-hero__drone {
  position: absolute;
  top: 15%;
  right: -10rem;
  transform: translateY(-10%);
  width: 85%;
  pointer-events: none;
  z-index: 3;
}

@media only screen and (max-width: 768px) {
	.drone-hero__drone {
		top: 35%;
	}
	.drone-hero {
		padding-bottom: 0 !important;
		min-height: 50vh;
	}
}

@media only screen and (max-width: 500px) {
	.drone-hero__drone {
		top: 75%;
		right: 0;
		width: 100%;
	}
	.drone-hero__subtitle {
		margin: 0 auto;
		color: var(--headings);
		text-shadow: none;
	}
}

.drones-stats-section {
  padding: 6rem 1rem 4rem;
  background:
    linear-gradient(to bottom, #fff 0%, rgba(255,255,255,0) 25%),
    linear-gradient(to bottom, rgba(0,0,0,0) 75%, var(--brand) 100%),
		url('/wp-content/uploads/2025/07/Copy-of-Schappert_Plane_5-scaled-e1751461883968.jpg') center/cover no-repeat;
}

.drones-stats__inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.drones-stats__title {
  font-weight: 500 !important;
	font-style: italic;
  color: var(--brand) !important;
  margin-bottom: 3rem !important;
}

#drones-stats-count {
	font-weight: 700;
	display: inline-block;
  min-width: 6ch;
	text-align: right;
}

.drones-stats__cards {
  display: flex;
	flex-direction: column;
  gap: 2rem;
	justify-content: center;
	margin: 0 auto;
}

.drones-stats-card {
  background: #fff;
  display: flex;
	align-items: center;
	justify-content: center;
  gap: 1.5rem;
  padding: 2rem;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.drones-stats-card p {
	margin: 0 auto;
	font-size: 18px
}

.drones-stats-card__number {
  font-size: 4rem;
  font-weight: bold;
  color: var(--brand);
  flex: 0 0 auto;
}

.drones-stats-card__copy {
  flex: 1;
  text-align: left;
  line-height: 1.6;
}

.drones-included-section {
  padding: 4rem 1rem 10rem;
  background: linear-gradient(
    to bottom,
    var(--brand) 0%,
    var(--brand) 75%,
    #fff 100%
  );
}

.drones-included__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 1200px;
  margin: 0 auto;
  align-items: center;
}

.drones-included__media {
  display: flex;
  justify-content: center;
}

.drones-included__image {
  width: 80%;
	margin-left: 6rem;
}

.drones-included__content {
  color: #fff;
}

.drones-included__title {
  font-size: 2rem;
  margin-bottom: 2rem !important;
	margin-left: 2rem;
  color: #fff !important;
}

.drones-included__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.drones-included__item {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}

.drones-included__icon {
  flex: 0 0 32px;
  width: 32px;
  height: auto;
  margin-right: 1rem;
}

.drones-included__text {
  font-size: 18px;
  color: #fff;
}

.trial-hero {
  padding: 5rem 1rem 6rem;
  min-height: 70vh;
  background:
    linear-gradient(to bottom, rgb(38,88,151, 0.3) 8%, var(--brand) 100%),
    url('/wp-content/uploads/2025/07/pexels-sharn07jot-5310841-scaled.png') center top/cover no-repeat;
  color: #fff;
}

.trial-hero__inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
	text-shadow: 1px 1px rgba(0,0,0,0.3);
}

.trial-hero__title {
  font-size: 2.75rem !important;
  font-weight: 600 !important;
	color: var(--primary-bg) !important;
  text-transform: uppercase;
  line-height: 1.1;
  margin-bottom: 1rem;
}

.trial-hero__subtitle {
  font-style: italic;
  display: block;
  font-size: 2.25rem;
  margin-top: 0.25rem;
}

.trial-hero__copy {
  font-size: 18px;
  line-height: 1.6;
  margin: 1.5rem 0;
}

.trial-hero__plane {
  position: absolute;
  bottom: -10vh;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  pointer-events: none;
  z-index: 3;
}

.trial-reasons {
  padding: 0 1rem 6rem;
  background: linear-gradient(to bottom, var(--brand) 30%, #fff 100%);
}

.trial-reasons__inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.trial-reasons__title {
  font-size: 2rem !important;
  font-weight: 700 !important;
  color: #fff !important;
  margin-bottom: 0.5rem;
}

.trial-reasons__subtitle {
  font-size: 1.25rem;
  color: #fff !important;
	text-transform: uppercase;
  margin-bottom: 3rem !important;
}

.trial-reasons__cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
}

.trial-reasons__card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  padding: 2rem 1.5rem;
  text-align: left;
}

.trial-reasons__icon {
  display: block;
  margin: 0 auto 1rem;
  width: 48px;
  height: auto;
}

.trial-reasons__heading {
  font-size: 1.25rem !important;
  font-weight: 600 !important;
  color: var(--brand) !important;
  margin-bottom: 1rem;
	text-align: center;
}

.trial-reasons__text {
  font-size: 18px;
  line-height: 1.6;
}

.edu-hero {
  background: var(--brand);
  color: #fff;
  padding: 0 1rem 4rem;
  text-align: center;
}

.edu-hero__top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 4rem 2rem 6rem;
  background: linear-gradient(to right, rgba(76,147,205, 1) 0%, rgba(76,147,205, 0) 70%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
  overflow: hidden;
}

.edu-hero__top-left,
.edu-hero__top-right {
  position: relative;
  z-index: 2;
}

.edu-hero__top-left {
  flex: 1 1 45%;
  min-width: 280px;
  padding-right: 2rem;
}

.edu-hero__top-right {
  flex: 1 1 45%;
  min-width: 280px;
}

.edu-hero__title {
  font-weight: 500 !important;
	text-align: left;
  color: #fff !important;
  line-height: 1.6;
  padding-left: 4rem;
}

.edu-hero__copy {
	text-align: left;
  line-height: 1.6;
  color: #fff;
  margin-bottom: 1.5rem;
	padding-right: 4rem;
}

.edu-hero__plane {
  position: absolute;
  top: -5rem; right: 0;
  width: 75%;
  height: auto;
  z-index: 10;
}

.edu-hero__trusted {
	width: 50%;
}

/* Tablet: stack left/right panels, remove slant */
@media only screen and (max-width: 1025px) {
	.edu-hero__plane {
    width: 65%;
    top: 20vh;
  }
}

@media only screen and (max-width: 576px) {
  .edu-hero {
    padding-bottom: 2rem;
  }
  .edu-hero__title {
		padding: 0;
		text-align: center;

  }
  .edu-hero__copy {
    font-size: 1rem;
		text-align: center;
  }
  .edu-hero__plane {
    width: 75%;
    top: 35vh;
  }
	.edu-hero__trusted {
		width: 100%;
		padding-top: 4rem;
		margin-bottom: 0;
	}
}


.edu-slider {
  position: relative;
  max-width: 800px;
  margin: 0 auto 4rem;
}
.edu-slider__viewport {
  overflow: hidden;
}
.edu-slider__track {
  display: flex;
  transition: transform 0.4s ease;
}
.edu-slider__slide {
  flex: 0 0 100%;
  box-sizing: border-box;
  padding: 2rem 1.5rem;
  background: var(--primary-bg);
  color: var(--headings);
  text-align: center;
  border-radius: 8px;
}
.edu-slider__slide h3 {
  margin-top: 0;
	color: var(--brand) !important;
}
.edu-slider__slide p {
	font-size: 18px;
		margin: 0 auto;
}
.edu-slider__dots {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1rem;
}
.edu-slider__dot {
  width: 0.75rem;
  height: 0.75rem;
  background: #ccc;
  border: none;
  border-radius: 50%;
  padding: 0;
  cursor: pointer;
}
.edu-slider__dot.active {
  background: var(--brand);
}

.edu-courses {
  position: relative;
  width: 100vw;
  max-width: none;
  margin: 0 calc(50% - 50vw);
  padding: 8rem 1rem 6rem;
  background:
    linear-gradient(to bottom, var(--brand) 6%, rgba(255,255,255, 0.3) 50%),
    linear-gradient(to bottom, rgba(255,255,255,0.1) 50%, #fff 100%),     url('/wp-content/uploads/2025/07/Transparent-Clouds-Pic.png')
      center/cover no-repeat;
  color: var(--headings);
}

.edu-courses__inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
	padding-top: 15rem;
}

.edu-courses__title {
  font-weight: 700;
  color: var(--headings) !important;
  margin-bottom: 0.5rem;
	text-shadow: 1px 1px 4px rgba(255,255,255,0.3);
}

.edu-courses__subtitle {
  font-size: 1.125rem;
  margin-bottom: 4rem !important;
  color: var(--headings) !important;
	margin: 0 auto;
	text-shadow: 1px 1px 4px rgba(255,255,255,0.3);
}

.edu-courses__graphics {
  display: grid;
  gap: 3rem;
  margin-bottom: 3rem;
}

.edu-courses__timeline {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.edu-courses__icon {
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
}

.edu-courses__line {
  position: relative;
	width: 100%;
  height: 3px;
  background: rgba(255,255,255,0.6);
}

.edu-courses__line--short {
  width: 30% !important;
  margin: 0;
}

.edu-courses__marker {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.edu-courses__timeline:first-of-type .edu-courses__marker:nth-of-type(1) { left: 10% !important; }
.edu-courses__timeline:first-of-type .edu-courses__marker:nth-of-type(2) { left: 30% !important; }
.edu-courses__timeline:first-of-type .edu-courses__marker:nth-of-type(3) { left: 50% !important; }
.edu-courses__timeline:first-of-type .edu-courses__marker:nth-of-type(4) { left: 75% !important; }
.edu-courses__timeline:first-of-type .edu-courses__marker:nth-of-type(5) { left: 85% !important; }

.edu-courses__timeline:last-of-type .edu-courses__marker {
  left: 50% !important;
}

.edu-courses__dot {
  display: block;
  width: 10px;
  height: 10px;
  background: var(--brand);
  border-radius: 50%;
  margin: 0 auto;
}

.edu-courses__label {
  display: block;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255,255,255,0.9);
  color: var(--brand);
  padding: 0.5rem 0.75rem;
  border-radius: 4px;
  white-space: nowrap;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
}

.edu-courses__footer {
  font-size: 1rem;
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto;
}

.edu-courses__timeline:first-of-type .edu-courses__line {
  position: relative;
}

.edu-courses__callout-wrapper {
  position: absolute;
  top: calc(100% + 10px); 
  left: 0;
  width: 100%;
  height: 0;
}

.edu-courses__callout-label {
  position: absolute;
  left: 80%;
  transform: translateX(-50%);
  background: rgba(255,255,255,0.9);
  color: var(--brand);
  padding: 0.5rem 1rem;
  border-radius: 4px;
  font-size: 0.875rem;
  white-space: nowrap;
  z-index: 2;
}

@media only screen and (max-width: 768px) {
	.edu-courses, .edu-courses__inner {
		padding-top: 1rem !important;
	}
}

/* Hidden by default via the [hidden] attribute—you shouldn’t need to override this */
.bio-modal-overlay[hidden] {
  display: none !important;
}

/* Only when hidden is removed do we flex-center the modal */
.bio-modal-overlay:not([hidden]) {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

/* Modal window: centered white card */
.bio-modal-window {
  background: #fff;
  border-radius: 8px;
  max-width: 80%;
  max-height: 90vh;
  overflow-y: auto;
  padding: 2rem;
  position: relative;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

/* Close button: top‐right “X” */
.bio-modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
  border: none;
  font-size: 1.75rem;
  line-height: 1;
  cursor: pointer;
  color: #333;
}

.bio-modal-content {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
}

.bio-modal-text-group {
  flex: 1 1 0;
  min-width: 0;
}

.bio-modal-image-group {
  flex: 0 0 400px;
}
.bio-modal-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}

.bio-modal-name,
.bio-modal-title,
.bio-modal-text {
  order: 1;
  flex: 1 1 auto;
}

.bio-modal-title {
	font-style: italic;
}

.bio-modal-name {
	color: var(--brand) !important;
}

.bio-modal-img {
  order: 2;
  flex: 0 0 40%;
  max-width: 300px;
  width: 100%;
  height: auto;
  margin: 0;
  border-radius: 4px;
}

@media only screen and (max-width: 600px) {
  .bio-modal-content {
    flex-direction: column;
    gap: 1rem;
  }
  .bio-modal-img {
    order: 0;
    width: 80%;
    margin: 0 auto;
  }
  .contact‐grid {
	display: flex !important;
	flex-direction: column !important;
  }
}

/* Shop */
.shop-courses h2,
.shop-books h2,
.shop-guarantee h2 {
	margin: 0 auto;
	color: var(--brand);
	text-align: center;
	padding: 2rem 0;
}

.feature-row.header {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  z-index: 50;               
  transition: opacity .2s ease, transform .2s ease;
  opacity: 1;
  transform: translateY(0);
	background: var(--primary-bg)
}

.subscription-hero {
	padding-bottom: 20rem;
}

.shop-subscriptions.desktop-only {
	margin-top: -4rem;
}

.shop-cta {
	height: 55vh;
}

.nm-condensed-title {
   font-size: 1.125rem !important;
}
.nm-hero-title {
	 font-size: 2.25rem !important;
}
.nm-category-title,
.shop-course-card h3,
.shop-book-card h3{
	 font-size: 1.25rem !important;
}

.shop-gurantee-content {
	margin: 0 auto;
	display: flex;
	justify-content: center;
}

.shop-cta {
	display: flex;
	justify-content: center;
	align-content: center;
}

.shop-cta__inner {
	margin: auto;
}

article.type-post .entry-content p {
	max-width: revert !important;
}

article.type-post .entry-title {
	text-align: center !important;
}

.nm-related-section {
	padding-top: 2rem;
}

.nm-condensed-cta {
	margin-top: auto;
}

.mza-testimonials-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5rem;
  background: #fff;
  pointer-events: none;
  z-index: 2;
}

.trial-popup .mza-wings-btn::before,
.trial-popup .mza-wings-btn::after {
  width: 60%;
  margin: 0 -2.5rem;
}

/* Grid layout for the first four fields */
.contact‐grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

#wpcf7-f1712-p952-o1 > form > div.contact‐grid > p {
	max-width: none !important;
	width: 100% !important;
}

/* Full-width row */
.contact‐grid .full-width {
  grid-column: 1 / -1;
}

/* Label/field basics */
.contact‐grid label {
  display: flex;
  flex-direction: column;
  font-weight: 500;
  color: #fff;
  font-size: 0.9rem;
}

.cf7-text,
.cf7-textarea {
  padding: 1rem !important;
  border: none;
  border-radius: 4px;
  background: rgba(255,255,255,0.8) !important;
  color: #333;
  font-size: 1rem;
  width: 100%;
  box-sizing: border-box;
}

/* Larger textarea */
.cf7-textarea {
  min-height: 8rem;
  resize: vertical;
}

/* Submit button container */
.contact-submit {
  display: flex;
  justify-content: flex-end;
}

.bio-modal a[href="#bio"]:hover {
	color: var(--primary-bg) !important;
	border: 1px solid var(--brand) !important;
	background-color: var(--brand) !important;
}

/* Responsive tweaks */
@media (max-width: 600px) {
  .contact‐grid {
    grid-template-columns: 1fr;
  }
  .contact-submit {
    justify-content: center;
  }
}

@media only screen and (max-width: 700px) {
	.mza-testimonials-wrapper::after {
		height: 0rem !important;
	}
}

@media only screen and (max-width: 992px) {
  .feature-cards__inner {
    grid-template-columns: 1fr !important;
  }
	.team-camo-tiles {
		padding-bottom: 0 !important;
		min-height: 750px !important;
		margin-top: -20rem;
	}
		.mza-testimonials-wrapper::after {
		height: 3rem;
	}
	.trial-hero__plane {
		width: 100%;
		bottom: 0;
	}
}

/* Desktops & up: back to auto-fit */
@media only screen and (min-width: 992px) {
  .feature-cards__inner {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)) !important;
  }
	.team-camo-tiles {
		padding-bottom: 10rem !important;
		min-height: 1107px !important;
	}
}

/* Breakpoint-based Typography & Paragraph Max-Width Adjustments */

/* Small Phones → ≥ 576px */
@media only screen and (min-width: 576px) {
  .entry-content h1, h1 { font-size: 2rem !important; }
  .entry-content h2, h2 { font-size: 1.75rem !important; }
  .entry-content h3, h3 { font-size: 1.5rem !important; }
  .entry-content h4, .entry-content h5, .entry-content h6, h4, h5, h6 { font-size: 1.25rem !important; }
  .entry-content p { font-size: 1rem !important; max-width: 32ch; }
	.desktop-spacer { height: 0; !important; }
}

/* Tablets → ≥ 768px */
@media only screen and (min-width: 768px) {
  .entry-content h1, h1 { font-size: 2.25rem !important; }
  .entry-content h2, h2 { font-size: 2rem !important; }
  .entry-content h3, h3 { font-size: 1.75rem !important; }
  .entry-content h4, .entry-content h5, .entry-content h6, h4, h5, h6 { font-size: 1.25rem !important; }
  .entry-content p { font-size: 1rem !important; max-width: 40ch;}
		.desktop-spacer { height: 5rem; !important; } }
}

/* Small Desktops → ≥ 992px */
@media only screen and (min-width: 992px) {
  .entry-content h1, h1 { font-size: 2.5rem !important; }
  .entry-content h2, h2 { font-size: 2.25rem !important; }
  .entry-content h3, h3 { font-size: 2rem !important; }
  .entry-content h4, .entry-content h5, .entry-content h6, h4, h5, h6 { font-size: 1.25rem !important; }
  .entry-content p { font-size: 1.1rem !important; max-width: 55ch; }
	.desktop-spacer { height: 10rem !important; }
	.trial-popup h3 {
		font-size: 1.5rem !important;
		padding-bottom: 1rem;
	}
}

/* Large Desktops → ≥ 1200px */
@media only screen and (min-width: 1200px) {
  .entry-content h1, h1 { font-size: 2.75rem !important; }
  .entry-content h2, h2 { font-size: 2.5rem !important; }
  .entry-content h3, h3 { font-size: 2.25rem !important; }
  .entry-content h4, .entry-content h5, .entry-content h6, h4, h5, h6 { font-size: 1.25rem !important; }
  .entry-content p { font-size: 1.15rem !important; max-width: 65ch; }
	.desktop-spacer { height: 10rem !important; }
	.small-width {
		max-width: 850px !important;
	}
}

/* Extra-Large Screens → ≥ 1400px */
@media only screen and (min-width: 1400px) {
  .entry-content h1, h1 { font-size: 3rem !important; }
  .entry-content h2, h2 { font-size: 2.5rem !important; }
  .entry-content h3, h3 { font-size: 2rem !important; }
  .entry-content h4, .entry-content h5, .entry-content h6, h4, h5, h6 { font-size: 1.25rem !important; }
  .entry-content p { font-size: 1.2rem !important; max-width: 75ch; }
	.desktop-spacer { height: 30rem !important; }
}