/* NewEzBiz-style mobile home — clean stacked layout (no absolute Homestead overlap) */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
}

body.nz-home {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  background: #fff;
  color: #111;
  line-height: 1.45;
}

.nz-home a {
  color: #0709f6;
}

.nz-wrap {
  max-width: 480px;
  margin: 0 auto;
  padding: 0 12px 72px;
}

/* —— Header / brand —— */
.nz-banner {
  display: block;
  width: 100%;
  margin: 8px auto 0;
  border: 2px solid #1a4bb8;
  border-radius: 12px 12px 0 0;
  overflow: hidden;
  background: #eee;
}

.nz-banner img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 160px;
  object-fit: cover;
  object-position: center;
}

.nz-brand {
  position: relative;
  text-align: center;
  padding: 10px 48px 0;
}

.nz-brand .nz-menu-btn,
.nz-brand--viewer .nz-menu-btn {
  position: absolute;
  right: 4px;
  top: 8px;
  margin: 0;
}

#body-element .nz-brand--viewer {
  position: relative;
  text-align: center;
  padding: 10px 48px 0;
  box-sizing: border-box;
}

#body-element .nz-page-title {
  text-align: center;
  color: #0709f6 !important;
  font-size: clamp(14px, 4.2vw, 24px) !important;
  font-weight: 600 !important;
  margin: 8px 0 14px !important;
  line-height: 1.2;
  white-space: nowrap;
}

#body-element .nz-page-title br {
  display: none;
}

.nz-brand__url,
.nz-brand__url:link,
.nz-brand__url:visited,
.nz-brand__url:hover,
.nz-brand__url:active {
  display: inline-block;
  font-size: 30px;
  font-weight: 500;
  color: #090aec !important;
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.nz-brand__rule {
  display: block;
  width: min(92%, 270px);
  height: 6px;
  margin: 8px auto 10px;
  background: #e60012;
  border: 0;
}
.nz-brand__rule--footer {
  display: block;
  width: min(92%, 190px);
  height: 6px;
  margin: 8px auto 10px;
  background: #e60012;
  border: 0;
}

.nz-phone {
  text-align: center;
  font-size: 1.05rem;
  margin: 0 0 10px;
}

.nz-phone a {
  font-weight: 700;
  text-decoration: none;
}

.nz-menu-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 48px;
  height: 40px;
  margin: 0 auto 10px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.nz-menu-btn span {
  display: block;
  width: 28px;
  height: 3px;
  margin: 0;
  background: #111;
  border-radius: 1px;
}

.nz-tagline {
  text-align: center;
  font-size: 0.98rem;
  margin: 0 0 14px;
  color: #111;
}

/* Social icons — fixed circular row */
.nz-social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  margin: 0 0 0px;
  padding: 0;
  list-style: none;
}

.nz-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.nz-social__google img {
  display: block;
  height: 55px;
  width: auto;
}

.nz-social__circle {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #7ec8c8;
  overflow: hidden;
}

.nz-social__circle img {
  display: block;
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.nz-social__circle--yt {
  background: #7ec8c8;
}

.nz-social__circle--yt img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

/* Red desktop CTA — matches newezbiz.com Homestead button */
.nz-desktop-cta {
  display: block;
  text-align: center;
  background: rgb(75, 82, 218);
  color: #fff !important;
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.35;
  padding: 5px 5px;
  margin: 0 auto 18px;
  max-width: 200px;
  border-radius: 0;
}
.nz-desktop-cta--footer {
  display: block;
  text-align: center;
  /* background: #e60012; */
  background-image: linear-gradient(rgb(250, 24, 24) 0%, rgb(219, 4, 4) 100%);
  color: #fff !important;
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.35;
  padding: 5px 5px;
  margin: 0 auto 18px;
  max-width: 150px;
  border-radius: 0;
}

.nz-desktop-cta:hover,
.nz-desktop-cta:focus {
  filter: brightness(1.06);
  color: #fff !important;
  outline: none;
}

.nz-desktop-cta--bar {
  margin: 0;
  flex: 1;
  font-size: 0.95rem;
  padding: 12px 10px;
  max-width: none;
}

.nz-contact-block {
  text-align: center;
  margin: 0 0 12px;
}

.nz-contact-block p {
  margin: 4px 0;
}

.nz-contact-block .nz-email {
  display: inline-block;
  margin-top: 4px;
  color: #00000045;
  -webkit-text-stroke: 1px #9a9a9a;
  text-stroke: 1px #9a9a9a;
  font-size: 1.35rem;
  font-weight: 400;
  font-family: "Times New Roman", Times, serif;
  text-decoration: none;
  letter-spacing: 0.02em;
}

.nz-page-title {
  text-align: center;
  color: #0709f6;
  font-size: clamp(14px, 4.2vw, 24px);
  font-weight: 600;
  margin: 8px 0 14px;
  line-height: 1.2;
  white-space: nowrap;
}

.nz-page-title br {
  display: none;
}

/* Gallery row */
.nz-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
  margin: 0 0 14px;
}

