/* Arizona state page — desert sunset flare */

body.arizona-page {
  background: #fff;
}

:root {
  --arizona-sunset: #e86a2a;
  --arizona-sand: #f6efe4;
  --arizona-dusk: #5c2d1e;
}

.btn-navy-cta {
  background: var(--navy);
  color: #fff;
  border-color: var(--navy);
  box-shadow: 0 10px 22px rgba(10, 30, 70, 0.16);
}

.btn-navy-cta:hover {
  background: var(--navy-2);
  border-color: var(--navy-2);
}

/* Hero — centered with desert sunset overlay */
.arizona-hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: clamp(460px, 52vh, 580px);
  overflow: hidden;
  color: #fff;
  background-color: var(--arizona-dusk);
  padding: clamp(40px, 5vw, 56px) 0 clamp(56px, 6vw, 72px);
}

.arizona-hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  background-color: var(--arizona-dusk);
}

.arizona-hero-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
  pointer-events: none;
}

.arizona-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(105deg, rgba(92, 45, 30, 0.78) 0%, rgba(92, 45, 30, 0.48) 42%, rgba(10, 30, 70, 0.42) 100%),
    linear-gradient(180deg, rgba(232, 106, 42, 0.14) 0%, rgba(10, 30, 70, 0.68) 100%);
}

.arizona-hero-inner {
  position: relative;
  z-index: 3;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.arizona-hero-copy {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.arizona-hero-copy .section-kicker,
.arizona-hero-copy .section-kicker.section-kicker-dark {
  display: block;
  width: fit-content;
  min-height: 0;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 8px;
  border-radius: 0;
  background: transparent;
  border: none;
  box-shadow: none;
  color: var(--gold);
}

.arizona-hero-stars {
  margin-bottom: 10px;
  color: var(--gold);
  font-size: 14px;
  letter-spacing: 0.35em;
}

.arizona-hero-copy h1 {
  margin: 0 0 10px;
  font-size: clamp(34px, 4.2vw, 58px);
  line-height: 0.98;
  letter-spacing: -0.05em;
  font-weight: 900;
}

.arizona-hero-subheading,
.arizona-hero-copy h2 {
  margin: 0 auto;
  max-width: 640px;
  font-size: 17px;
  line-height: 1.62;
  letter-spacing: -0.01em;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
}

.arizona-hero-accent {
  color: #ffd27a;
}

.arizona-hero-flash {
  animation: arizonaHeadingFlash 1.4s ease-in-out infinite alternate;
}

@keyframes arizonaHeadingFlash {
  0% {
    color: #ffd27a;
    text-shadow: 0 0 0 rgba(255, 210, 122, 0);
  }

  100% {
    color: #ff8f5a;
    text-shadow: 0 0 18px rgba(232, 106, 42, 0.28);
  }
}

.arizona-hero-text {
  margin: 0 auto 0;
  max-width: 640px;
  font-size: 17px;
  line-height: 1.62;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
}

.arizona-hero-buttons {
  justify-content: center;
  margin: 22px 0 0;
}

/* Locator — uses shared locations-locator-section layout */
.arizona-locator {
  border-top: none;
}

.arizona-locator-divider {
  margin-top: 0;
  margin-bottom: 0;
  border-top: none;
  border-bottom: none;
}

.arizona-hero-copy-divider {
  display: block;
  width: min(420px, 72%);
  height: 3px;
  margin: 22px auto 20px;
  border: none;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 210, 122, 0.95) 14%,
    rgba(232, 106, 42, 0.75) 50%,
    rgba(255, 210, 122, 0.95) 86%,
    transparent 100%
  );
}

.arizona-locator .arizona-cities {
  padding-top: 48px;
}

.arizona-locator .arizona-visibility {
  padding: clamp(88px, 8vw, 108px) 0;
}

.arizona-locator .locations-locator-features {
  padding-top: 48px;
  border-top: none;
  background: transparent;
}

/* Local guide — shares locator / best-fireworks fluid band */
.arizona-local {
  padding: clamp(48px, 5vw, 64px) 0 clamp(40px, 5vw, 56px);
  background: transparent;
  border-top: none;
}

.arizona-local-shell {
  display: grid;
  gap: clamp(32px, 4vw, 44px);
}

