/* ============================================================
   AltaNotary Homepage Redesign
   Warm, clear, inquiry-focused — navy / off-white / brass accent
   ============================================================ */

:root {
  --an-navy: #17263d;
  --an-offwhite: #f7f4ee;
  --an-white: #ffffff;
  --an-ink: #202733;
  --an-muted: #66707d;
  --an-border: #ddd8cf;
  --an-brass: #b28a52;
  --an-display: "Source Serif 4", Georgia, serif;
  --an-sans: "Manrope", Arial, sans-serif;
  --an-max: 1180px;
  --an-radius: 12px;
  --an-section-y: clamp(3.5rem, 6vw, 5.5rem);
  --an-gutter: 20px;
  --an-mobile-bar-h: 72px;
}

@media (min-width: 768px) {
  :root {
    --an-gutter: 32px;
  }
}

/* Base overrides for redesigned home + shared chrome */
body {
  padding-bottom: var(--an-mobile-bar-h);
}

@media (min-width: 900px) {
  body {
    padding-bottom: 0;
  }
}

body.home,
body.page-template-page-home {
  background: var(--an-white);
  color: var(--an-ink);
  font-family: var(--an-sans);
  font-size: 17px;
  line-height: 1.65;
}

body.home .container,
.an-header .container,
.an-footer .container {
  max-width: var(--an-max);
  padding-inline: var(--an-gutter);
}

body.home h1,
body.home h2,
body.home h3,
.an-footer h4 {
  font-family: var(--an-display);
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--an-navy);
  line-height: 1.15;
}

body.home h1 {
  font-size: clamp(2.375rem, 4vw, 3.6rem); /* 38–58px */
}

body.home h2 {
  font-size: clamp(1.85rem, 3vw, 2.6rem); /* 29–42px */
}

body.home h3 {
  font-size: 1.2rem;
  font-weight: 600;
}

body.home p {
  color: var(--an-muted);
  max-width: 62ch;
}

/* ---------- Buttons ---------- */
.an-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 48px;
  padding: 0.85rem 1.35rem;
  border-radius: 10px;
  border: 1.5px solid transparent;
  font-family: var(--an-sans);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.an-btn:focus-visible,
.an-nav a:focus-visible,
.an-mobile-bar a:focus-visible,
.an-form input:focus-visible,
.an-form select:focus-visible,
.faq__q:focus-visible {
  outline: 3px solid var(--an-brass);
  outline-offset: 2px;
}

.an-btn--primary {
  background: var(--an-navy);
  color: var(--an-white);
}

.an-btn--primary:hover {
  background: #0f1a2b;
  color: var(--an-white);
}

.an-btn--secondary {
  background: transparent;
  color: var(--an-navy);
  border-color: var(--an-border);
}

.an-btn--secondary:hover {
  border-color: var(--an-navy);
  color: var(--an-navy);
}

.an-btn--light {
  background: var(--an-white);
  color: var(--an-navy);
}

.an-btn--light:hover {
  background: var(--an-offwhite);
  color: var(--an-navy);
}

.an-btn--block {
  width: 100%;
}

.an-btn--nav {
  min-height: 44px;
  padding-inline: 1.1rem;
  font-size: 15px;
}

/* ---------- Header ---------- */
.an-header.site-header {
  background: var(--an-navy);
  color: var(--an-white);
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: none;
  border-bottom: 0;
  inset: auto;
  transform: none !important;
}

.an-header .brand,
.an-nav .brand {
  display: inline-flex;
  align-items: center;
  width: auto;
  max-width: min(170px, 48vw);
  height: 44px;
  flex: 0 1 auto;
  min-width: 0;
  color: #fff;
}

.an-header .brand__logo {
  display: block;
  width: auto !important;
  max-width: 100% !important;
  height: 36px !important;
  object-fit: contain;
  object-position: left center;
  filter: brightness(0) invert(1);
}

.an-nav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.55rem;
  height: auto;
  min-height: 64px;
}

.an-header .nav__menu {
  display: none;
  align-items: center;
  gap: 1.15rem;
  margin-left: 1.5rem;
  flex: 1;
}

.an-header .nav__link {
  color: rgba(255, 255, 255, 0.86);
  font-size: 15px;
  font-weight: 600;
  font-family: var(--an-sans);
}

.an-header .nav__link:hover,
.an-header .nav__link[aria-current="page"] {
  color: #fff;
}

.an-nav__actions {
  display: none;
  align-items: center;
  gap: 0.85rem;
  margin-left: auto;
}