.nz-gallery img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center;
  border: 1px solid #ccc;
}

.nz-btn-video {
  display: block;
  width: fit-content;
  max-width: 30%;
  margin: 0 auto 14px;
  padding: 5px;
  /* background: rgb(75, 82, 218); */
  background-image: linear-gradient(rgb(250, 24, 24) 0%, rgb(219, 4, 4) 100%);
  color: #fff !important;
  text-decoration: none;
  font-size: 11px;
  font-weight: 500;
  text-align: center;
  border-radius: 0;
}

.nz-brand-midblock {
  text-align: center;
  margin: 0 0 12px;
}

.nz-brand__url--sm {
  font-size: 18px;
}

.nz-services {
  margin: 0;
  color: #090aec;
  font-size: 15px;
  font-weight: 500;
}

.nz-phone-lg {
  text-align: center;
  margin: 0 0 6px;
}

.nz-phone-lg a {
  font-size: 14px;
  font-weight: 500;
  color: #055fe6;
  text-decoration: none;
}

.nz-subhead {
  text-align: center;
  color: #0709f6;
  font-size: 0.98rem;
  margin: 0 0 14px;
  font-weight: 600;
}

.nz-btn-look {
  display: block;
  text-align: center;
  /* background-image: linear-gradient(rgb(250, 24, 24) 0%, rgb(219, 4, 4) 100%); */
  background: rgb(75, 82, 218);
  color: #fff !important;
  text-decoration: none;
  font-weight: 500;
  font-size: 11px;
  line-height: 1.35;
  padding: 5px;
  margin: 0 auto 16px;
  max-width: 120px;
  border-radius: 0;
}

.nz-prose {
  font-size: 0.92rem;
  margin: 0 0 14px;
  text-align: left;
}

.nz-prose p {
  margin: 0 0 12px;
}

.nz-prose .nz-hl {
  /* background: #b8e8e8; */
  color: #64cece;
  padding: 0 2px;
  text-decoration: underline;
}

.nz-prose strong {
  font-weight: 700;
}

/* Building / Owner row */
.nz-split {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 35px;
  align-items: center;
  margin: 16px 0;
}

.nz-split--promo {
  align-items: stretch;
  grid-template-columns: 1fr minmax(110px, 1.15fr) 1fr;
}

.nz-split__img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center;
  border: 1px solid #ccc;
}

.nz-split__btns {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 120px;
}

.nz-split__promo {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
}

.nz-split__promo img {
  display: block;
  width: 100%;
  max-width: 160px;
  height: auto;
  border: 0;
}

.nz-btn-blue,
.nz-btn-red {
  display: block;
  text-align: center;
  color: #fff !important;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.78rem;
  line-height: 1.25;
  padding: 12px 8px;
  border-radius: 0;
}

.nz-btn-blue {
  background: #0315f9;
}

.nz-btn-red {
  background: #e60012;
}

.nz-yt-bar {
  display: block;
  text-align: center;
  background: #a8d8f0;
  color: #003366;
  font-size: 0.72rem;
  padding: 6px 4px;
  text-decoration: underline;
  word-break: break-all;
  margin: 0 0 14px;
}

.nz-promo {
  text-align: center;
  margin: 12px 0;
  font-size: 12px;
}

.nz-promo--deposit {
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.35;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}

.nz-join {
  text-align: center;
  margin: 0;
  padding: 0 4px;
}

.nz-join a {
  display: inline-block;
  font-size: 1.05rem;
  font-weight: 700;
  color: #0709f6;
  text-decoration: underline;
  line-height: 1.35;
}