.arizona-local-head {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.arizona-local-stars {
  margin-bottom: 12px;
  color: var(--gold);
  font-size: 14px;
  letter-spacing: 0.35em;
}

.arizona-local-head .section-kicker {
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
  min-height: auto;
  border-radius: 0;
  color: var(--red);
}

.arizona-local-head h2 {
  margin: 0 0 16px;
  font-size: clamp(30px, 3.6vw, 48px);
  line-height: 1.06;
  letter-spacing: -0.04em;
  font-weight: 900;
  color: var(--navy);
}

.arizona-local-head .section-lead {
  margin: 0;
  color: var(--text-soft);
}

.arizona-local-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.arizona-local-card {
  padding: clamp(24px, 3vw, 30px);
  border-radius: 16px;
  border: 1px solid rgba(10, 30, 70, 0.1);
  background: #fff;
  box-shadow: 0 12px 28px rgba(10, 30, 70, 0.06);
}

.arizona-local-card h3 {
  margin: 0 0 12px;
  font-size: clamp(20px, 2vw, 24px);
  line-height: 1.15;
  letter-spacing: -0.03em;
  font-weight: 900;
  color: var(--navy);
}

.arizona-local-card p {
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 1.72;
  font-weight: 500;
  color: var(--text-soft);
}

.arizona-local-link {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--red);
  text-decoration: none;
}

.arizona-local-link::after {
  content: "→";
  margin-left: 6px;
  transition: transform 0.2s ease;
}

.arizona-local-link:hover {
  color: var(--navy);
  text-decoration: none;
}

.arizona-local-link:hover::after {
  transform: translateX(4px);
}

.arizona-local-foot {
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}

.arizona-local-foot p {
  margin: 0 0 24px;
  font-size: 17px;
  line-height: 1.75;
  font-weight: 500;
  color: var(--text-soft);
}

.arizona-local-actions {
  justify-content: center;
}

.arizona-best-fireworks {
  padding: clamp(40px, 5vw, 56px) 0 clamp(72px, 7vw, 96px);
  background: transparent;
}

.arizona-markets-band .arizona-fundraising {
  padding: clamp(56px, 6vw, 88px) 0 clamp(48px, 6vw, 64px);
  background: transparent;
}

.arizona-best-fireworks .usa250-shell,
.arizona-fundraising .usa250-shell {
  width: min(1400px, calc(100% - 32px));
  padding-bottom: 0;
}

.arizona-best-fireworks .usa250-exclusive-head .section-kicker,
.arizona-fundraising .usa250-exclusive-head .section-kicker {
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
  min-height: auto;
  border-radius: 0;
  color: var(--red);
}

.arizona-best-fireworks .usa250-section--new2026 .usa250-product-grid .usa250-product-body .product-card-subnote {
  margin: 4px 0 10px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: none;
  color: var(--red);
}

.arizona-best-fireworks .usa250-section--new2026 .usa250-product-grid .usa250-product-body .product-card-subnote span {
  color: var(--red);
  text-decoration: underline;
  text-decoration-color: rgba(225, 31, 45, 0.42);
  text-underline-offset: 0.22em;
  text-decoration-thickness: 1px;
}

.arizona-fundraising .usa250-product-image--church,
.arizona-fundraising .usa250-product-image--school,
.arizona-fundraising .usa250-product-image--sports,
.arizona-fundraising .usa250-product-image--nonprofits {
  background: linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
}

.arizona-fundraising .usa250-product-image--church .state-fundraising-icon,
.arizona-fundraising .usa250-product-image--school .state-fundraising-icon,
.arizona-fundraising .usa250-product-image--sports .state-fundraising-icon,
.arizona-fundraising .usa250-product-image--nonprofits .state-fundraising-icon {
  display: block;
  width: 56%;
  max-width: 148px;
  height: auto;
  margin: 0 auto;
  transition: transform 0.35s ease;
  filter: brightness(0) saturate(100%) invert(8%) sepia(47%) saturate(2844%) hue-rotate(202deg) brightness(95%) contrast(104%);
  will-change: transform;
}