.an-nav__live {
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
}

.an-nav__phone {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
}

.an-nav__mobile-tools {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-left: auto;
  flex: 0 0 auto;
}

.an-nav__call-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 10px;
}

.an-header .nav__toggle {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  flex: 0 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 10px;
  background: transparent;
}

.an-header .nav__toggle span {
  display: block;
  width: 18px;
  height: 1.5px;
  margin-inline: auto;
  background: #fff;
}

.an-header .an-btn--primary {
  background: var(--an-white);
  color: var(--an-navy);
}

.an-header .an-btn--primary:hover {
  background: var(--an-offwhite);
  color: var(--an-navy);
}

/* Keep hamburger until there is room for full nav (override styles.css 940px rule). */
@media (min-width: 940px) and (max-width: 1099.98px) {
  .an-header .nav__menu,
  .an-nav__actions {
    display: none !important;
  }
  .an-header .nav__toggle {
    display: inline-flex !important;
  }
  .an-nav__mobile-tools {
    display: inline-flex !important;
  }
}

@media (min-width: 1100px) {
  .an-header .nav__menu,
  .an-nav__actions {
    display: flex;
  }
  .an-nav__mobile-tools {
    display: none !important;
  }
}

/* Mobile menu on navy redesign */
.mobile-menu {
  background: var(--an-navy);
}

.mobile-menu__links a {
  color: #fff;
  font-family: var(--an-sans);
  font-weight: 600;
}

.mobile-menu__links a span {
  display: none;
}

.mobile-menu__foot a,
.mobile-menu__foot p {
  color: rgba(255, 255, 255, 0.8);
}

/* ---------- Labels / sections ---------- */
.an-label {
  display: inline-block;
  margin: 0 0 0.75rem;
  color: var(--an-brass);
  font-family: var(--an-sans);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.an-label--light {
  color: #d4b07a;
}

.an-section {
  padding-block: var(--an-section-y);
  background: var(--an-white);
}

.an-section--tint {
  background: var(--an-offwhite);
}

.an-section--navy {
  background: var(--an-navy);
  color: #fff;
}

body.home .an-section--navy h2,
body.home .an-section--navy h3,
.an-section--navy h2,
.an-section--navy h3 {
  color: #fff !important;
}

body.home .an-section--navy p,
.an-section--navy p {
  color: rgba(255, 255, 255, 0.9) !important;
}

body.home .an-section--navy .an-coverage__sub {
  color: #fff !important;
}

.an-section__head {
  margin-bottom: 2rem;
  max-width: 720px;
}

.an-section__head h2 {
  margin-bottom: 0.75rem;
}

.an-section__cta {
  margin-top: 2rem;
}

/* ---------- Hero ---------- */
.an-hero {
  padding-top: 2rem;
  padding-bottom: 2.5rem;
  background:
    linear-gradient(180deg, #fbf9f5 0%, var(--an-white) 100%);
  border-bottom: 1px solid var(--an-border);
}

.an-hero__grid {
  display: grid;
  gap: 2rem;
  align-items: start;
}

@media (min-width: 980px) {
  .an-hero {
    padding-top: 3rem;
    padding-bottom: 3.5rem;
  }
  .an-hero__grid {
    grid-template-columns: 1.05fr 0.95fr;
    gap: 2.75rem;
    align-items: start;
  }
}

.an-hero__title {
  margin: 0 0 1rem;
  color: var(--an-navy);
}

.an-hero__lead {
  font-size: clamp(1rem, 0.95rem + 0.3vw, 1.125rem);
  color: var(--an-ink);
  margin-bottom: 0.75rem;
}

.an-hero__note,
.an-hero__assurance {
  font-size: 0.98rem;
  color: var(--an-muted);
  margin-bottom: 1.1rem;
}

.an-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.25rem 0 1rem;
}

.an-trust {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem 1rem;
  margin: 1.5rem 0 0;
  padding: 1.1rem 0 0;
  border-top: 1px solid var(--an-border);
  list-style: none;
}

.an-trust li {
  position: relative;
  padding-left: 1.1rem;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--an-ink);
}

.an-trust li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: var(--an-brass);
}