.nz-salary {
  text-align: center;
  font-size: 0.88rem;
  margin: 12px 0;
}

.nz-footer-links {
  text-align: center;
  margin: 20px 0 12px;
  font-size: 0.95rem;
  width: 100%;
}

.nz-footer-links-container {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  text-align: center;
}

.nz-footer-links a {
  font-weight: 700;
}

.nz-bottom-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  width: 100%;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  margin-top: 20px;
  padding-top: 12px;
  border-top: 1px solid #ddd;
  text-align: center;
}

.nz-home--footer {
  color: #fff !important;
  padding-top: 10px !important;
}

.nz-bottom-bar .nz-desktop-cta,
.nz-bottom-bar .nz-desktop-cta--footer {
  margin: 0;
  flex: 0 1 auto;
  font-size: 0.9rem;
  padding: 12px 10px;
  max-width: none;
}

.nz-top {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: #7ec8c8;
  color: #fff;
  text-decoration: none;
  font-size: 1.4rem;
  border-radius: 4px;
  flex-shrink: 0;
}

.nz-brand-foot {
  text-align: center;
  margin-top: 18px;
}

.nz-brand-foot a {
  font-weight: 700;
  font-size: 1.2rem;
  text-decoration: none;
}

/* Drawer nav styles live in mobile-nav.css (solid blue / white links) */

@media (min-width: 400px) {
  .nz-btn-blue,
  .nz-btn-red {
    font-size: 0.85rem;
    min-width: 80px;
    max-width: 115px;
  }
}

/* —— Agreement 1 deposit packages (match live newezbiz.com/agreement-1) —— */
.nz-ag1 .nz-prose-center {
  text-align: center;
  margin: 0 0 12px;
}

.nz-ag1 .nz-prose-center p {
  margin: 0 0 8px;
  font-size: 0.92rem;
}

.nz-ag1 .nz-headline {
  text-align: center;
  font-size: 0.98rem;
  font-weight: 700;
  text-transform: uppercase;
  margin: 10px 0 8px;
  line-height: 1.35;
}

.nz-ag1 .nz-access {
  display: block;
  text-align: center;
  font-size: 0.88rem;
  margin: 8px 0 12px;
}

.nz-ag1 .nz-world {
  display: block;
  text-align: center;
  font-size: 0.85rem;
  margin: 4px 0 10px;
}

.nz-pkg-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 18px;
  margin: 14px 0 10px;
  align-items: start;
}

/* Top packages: 2 per row, name above blue button */
.nz-pkg-grid--tiers {
  grid-template-columns: 1fr 1fr;
  max-width: 382px;
  margin-left: auto;
  margin-right: auto;
  gap: 16px 50px;
}

.nz-pkg {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  text-align: center;
}

.nz-pkg--center {
  grid-column: 1 / -1;
}

.nz-pkg-grid--test {
  margin-top: 6px;
  margin-bottom: 4px;
}

.nz-pkg--right {
  grid-column: 2;
  justify-self: end;
  width: 100%;
}

.nz-pay-test {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 16px 0 8px;
}

.nz-pay-test .nz-pay {
  max-width: 168px;
  margin: 0;
  background: #c41212;
}

.nz-pay-test .nz-pay:hover {
  background: #a50f0f;
  filter: none;
}

.nz-pkg__name {
  margin: 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: #111;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.2;
}

.nz-pkg-grid--tiers .nz-pay {
  /* max-width: 156px;
  min-height: 48px; */
  width: 100%;
  border-radius: 0;
  font-size: 0.72rem;
  line-height: 1.25;
  padding: 8px 6px;
}

.nz-pay {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 168px;
  min-height: 52px;
  padding: 8px 10px;
  box-sizing: border-box;
  background: #1227EE;
  color: #fff !important;
  text-decoration: none !important;
  text-align: center;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  line-height: 1.25;
  border: 0;
  border-radius: 2px;
  cursor: pointer;
  word-break: break-word;
  hyphens: auto;
}

.nz-pay:hover {
  filter: brightness(1.06);
}

.nz-ag1 .nz-note {
  text-align: center;
  font-size: 0.9rem;
  margin: 12px 0;
}

.nz-ag1 .nz-note a {
  font-weight: 700;
}

.nz-gallery--2x2 {
  grid-template-columns: 1fr 1fr;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  gap: 8px;
}

.nz-gallery--2x2 img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center;
}