.arizona-fundraising .usa250-product-card:hover .usa250-product-image--church .state-fundraising-icon,
.arizona-fundraising .usa250-product-card:hover .usa250-product-image--school .state-fundraising-icon,
.arizona-fundraising .usa250-product-card:hover .usa250-product-image--sports .state-fundraising-icon,
.arizona-fundraising .usa250-product-card:hover .usa250-product-image--nonprofits .state-fundraising-icon {
  transform: scale(1.06);
}

/* Arizona fundraising partners — static grid for SEO and trust */
.arizona-fundraising-partners {
  margin-top: clamp(40px, 5vw, 56px);
  padding-top: clamp(28px, 3.5vw, 36px);
  border-top: 1px solid rgba(10, 30, 70, 0.1);
}

.arizona-fundraising-partners-intro {
  width: min(920px, 100%);
  margin: 0 auto clamp(28px, 3.5vw, 36px);
  text-align: center;
}

.arizona-fundraising-partners-kicker {
  margin: 0 0 14px;
  font-size: clamp(13px, 1.1vw, 15px);
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--red);
}

.arizona-fundraising-partners-intro h3 {
  margin: 0 0 14px;
  font-size: clamp(24px, 2.2vw, 32px);
  line-height: 1.15;
  letter-spacing: -0.03em;
  font-weight: 800;
  color: var(--navy);
  text-wrap: balance;
}

.arizona-fundraising-partners-lead {
  margin: 0;
  font-size: clamp(17px, 1.45vw, 20px);
  line-height: 1.7;
  font-weight: 500;
  color: var(--text-soft);
}

.arizona-fundraising-partners-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2.5vw, 24px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.arizona-fundraising-partner-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
  transition: transform 0.24s ease;
}

.arizona-fundraising-partner-card:hover {
  transform: translateY(-2px);
}

.arizona-fundraising-partner-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 168px;
  padding: 20px 20px 16px;
  color: inherit;
  text-align: center;
  text-decoration: none;
  transition: transform 0.24s ease;
}

.arizona-fundraising-partner-link:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
  border-radius: 4px;
}

.arizona-fundraising-partner-link img {
  display: block;
  width: auto;
  max-width: 148px;
  max-height: 64px;
  height: auto;
  object-fit: contain;
}

.arizona-fundraising-partner-name {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -0.02em;
  color: var(--navy);
}

.arizona-fundraising-partner-meta {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  color: #8a96a8;
}

.arizona-fundraising-partner-desc {
  margin: 0;
  padding: 0 20px 20px;
  font-size: 14px;
  line-height: 1.62;
  font-weight: 400;
  color: var(--text-soft);
  text-align: center;
}

@media (max-width: 1024px) {
  .arizona-fundraising-partners-grid {
    grid-template-columns: 1fr;
    max-width: 420px;
    margin-inline: auto;
  }
}

.arizona-best-fireworks .arizona-story-card {
  display: block;
  height: auto;
  max-height: none;
  min-height: 0;
  background-color: var(--navy);
  background-image:
    linear-gradient(180deg, rgba(10, 30, 70, 0.64) 0%, rgba(10, 30, 70, 0.76) 100%),
    url("../images/arizona-fireworks-in-cottonwood-az.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow:
    0 20px 25px -5px rgba(10, 30, 70, 0.18),
    0 8px 10px -6px rgba(10, 30, 70, 0.12);
}

.arizona-best-fireworks .arizona-story-card .usa250-copy {
  align-items: center;
  text-align: center;
  padding: clamp(40px, 5vw, 56px) clamp(28px, 4vw, 48px);
}

.arizona-best-fireworks .arizona-story-card .usa250-stat-stars {
  justify-content: center;
}

.arizona-best-fireworks .arizona-story-card .usa250-copy h3 {
  max-width: 22ch;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
}

.arizona-best-fireworks .arizona-story-card .usa250-copy > p {
  max-width: 62ch;
  margin-left: auto;
  margin-right: auto;
  color: rgba(255, 255, 255, 0.88);
}

.arizona-best-fireworks .arizona-story-card .usa250-bottom-ribbon {
  margin-left: auto;
  margin-right: auto;
}

/* Visibility — warm desert dusk band */
.arizona-visibility {
  position: relative;
  padding: clamp(88px, 8vw, 108px) 0;
  min-height: clamp(420px, 42vh, 520px);
  overflow: hidden;
  color: #fff;
  background-color: var(--arizona-dusk);
  background-image: url("../images/blue-bellino-texture.webp");
  background-repeat: repeat;
  background-position: 0 0;
  background-size: min(420px, 92vw);
}

.arizona-visibility::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(92, 45, 30, 0.55) 0%,
    rgba(10, 30, 70, 0.72) 100%
  );
}