@media (min-width: 640px) {
  .an-trust {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

/* ---------- Form ---------- */
.an-form-card {
  background: var(--an-white);
  border: 1px solid var(--an-border);
  border-radius: var(--an-radius);
  padding: 1.35rem 1.25rem 1.5rem;
  box-shadow: 0 10px 30px -24px rgba(23, 38, 61, 0.45);
}

@media (min-width: 640px) {
  .an-form-card {
    padding: 1.75rem;
  }
}

.an-form-card__title {
  font-size: 1.55rem;
  margin-bottom: 0.5rem;
}

.an-form-card__intro {
  margin-bottom: 1.25rem;
  font-size: 0.98rem;
}

.an-form__grid {
  display: grid;
  gap: 0.9rem;
  margin-bottom: 1.1rem;
}

@media (min-width: 640px) {
  .an-form__grid {
    grid-template-columns: 1fr 1fr;
  }
}

.an-field {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  min-width: 0;
}

.an-field[hidden],
[hidden] {
  display: none !important;
}

.an-field--full {
  grid-column: 1 / -1;
}

.an-field label {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--an-ink);
}

.an-form input,
.an-form select {
  width: 100%;
  min-height: 52px;
  padding: 0.7rem 0.85rem;
  border: 1px solid var(--an-border);
  border-radius: 10px;
  background: var(--an-white);
  color: var(--an-ink);
  font-family: var(--an-sans);
  font-size: 16px;
}

.an-form input:focus,
.an-form select:focus {
  border-color: var(--an-navy);
}

.an-error {
  display: none;
  color: #9b2c2c;
  font-size: 0.82rem;
}

.an-field.has-error .an-error {
  display: block;
}

.an-field.has-error input,
.an-field.has-error select {
  border-color: #9b2c2c;
}

.an-form__note {
  margin-top: 0.85rem;
  font-size: 0.88rem;
  color: var(--an-muted);
  text-align: center;
}

.an-confirmation[hidden] {
  display: none !important;
}

.an-confirmation:not([hidden]) {
  display: block;
}

/* ---------- Services ---------- */
.an-services {
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 720px) {
  .an-services {
    grid-template-columns: 1fr 1fr;
    gap: 1.75rem 2rem;
  }
}

@media (min-width: 1024px) {
  .an-services {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.an-service {
  padding-top: 1rem;
  border-top: 2px solid var(--an-brass);
}

.an-service h3 {
  margin-bottom: 0.45rem;
}

.an-service p {
  font-size: 0.98rem;
}

.an-service a {
  display: inline-block;
  margin-top: 0.55rem;
  color: var(--an-navy);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.an-service__note {
  margin-top: 0.55rem;
  font-size: 0.9rem;
  color: var(--an-muted);
}

/* ---------- Steps ---------- */
.an-steps {
  list-style: none;
  display: grid;
  gap: 1.25rem;
  counter-reset: none;
  padding: 0;
  margin: 0;
}

@media (min-width: 900px) {
  .an-steps {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.75rem;
  }
}

.an-steps li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.9rem;
  align-items: start;
}

.an-steps__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 999px;
  background: var(--an-navy);
  color: #fff;
  font-family: var(--an-sans);
  font-weight: 700;
  font-size: 0.95rem;
}

.an-prep {
  margin-top: 2rem;
  padding: 1.15rem 1.25rem;
  border: 1px solid var(--an-border);
  border-radius: var(--an-radius);
  background: var(--an-white);
}

.an-prep p {
  margin: 0;
  color: var(--an-ink);
}

/* ---------- Coverage ---------- */
.an-coverage {
  display: grid;
  gap: 2.25rem;
  align-items: start;
}

@media (min-width: 900px) {
  .an-coverage {
    grid-template-columns: 1.15fr 0.85fr;
    gap: 3.5rem;
    align-items: stretch;
  }
}

.an-coverage__copy h2 {
  max-width: 18ch;
  margin-bottom: 1rem;
}

.an-coverage__copy p {
  max-width: 52ch;
}

.an-coverage__copy .an-btn {
  margin-top: 1.5rem;
}

.an-coverage__locations {
  padding: 1.5rem 1.4rem 1.6rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--an-radius);
  background: rgba(255, 255, 255, 0.06);
}

.an-coverage__sub {
  margin: 0 0 1.1rem;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid rgba(178, 138, 82, 0.55);
  font-size: 1rem;
  font-family: var(--an-sans);
  font-weight: 700;
  color: #fff !important;
}

.an-locations {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0;
}

.an-locations li {
  padding: 0.7rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.98rem;
  font-weight: 500;
}

.an-locations li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.an-locations li:first-child {
  padding-top: 0;
}

/* ---------- Why ---------- */
.an-why {
  display: grid;
  gap: 1.25rem;
}

@media (min-width: 720px) {
  .an-why {
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem 2rem;
  }
}

.an-why article {
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--an-border);
}