.nz-brand-mid {
  text-align: center;
  margin: 14px 0 10px;
}

.nz-brand-mid a {
  font-size: 1.45rem;
  font-weight: 700;
  text-decoration: underline;
}

.nz-ag1-title-links {
  text-align: center;
  margin: 12px 0 16px;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.4;
}

.nz-ag1-title-links a {
  color: #6b2db5;
  text-decoration: underline;
}

.nz-promo-banner {
  display: block;
  margin: 8px auto 18px;
  max-width: 280px;
}

.nz-promo-banner img {
  display: block;
  width: 100%;
  height: auto;
  border: 0;
}

.nz-bottom-bar--slim {
  justify-content: center;
  gap: 12px;
  width: 100%;
}

.nz-bottom-bar--slim .nz-menu-btn {
  margin: 0;
  position: static;
}

.nz-ag1 .nz-prose-center strong {
  color: #6b2db5;
  font-size: 0.95rem;
}

.nz-ag1 .nz-prose-center em {
  display: block;
  margin-top: 8px;
  font-style: italic;
  color: #111;
}

.nz-share-btn {
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: fixed;
  right: 14px;
  bottom: 16px;
  z-index: 2147483647;
  width: 52px;
  height: 52px;
  padding: 8px;
  border: 0;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.22);
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

/* Home page has taller footer bar */
body.nz-home:not(.nz-ag1) .nz-share-btn {
  bottom: 78px;
}

.nz-share-btn svg {
  display: block;
  width: 100%;
  height: 100%;
}

.nz-share-btn img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.nz-share-btn__toast {
  position: absolute;
  right: 0;
  bottom: calc(100% + 8px);
  padding: 6px 10px;
  background: #111;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  border-radius: 4px;
  font-family: Helvetica, Arial, sans-serif;
}

@media (min-width: 768px) {
  /* Keep share visible on mobile home even in wide/desktop preview */
  body.nz-home .nz-share-btn {
    display: flex !important;
  }
}

/* —— Agreement 2 form / Agreement 3–4 lists —— */
.nz-form {
  margin: 12px 0 20px;
  text-align: left;
}

.nz-form__row {
  margin: 0 0 12px;
}

.nz-form__row label {
  display: block;
  font-size: 0.88rem;
  font-weight: 700;
  margin: 0 0 4px;
  color: #111;
}

.nz-form__row input,
.nz-form__row select,
.nz-form__row textarea {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 12px;
  border: 1px solid #9bb7d4;
  border-radius: 4px;
  font-size: 1rem;
  font-family: Helvetica, Arial, sans-serif;
  background: #fff;
}

.nz-form__row textarea {
  min-height: 88px;
  resize: vertical;
}

.nz-form__submit {
  display: block;
  width: 100%;
  max-width: 280px;
  margin: 16px auto 8px;
  padding: 12px 18px;
  border: 0;
  border-radius: 4px;
  background: #1a3dff;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 700;
  cursor: pointer;
}

.nz-form__submit:hover {
  background: #142fcc;
}

.nz-tier-list {
  margin: 10px 0 16px;
  padding: 0;
  list-style: none;
  text-align: left;
}

.nz-tier-list li {
  margin: 0 0 10px;
  padding: 0;
  font-size: 0.92rem;
  line-height: 1.4;
  font-weight: 700;
}

.nz-section-title {
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  color: #406ab0;
  margin: 16px 0 10px;
  line-height: 1.35;
}

.nz-callout {
  text-align: center;
  font-size: 0.95rem;
  font-weight: 700;
  margin: 10px 0;
}

.nz-services-line {
  text-align: center;
  color: #6b2d8b;
  font-size: 0.95rem;
  margin: 0 0 10px;
  font-weight: 500;
}

.nz-join-icon {
  display: block;
  width: min(42%, 160px);
  margin: 12px auto 8px;
}

.nz-join-icon img {
  display: block;
  width: 100%;
  height: auto;
}

.nz-prose-body {
  text-align: justify;
  font-size: 0.88rem;
  line-height: 1.45;
  margin: 10px 0 14px;
  font-weight: 700;
}

.nz-gallery--pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  max-width: 320px;
  margin: 10px auto 14px;
  align-items: stretch;
  justify-items: stretch;
}

.nz-gallery--pair img {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center;
  border: 1px solid #ccc;
}