.arizona-visibility .container {
  position: relative;
  z-index: 1;
}

.arizona-visibility-head {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.arizona-visibility-stars {
  margin-bottom: 12px;
  color: var(--gold);
  font-size: 14px;
  letter-spacing: 0.28em;
}

.arizona-visibility-kicker {
  margin: 0 0 12px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
}

.arizona-visibility-head h2 {
  margin: 0 0 14px;
  font-size: clamp(30px, 3.4vw, 44px);
  line-height: 1.08;
  letter-spacing: -0.035em;
  font-weight: 900;
}

.arizona-visibility-head p {
  margin: 0;
  font-size: 17px;
  line-height: 1.72;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.82);
}

/* Cities */
.arizona-cities {
  padding: 72px 0 0;
  background: #fff;
}

.arizona-cities-head {
  max-width: 680px;
  margin: 0 auto 40px;
  text-align: center;
}

.arizona-cities-head .section-kicker {
  display: block;
  margin-bottom: 12px;
  min-height: auto;
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: none;
  box-shadow: none;
  color: var(--gold);
}

.arizona-cities-head h2 {
  margin: 0 0 12px;
  font-size: clamp(30px, 3.2vw, 42px);
  line-height: 1.08;
  letter-spacing: -0.035em;
  font-weight: 900;
  color: var(--navy);
}

.arizona-cities-head p {
  margin: 0;
  font-size: 17px;
  line-height: 1.72;
  font-weight: 500;
  color: var(--text-soft);
}