.an-why h3 {
  margin-bottom: 0.35rem;
}

/* ---------- Business ---------- */
.an-business {
  display: grid;
  gap: 2rem;
}

@media (min-width: 900px) {
  .an-business {
    grid-template-columns: 1.2fr 0.8fr;
    gap: 3rem;
  }
}

.an-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.45rem;
}

.an-list li {
  position: relative;
  padding-left: 1rem;
  color: var(--an-ink);
  font-size: 0.98rem;
}

.an-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 6px;
  height: 1px;
  background: var(--an-brass);
}

/* ---------- Handling / pricing ---------- */
.an-handling__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.85rem;
  max-width: 720px;
}

.an-handling__list li {
  padding: 0.9rem 1rem;
  border-left: 3px solid var(--an-brass);
  background: var(--an-offwhite);
  color: var(--an-ink);
}

.an-pricing {
  display: grid;
  gap: 2rem;
  align-items: start;
}

@media (min-width: 900px) {
  .an-pricing {
    grid-template-columns: 1fr 1fr;
    gap: 3rem 4rem;
  }
}

.an-pricing__copy h2 {
  margin-bottom: 0.85rem;
}

.an-pricing__copy p {
  max-width: none;
}

.an-pricing__copy .an-btn {
  margin-top: 1.25rem;
}

.an-pricing__factors {
  padding: 1.35rem 1.4rem 1.5rem;
  border: 1px solid var(--an-border);
  border-radius: var(--an-radius);
  background: var(--an-white);
}

.an-pricing__factors h3 {
  margin-bottom: 1rem;
  font-family: var(--an-sans);
  font-size: 1rem;
  font-weight: 700;
  color: var(--an-navy);
}

.an-pricing__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.7rem;
}

@media (min-width: 520px) {
  .an-pricing__list {
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem 1.25rem;
  }
}

.an-pricing__list li {
  position: relative;
  padding-left: 1rem;
  color: var(--an-ink);
  font-size: 0.98rem;
}

.an-pricing__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 6px;
  height: 1px;
  background: var(--an-brass);
}

/* ---------- FAQs (reuse existing accordion hooks) ---------- */
.an-faqs .faq-list {
  max-width: 760px;
}

.an-faqs .faq__item {
  border-top: 1px solid var(--an-border);
}

.an-faqs .faq__item:last-child {
  border-bottom: 1px solid var(--an-border);
}

.an-faqs .faq__q {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1.1rem 0;
  background: none;
  border: 0;
  text-align: left;
  color: var(--an-navy);
  font-family: var(--an-sans);
  font-size: 1.05rem;
  font-weight: 600;
  cursor: pointer;
}

.an-faqs .faq__a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease;
}

.an-faqs .faq__a p {
  padding: 0 0 1.1rem;
  margin: 0;
}

.an-faqs .faq__q .plus {
  position: relative;
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

/* Override legacy FAQ plus styles so the icon stays a centered + */
.an-faqs .faq__q .plus::before,
.an-faqs .faq__q .plus::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: var(--an-navy);
  border-radius: 1px;
  inset: 0;
  transform: none !important;
  transition: none !important;
}

.an-faqs .faq__q .plus::before {
  width: 14px;
  height: 2px;
}

.an-faqs .faq__q .plus::after {
  width: 2px;
  height: 14px;
}

.an-faqs .faq__item.is-open .faq__q .plus::after {
  opacity: 0;
  display: block;
  transform: none !important;
}

/* ---------- Final CTA ---------- */
.an-cta {
  background: var(--an-offwhite);
  border-top: 1px solid var(--an-border);
}

.an-cta__inner {
  max-width: 680px;
}

.an-cta h2 {
  margin-bottom: 0.75rem;
}

/* ---------- Footer ---------- */
.an-footer.site-footer {
  background: var(--an-navy);
  color: rgba(255, 255, 255, 0.82);
  padding: 2.75rem 0 calc(1.75rem + var(--an-mobile-bar-h));
  position: relative;
  overflow: hidden;
  text-align: left;
  text-indent: 0;
}

@media (min-width: 900px) {
  .an-footer.site-footer {
    padding: 3.25rem 0 2.25rem;
  }
}

.an-footer p,
.an-footer li,
body.home .an-footer p {
  max-width: none !important;
  text-indent: 0 !important;
}

