/**
 * Australia services hub — /australia
 * Loads after services.css; scoped to body.page-australia-hub.
 */

html {
  margin: 0;
  padding: 0;
}

body.page-australia-hub {
  --header-height: 80px;
  --header-height-mobile: 70px;
}

body.page-australia-hub * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body.page-australia-hub #header {
  display: none;
}

@media (max-width: 768px) {
  body.page-australia-hub #header {
    min-height: var(--header-height-mobile);
  }
}

body.page-australia-hub {
  margin: 0;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: #0f172a;
  background: #fff;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body.page-australia-hub .header-spacer {
  display: none;
}

body.page-australia-hub .container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  width: 100%;
  contain: layout;
}

body.page-australia-hub .header-embed {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  display: block;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
}

body.page-australia-hub .header-frame {
  width: 100%;
  height: 64px;
  border: 0;
  display: block;
  background: transparent;
}

body.page-australia-hub .full-footer-embed {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  line-height: 0;
  margin-top: 30px;
}

body.page-australia-hub .full-footer-frame {
  width: 100%;
  height: 286px;
  border: 0;
  display: block;
  background: transparent;
}

body.page-australia-hub main#main-content {
  contain: layout;
  min-height: 100vh;
}

body.page-australia-hub .breadcrumb-wrapper,
body.page-australia-hub .sitemap-section {
  contain: layout;
}

body.page-australia-hub .hero-australia {
  background: linear-gradient(135deg, #001a4d, #1e40af);
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  contain: layout paint;
  transform: translateZ(0);
  position: relative;
}

body.page-australia-hub .hero-australia::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(59, 130, 246, 0.2), transparent 60%);
  pointer-events: none;
}

body.page-australia-hub .hero-australia .container {
  position: relative;
  z-index: 1;
}

body.page-australia-hub .hero-australia h1 {
  color: #fff;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 800;
  line-height: 1.15;
  contain: layout;
}

body.page-australia-hub .sitemap-section {
  min-height: 320px;
  padding: 40px 0 42px;
}

body.page-australia-hub .intro-title {
  text-align: center;
  font-size: clamp(1.2rem, 2.8vw, 1.65rem);
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 18px;
  line-height: 1.25;
}

body.page-australia-hub .intro-title span {
  color: #1e40af;
}

body.page-australia-hub .australia-intro {
  max-width: 52rem;
  margin: 0 auto 32px;
  text-align: left;
  color: var(--text-muted, #475569);
  font-size: 1.05rem;
  line-height: 1.65;
}

body.page-australia-hub .australia-intro p {
  margin-bottom: 1rem;
}

body.page-australia-hub .australia-intro p:last-child {
  margin-bottom: 0;
}

body.page-australia-hub .australia-intro strong {
  color: var(--text-dark, #0f172a);
  font-weight: 600;
}

body.page-australia-hub .section-heading {
  text-align: center;
  font-size: clamp(1.5rem, 3vw, 1.95rem);
  color: #0f172a;
  margin-bottom: 22px;
  font-weight: 700;
}

body.page-australia-hub .section-heading span {
  color: #1e40af;
}

body.page-australia-hub .sitemap-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 12px;
  contain: layout;
}

body.page-australia-hub .sitemap-card {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  padding: 14px 15px;
  border-radius: 14px;
  border: 1px solid #e2e8f0;
  min-height: 56px;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
  text-decoration: none;
  color: inherit;
  -webkit-tap-highlight-color: transparent;
}

body.page-australia-hub .sitemap-card:hover {
  border-color: #c7d2fe;
  box-shadow: 0 8px 18px rgba(30, 64, 175, 0.12);
  transform: translateY(-1px);
}

body.page-australia-hub .sitemap-card i {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: #eff6ff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 34px;
  font-size: 0.9rem;
  color: #1e40af;
}

body.page-australia-hub .sitemap-card span {
  font-size: 0.92rem;
  font-weight: 600;
  color: #0f172a;
  line-height: 1.35;
}

body.page-australia-hub .breadcrumb-wrapper {
  background: #f8fafc;
  padding: 14px 0;
  border-bottom: 1px solid #e2e8f0;
  min-height: 48px;
}

body.page-australia-hub .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

body.page-australia-hub .float-icon {
  position: fixed;
  bottom: 12px;
  width: 68px;
  height: 68px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.28);
  z-index: 9999;
}

body.page-australia-hub .float-wa {
  left: 14px;
  background: #25d366;
  font-size: 36px;
}

body.page-australia-hub .float-call {
  right: 14px;
  background: #1d4ed8;
  font-size: 24px;
}

@media (max-width: 768px) {
  body.page-australia-hub .container {
    padding: 0 20px;
  }

  body.page-australia-hub .sitemap-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  body.page-australia-hub .sitemap-card {
    padding: 11px 10px;
    gap: 8px;
    min-height: 68px;
    min-width: 0;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  body.page-australia-hub .sitemap-card i {
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    font-size: 0.82rem;
  }

  body.page-australia-hub .sitemap-card span {
    font-size: 0.76rem;
    line-height: 1.14;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  body.page-australia-hub .sitemap-section {
    padding: 30px 0 36px;
  }

  body.page-australia-hub .hero-australia {
    min-height: 100px;
  }

  body.page-australia-hub .header-frame {
    height: 64px;
  }

  body.page-australia-hub .full-footer-frame {
    height: 330px;
  }

  body.page-australia-hub .float-icon {
    width: 60px;
    height: 60px;
    bottom: 10px;
  }

  body.page-australia-hub .float-wa {
    left: 10px;
    font-size: 31px;
  }

  body.page-australia-hub .float-call {
    right: 10px;
    font-size: 22px;
  }
}
