/* Fight for Australia — Full layout styles (works without Tailwind CDN) */
:root {
  --navy-950: #050b14;
  --navy-900: #0a1628;
  --navy-800: #0f2137;
  --navy-700: #1a365d;
  --gold-400: #fbbf24;
  --gold-500: #f59e0b;
  --gold-600: #d97706;
  --ausgreen-500: #00843D;
  --ausgreen-600: #006b32;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Ubuntu, Cantarell, 'Helvetica Neue', Arial, sans-serif;
  background-color: var(--navy-950);
  color: #fff;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }

/* Layout helpers */
.max-w-6xl { max-width: 72rem; margin-left: auto; margin-right: auto; }
.max-w-4xl { max-width: 56rem; margin-left: auto; margin-right: auto; }
.max-w-2xl { max-width: 42rem; margin-left: auto; margin-right: auto; }
.max-w-xl { max-width: 36rem; margin-left: auto; margin-right: auto; }
.mx-auto { margin-left: auto; margin-right: auto; }
.px-4 { padding-left: 1rem; padding-right: 1rem; }
.py-10 { padding-top: 2.5rem; padding-bottom: 2.5rem; }
.py-16 { padding-top: 4rem; padding-bottom: 4rem; }
.pt-16 { padding-top: 4rem; }
.mb-4 { margin-bottom: 1rem; }
.mb-6 { margin-bottom: 1.5rem; }
.mb-8 { margin-bottom: 2rem; }
.mb-10 { margin-bottom: 2.5rem; }
.mb-12 { margin-bottom: 3rem; }
.text-center { text-align: center; }
.relative { position: relative; }
.z-10 { position: relative; z-index: 10; }
.overflow-hidden { overflow: hidden; }
.w-full { width: 100%; }
.font-bold { font-weight: 700; }
.font-black { font-weight: 900; }
.font-medium { font-weight: 500; }
.font-semibold { font-weight: 600; }
.tracking-tight { letter-spacing: -0.025em; }
.leading-relaxed { line-height: 1.625; }

/* Nav */
nav.site-nav,
nav.fixed {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 50;
  background: rgba(5, 11, 20, 0.95);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
.nav-inner {
  max-width: 72rem;
  margin: 0 auto;
  padding: 0 1rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.nav-brand {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  font-weight: 700;
  font-size: 1.05rem;
  flex-shrink: 0;
}
.nav-brand img {
  width: 36px;
  height: 36px;
  border-radius: 9999px;
  object-fit: cover;
  border: 1px solid rgba(255,255,255,0.1);
  box-shadow: 0 2px 8px rgba(0,0,0,0.3);
}
.nav-brand .brand-text { display: none; }
@media (min-width: 480px) {
  .nav-brand .brand-text { display: inline; }
}
.brand-gold { color: var(--gold-400); }

.nav-desktop {
  display: none;
  align-items: center;
  gap: 1.25rem;
}
@media (min-width: 1024px) {
  .nav-desktop { display: flex; }
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.nav-cta {
  display: none;
}
@media (min-width: 640px) {
  .nav-cta { display: inline-flex; }
}

#menu-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  color: rgba(255,255,255,0.85);
  background: transparent;
  border: none;
  cursor: pointer;
  position: relative;
  z-index: 60;
  -webkit-tap-highlight-color: transparent;
}
#menu-btn:hover { color: var(--gold-400); }
#menu-btn svg { width: 1.5rem; height: 1.5rem; pointer-events: none; }
@media (min-width: 1024px) {
  #menu-btn { display: none !important; }
}

.nav-link {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.9rem;
  font-weight: 500;
  transition: color 0.15s ease;
}
.nav-link:hover,
.nav-link.active { color: var(--gold-400); }

.mobile-menu {
  display: none !important;
  border-top: 1px solid rgba(255,255,255,0.05);
  background: var(--navy-950);
  padding: 1rem;
  position: relative;
  z-index: 55;
}
.mobile-menu.open,
#mobile-menu.open {
  display: block !important;
}
.mobile-menu a {
  display: block;
  padding: 0.65rem 0;
}
.mobile-menu .btn-primary {
  display: block;
  text-align: center;
  margin-top: 0.75rem;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
}

/* Hero */
.hero-gradient {
  background:
    radial-gradient(ellipse 80% 50% at 50% -20%, rgba(0, 132, 61, 0.25), transparent),
    radial-gradient(ellipse 60% 40% at 80% 50%, rgba(251, 191, 36, 0.08), transparent),
    linear-gradient(180deg, #0a1628 0%, #050b14 100%);
  min-height: 92vh;
  display: flex;
  align-items: center;
  padding-top: 4rem;
  position: relative;
  overflow: hidden;
}
.hero-city {
  background:
    radial-gradient(ellipse 70% 45% at 50% 0%, rgba(0, 132, 61, 0.18), transparent),
    linear-gradient(180deg, #0f2137 0%, #050b14 100%);
}
.hero-content {
  width: 100%;
  max-width: 72rem;
  margin: 0 auto;
  padding: 3rem 1rem;
  text-align: center;
  position: relative;
  z-index: 10;
}
.badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.3rem 0.85rem;
  border-radius: 9999px;
  font-size: 0.8rem;
  font-weight: 600;
  background: rgba(251, 191, 36, 0.1);
  border: 1px solid rgba(251, 191, 36, 0.3);
  color: var(--gold-400);
  margin-bottom: 2rem;
}
.badge-dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 9999px;
  background: var(--ausgreen-500);
}

.hero-title {
  font-size: clamp(2.75rem, 10vw, 5.5rem);
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 0.95;
  margin: 0 0 1.5rem;
}
.hero-sub {
  font-size: clamp(1.15rem, 3vw, 1.5rem);
  color: rgba(255,255,255,0.75);
  font-weight: 500;
  max-width: 42rem;
  margin: 0 auto 1rem;
}
.hero-lead {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.5);
  max-width: 36rem;
  margin: 0 auto 2.5rem;
  line-height: 1.65;
}

.text-gradient {
  background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 45%, #00843D 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Countdown */
#countdown,
.countdown {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  flex-wrap: wrap;
  margin-bottom: 2.5rem;
}
.cd-box {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 0.75rem;
  padding: 0.65rem 0.85rem;
  min-width: 4.2rem;
  text-align: center;
}
.cd-num {
  font-size: 1.6rem;
  font-weight: 900;
  color: var(--gold-400);
  line-height: 1.1;
}
.cd-label {
  font-size: 0.65rem;
  color: rgba(255,255,255,0.45);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-top: 0.15rem;
}
@media (min-width: 640px) {
  .cd-num { font-size: 1.85rem; }
  .cd-box { padding: 0.75rem 1rem; }
}

/* Buttons */
.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
  color: #050b14 !important;
  font-weight: 700;
  padding: 0.85rem 1.75rem;
  border-radius: 0.75rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  border: none;
}
.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(245, 158, 11, 0.35);
}
.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(251, 191, 36, 0.4);
  color: var(--gold-400) !important;
  font-weight: 600;
  padding: 0.85rem 1.75rem;
  border-radius: 0.75rem;
  background: transparent;
  transition: background 0.2s ease;
}
.btn-secondary:hover {
  background: rgba(251, 191, 36, 0.1);
  border-color: rgba(251, 191, 36, 0.7);
}
.hero-ctas {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
@media (min-width: 640px) {
  .hero-ctas { flex-direction: row; }
  .hero-ctas .btn-primary,
  .hero-ctas .btn-secondary { width: auto; }
}
.hero-ctas .btn-primary,
.hero-ctas .btn-secondary { width: 100%; max-width: 22rem; }

/* Sections */
.section {
  padding: 4rem 1rem;
}
.section-title {
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  font-weight: 800;
  margin: 0 0 1rem;
}
.section-lead {
  color: rgba(255,255,255,0.6);
  font-size: 1.05rem;
  max-width: 40rem;
  margin: 0 auto 2rem;
}
.grid-3 {
  display: grid;
  gap: 1.25rem;
}
@media (min-width: 640px) {
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
  .grid-3 { grid-template-columns: repeat(3, 1fr); }
}
.card {
  background: var(--navy-900);
  border: 1px solid rgba(255,255,255,0.05);
  border-radius: 1rem;
  padding: 1.35rem;
  transition: border-color 0.2s ease, transform 0.2s ease;
}
.card:hover {
  border-color: rgba(251, 191, 36, 0.25);
  transform: translateY(-2px);
}
.card h3 {
  margin: 0 0 0.5rem;
  font-size: 1.1rem;
  font-weight: 700;
}
.card p {
  margin: 0;
  color: rgba(255,255,255,0.55);
  font-size: 0.95rem;
  line-height: 1.55;
}

.city-grid {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 768px) {
  .city-grid { grid-template-columns: repeat(3, 1fr); }
}
.city-card {
  background: var(--navy-900);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 0.85rem;
  padding: 1.15rem;
  text-align: center;
  transition: border-color 0.2s ease;
}
.city-card:hover { border-color: rgba(251, 191, 36, 0.35); }
.city-card strong { display: block; font-size: 1.05rem; margin-bottom: 0.25rem; }
.city-card span { color: rgba(255,255,255,0.45); font-size: 0.85rem; }

/* Forms */
.form-input {
  width: 100%;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 0.75rem;
  padding: 0.75rem 1rem;
  color: #fff;
  font-size: 0.95rem;
}
.form-input:focus {
  outline: none;
  border-color: rgba(251, 191, 36, 0.55);
  background: rgba(255,255,255,0.06);
}
.form-input::placeholder { color: rgba(255,255,255,0.35); }
.form-success {
  background: rgba(0, 132, 61, 0.15);
  border: 1px solid rgba(0, 132, 61, 0.4);
  color: #4ade80;
  padding: 1rem;
  border-radius: 0.75rem;
}
.form-error {
  background: rgba(239, 68, 68, 0.12);
  border: 1px solid rgba(239, 68, 68, 0.35);
  color: #fca5a5;
  padding: 1rem;
  border-radius: 0.75rem;
}

/* Footer */
footer {
  border-top: 1px solid rgba(255,255,255,0.05);
  padding: 2.5rem 1rem;
  text-align: center;
  color: rgba(255,255,255,0.4);
  font-size: 0.9rem;
}
footer a:hover { color: var(--gold-400); }
.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.25rem;
  margin-bottom: 1.25rem;
  font-size: 0.9rem;
  color: rgba(255,255,255,0.5);
}