.an-footer a:not(.an-btn) {
  max-width: none !important;
  text-indent: 0 !important;
}

.an-footer .an-btn,
.an-footer .an-btn--light {
  color: var(--an-navy) !important;
  background: #fff !important;
}

.an-footer .brand,
.an-footer .brand__logo,
.an-footer .custom-logo-link,
.an-footer .custom-logo {
  width: auto !important;
  max-width: none !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

.an-footer__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.75rem 1.5rem;
  align-items: start;
}

@media (min-width: 900px) {
  .an-footer__grid {
    grid-template-columns: 1.35fr 0.85fr 0.85fr 1.1fr;
    gap: 2rem 2.5rem;
  }
}

.an-footer__brand {
  grid-column: 1 / -1;
}

@media (min-width: 900px) {
  .an-footer__brand {
    grid-column: auto;
  }
}

.an-footer__logo {
  display: inline-flex;
  align-items: center;
  line-height: 0;
}

.an-footer__logo-img,
.an-footer .an-footer__logo-img,
.an-footer .custom-logo {
  display: block !important;
  width: auto !important;
  max-width: min(300px, 85vw) !important;
  height: 64px !important;
  object-fit: contain !important;
  object-position: left center;
  filter: brightness(0) invert(1);
}

@media (min-width: 900px) {
  .an-footer__logo-img,
  .an-footer .an-footer__logo-img,
  .an-footer .custom-logo {
    height: 76px !important;
    max-width: 340px !important;
  }
}

.an-footer__tagline {
  margin: 0.8rem 0 1.1rem !important;
  color: #fff !important;
  font-size: 1rem;
  font-weight: 600;
}

.an-footer__label {
  margin: 0 0 0.7rem !important;
  color: rgba(255, 255, 255, 0.5) !important;
  font-family: var(--an-sans);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.an-footer__nav ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.an-footer__nav li {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.35;
}

.an-footer__nav a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  font-size: 0.97rem;
  font-weight: 500;
  line-height: 1.35;
  display: inline;
}

.an-footer__aside {
  display: grid;
  gap: 0.4rem;
  justify-items: start;
}

.an-footer__phone {
  color: #fff !important;
  font-size: 1.2rem;
  font-weight: 700;
  text-decoration: none;
}

.an-footer__email {
  color: rgba(255, 255, 255, 0.78) !important;
  font-size: 0.95rem;
  text-decoration: none;
  word-break: break-word;
}

.an-footer__call-link {
  margin-top: 0.35rem;
  color: #fff !important;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.an-footer__nav a:hover,
.an-footer__email:hover,
.an-footer__call-link:hover,
.an-footer__phone:hover {
  color: #fff !important;
}

.an-footer__legal {
  margin-top: 2rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  width: 100%;
}

.an-footer__disclaimer {
  margin: 0 !important;
  font-size: 0.86rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.58) !important;
}

.an-footer__copy {
  margin: 0.75rem 0 0 !important;
  font-size: 0.86rem;
  color: rgba(255, 255, 255, 0.48) !important;
}

.an-footer .footer-cta,
.an-footer .footer-watermark,
.an-footer .footer-grid,
.an-footer .footer-bottom {
  display: none !important;
}

/* ---------- Mobile bottom bar ---------- */
.an-mobile-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 120;
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  gap: 0.55rem;
  padding: 0.7rem 0.85rem calc(0.7rem + env(safe-area-inset-bottom));
  background: rgba(247, 244, 238, 0.96);
  border-top: 1px solid var(--an-border);
  backdrop-filter: blur(8px);
}

.an-mobile-bar a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
}

.an-mobile-bar__call {
  background: var(--an-white);
  color: var(--an-navy);
  border: 1.5px solid var(--an-border);
}

.an-mobile-bar__cta {
  background: var(--an-navy);
  color: #fff;
}

@media (min-width: 900px) {
  .an-mobile-bar {
    display: none;
  }
}

/* Hide old luxury homepage modules if any residual markup remains */
body.home .marquee,
body.home .m-cta,
body.home .stat-band,
body.home .quote-block,
body.home .hero:not(.an-hero) {
  display: none;
}

/* Reduce motion */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}

/* Keep forms above mobile bar when scrolling to them */
#availability,
#quoteForm,
.an-form-card {
  scroll-margin-bottom: calc(var(--an-mobile-bar-h) + 16px);
  scroll-margin-top: 90px;
}