.arizona-cities-band {
  position: relative;
  width: 100%;
  margin: 0 0 80px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.arizona-cities-browser {
  display: grid;
  grid-template-columns: minmax(248px, 300px) minmax(0, 1fr);
  gap: 0;
  width: 100%;
  max-width: none;
  margin: 0;
  overflow: hidden;
}

.arizona-cities-sidebar {
  border-right: 1px solid rgba(10, 30, 70, 0.08);
  background: #fafbfc;
}

.arizona-cities-sidebar-label {
  margin: 0;
  padding: 18px 20px 8px 28px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #8a96a8;
}

.arizona-cities-nav {
  display: flex;
  flex-direction: column;
  padding: 0 20px 22px;
}

.arizona-cities-tab {
  display: block;
  width: 100%;
  margin: 0;
  padding: 13px 20px 13px 28px;
  border: none;
  border-left: 3px solid transparent;
  background: transparent;
  color: var(--navy);
  font: inherit;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  text-align: left;
  cursor: pointer;
  transition:
    background 0.14s ease,
    color 0.14s ease,
    border-color 0.14s ease;
}

.arizona-cities-tab:hover {
  background: rgba(10, 30, 70, 0.05);
}

.arizona-cities-tab.is-active {
  border-left-color: var(--red);
  background: #fff;
  color: var(--navy);
  font-weight: 800;
}

.arizona-cities-main {
  min-width: 0;
  padding: clamp(28px, 3.5vw, 44px) clamp(24px, 4vw, 56px) clamp(32px, 4vw, 52px);
  background: linear-gradient(180deg, #fcfcfd 0%, #fff 140px);
}

.arizona-city-panel {
  display: none;
}

.arizona-city-panel.is-active {
  display: block;
}

.arizona-city-panel-head {
  margin-bottom: 28px;
}

.arizona-city-panel-head h3 {
  margin: 0 0 12px;
  font-size: clamp(22px, 2.4vw, 28px);
  line-height: 1.15;
  letter-spacing: -0.025em;
  font-weight: 800;
  color: var(--navy);
}

.arizona-cities-panel-lead {
  margin: 0;
  padding-left: 14px;
  max-width: 52ch;
  border-left: 2px solid rgba(10, 30, 70, 0.12);
  font-size: 15px;
  line-height: 1.65;
  font-weight: 500;
  color: var(--text-soft);
}

/* Location card grid — shared in css/state-location-grid.css */

/* Fundraising + app + markets + bottom CTA — one fluid band */
.arizona-markets-band {
  background: #f7f9fc;
  border-top: 1px solid var(--line);
}

.arizona-markets-band .app-section {
  background: transparent;
}

.arizona-markets-band .app-shell {
  padding: 0 0 clamp(48px, 6vw, 64px);
}

.arizona-markets {
  padding: 0 0 clamp(40px, 5vw, 56px);
  background: transparent;
}

.arizona-markets-shell {
  display: grid;
  gap: 28px;
}

.arizona-markets-head {
  max-width: 980px;
  margin: 0 auto 34px;
  text-align: center;
}

.arizona-markets-head .section-kicker {
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
  min-height: auto;
  border-radius: 0;
  color: var(--red);
}

.arizona-markets-head .section-lead {
  margin: 0;
}

.arizona-markets-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.arizona-market-card {
  padding: 22px 20px;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: #fff;
}

.arizona-market-card h3 {
  margin: 0 0 14px;
  font-size: 18px;
  font-weight: 900;
  color: var(--navy);
}

.arizona-market-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.arizona-market-card li {
  font-size: 15px;
  font-weight: 600;
  color: var(--text-soft);
}

.arizona-market-card li::before {
  content: "•";
  margin-right: 8px;
  color: var(--arizona-sunset);
  font-weight: 900;
}

/* FAQ + bottom CTA — fundraising-style FAQ inside markets band */
.arizona-markets-band .fund-page-faq-cta-band {
  background: #fff;
  border-top: 1px solid var(--line);
  padding: 0;
}

.arizona-markets-band .fund-page-faq,
.arizona-markets-band .fund-page-faq__bleed {
  background: transparent;
}

/* Bottom CTA — matches employment emp-bottom-cta band */
.arizona-bottom-cta-band {
  padding: clamp(48px, 6vw, 72px) 0;
  background: #fff;
  border-top: none;
}

.arizona-bottom-cta {
  padding: 0;
  background: transparent;
  border: none;
}

.arizona-bottom-cta-band .locations-cta {
  margin-top: 0;
}

.arizona-bottom-cta-band .locations-cta__actions .btn-primary {
  min-height: 52px;
  padding: 0 28px;
  font-weight: 900;
  box-shadow:
    0 14px 40px rgba(225, 31, 45, 0.32),
    0 8px 24px rgba(10, 30, 70, 0.22);
}

.arizona-bottom-cta-band .locations-cta__actions .btn-primary:hover {
  box-shadow:
    0 18px 50px rgba(225, 31, 45, 0.38),
    0 10px 28px rgba(10, 30, 70, 0.26);
}

.arizona-bottom-cta-band .locations-cta__actions .btn-outline-light {
  min-height: 52px;
  padding: 0 28px;
  font-weight: 900;
}

@media (max-width: 1100px) {
  .arizona-markets-grid,
  .arizona-local-grid {
    grid-template-columns: 1fr;
  }

  .arizona-cities-browser {
    grid-template-columns: 1fr;
  }

  .arizona-cities-sidebar {
    border-right: none;
    border-bottom: 1px solid var(--line);
  }

  .arizona-cities-sidebar-label {
    padding: 16px 18px 6px;
  }

  .arizona-cities-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    padding: 0 18px 18px;
  }

  .arizona-cities-nav > .arizona-cities-tab {
    border-left: none;
    border-bottom: 1px solid var(--line);
  }

  .arizona-cities-tab.is-active {
    border-left: none;
    box-shadow: inset 0 -2px 0 var(--red);
  }
}

@media (max-width: 900px) {
  .arizona-hero-copy {
    max-width: 100%;
    text-align: center;
  }

  .arizona-hero-copy .section-kicker {
    margin-left: auto;
    margin-right: auto;
  }

  .arizona-hero-copy-divider {
    margin-left: auto;
    margin-right: auto;
  }

  .arizona-hero-buttons {
    justify-content: center;
  }
}

@media (max-width: 760px) {
  .arizona-cities-nav {
    grid-template-columns: 1fr;
  }

  .arizona-local-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .arizona-local-actions .btn {
    width: 100%;
    justify-content: center;
  }

  .arizona-bottom-cta-band .locations-cta__actions {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .arizona-bottom-cta-band .locations-cta__actions .btn {
    width: 100%;
    justify-content: center;
  }
}