/* Stars */
.star {
  position: absolute;
  color: rgba(255, 255, 255, 0.12);
  font-size: 1.1rem;
  pointer-events: none;
  user-select: none;
}

/* Page header strip */
.page-hero {
  padding: 7rem 1rem 3rem;
  text-align: center;
  background: linear-gradient(180deg, #0f2137 0%, #050b14 100%);
}
.page-hero h1 {
  font-size: clamp(2rem, 6vw, 3rem);
  font-weight: 900;
  margin: 0 0 0.75rem;
}

/* Prose */
.prose-ffa h2 { font-size: 1.5rem; font-weight: 700; margin-top: 2.5rem; margin-bottom: 0.75rem; }
.prose-ffa h3 { font-size: 1.2rem; font-weight: 700; color: var(--gold-400); margin-top: 1.75rem; margin-bottom: 0.5rem; }
.prose-ffa p { color: rgba(255,255,255,0.72); line-height: 1.7; margin-bottom: 1.1rem; }
.prose-ffa ul, .prose-ffa ol { color: rgba(255,255,255,0.72); margin-bottom: 1.25rem; padding-left: 1.25rem; }
.prose-ffa a { color: var(--gold-400); text-decoration: underline; text-underline-offset: 3px; }
.prose-ffa strong { color: #fff; }

a:focus-visible, button:focus-visible {
  outline: 2px solid #fbbf24;
  outline-offset: 3px;
}

/* Keep Tailwind-ish text colors usable */
.text-gold-400 { color: var(--gold-400); }
.text-white\/75 { color: rgba(255,255,255,0.75); }
.text-white\/50 { color: rgba(255,255,255,0.5); }
.text-white\/45 { color: rgba(255,255,255,0.45); }
.text-white\/40 { color: rgba(255,255,255,0.4); }
