:root {
  --navy: #123865;
  --navy-dark: #071f3b;
  --ink: #172f3f;
  --muted: #5d6f7c;
  --gold: #c8a15a;
  --aqua: #2f8b93;
  --coral: #c56a47;
  --paper: #f5f7f8;
  --soft: #eef3f5;
  --line: #d7e3e0;
  --white: #ffffff;
  --shadow: 0 18px 44px rgba(9, 42, 73, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.55;
}

a {
  color: inherit;
}

img {
  max-width: 100%;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 28px;
  align-items: center;
  padding: 12px clamp(18px, 4vw, 56px);
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid #dfe7ea;
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--navy);
  font-size: 22px;
  font-weight: 850;
}

.brand img {
  width: 54px;
  height: 54px;
  object-fit: contain;
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: 24px;
  color: var(--muted);
  font-weight: 700;
  font-size: 15px;
}

.nav-links a,
.header-call {
  text-decoration: none;
}

.header-call {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  color: var(--white);
  background: var(--navy);
  border-radius: 6px;
  font-weight: 850;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 430px);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
  padding: clamp(38px, 6vw, 76px) clamp(18px, 5vw, 76px) clamp(30px, 5vw, 60px);
  background:
    linear-gradient(105deg, rgba(7, 31, 59, 0.96) 0%, rgba(18, 56, 101, 0.93) 54%, rgba(7, 31, 59, 0.72) 100%),
    url("assets/aged-care-support.jpg") center / cover;
  border-bottom: 5px solid var(--gold);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--aqua);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1 {
  max-width: 760px;
  margin: 0;
  color: var(--navy-dark);
  font-size: clamp(42px, 6vw, 74px);
  line-height: 1.02;
  letter-spacing: 0;
}

.hero h1 {
  color: var(--white);
  max-width: 840px;
}

.hero-cn {
  max-width: 720px;
  margin: 18px 0 0;
  color: #f3dfb3;
  font-size: clamp(22px, 2.6vw, 32px);
  font-weight: 800;
}

.hero-text {
  max-width: 700px;
  margin: 18px 0 0;
  color: #dce8ef;
  font-size: clamp(17px, 1.5vw, 21px);
}

.cn {
  color: #355765;
}

.hero .eyebrow {
  color: #f3dfb3;
}

.hero .cn {
  color: #e8f0f3;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 850;
  cursor: pointer;
}

.button.primary {
  color: var(--white);
  background: var(--coral);
}

.button.secondary {
  color: var(--navy-dark);
  background: var(--white);
  border-color: rgba(255, 255, 255, 0.3);
}

.button.light {
  color: var(--white);
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.4);
}

.button.full {
  width: 100%;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.trust-row span {
  padding: 8px 12px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 6px;
  font-size: 14px;
  font-weight: 800;
}

.lead-panel {
  padding: 24px;
  background: var(--white);
  border: 1px solid var(--line);
  border-top: 5px solid var(--gold);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.panel-badge {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 5px 9px;
  color: var(--navy);
  background: #f4ead7;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 850;
}

.lead-panel h2,
.section h2,
.cta-band h2,
.page-hero h1 {
  margin: 0 0 14px;
  color: var(--navy-dark);
  font-size: clamp(28px, 3.8vw, 46px);
  line-height: 1.08;
  letter-spacing: 0;
}

.page-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(300px, 0.52fr);
  gap: clamp(28px, 5vw, 68px);
  align-items: center;
  padding: clamp(46px, 7vw, 90px) clamp(18px, 5vw, 76px);
  background: var(--white);
}

.page-hero h1 {
  max-width: 760px;
  margin: 0 0 18px;
}

.page-hero p {
  max-width: 720px;
  color: #355260;
  font-size: 18px;
}

.page-hero-card {
  padding: 26px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
  border-top: 5px solid var(--gold);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.page-hero-card img {
  width: 110px;
  height: 110px;
  object-fit: contain;
  display: block;
  margin-bottom: 18px;
}

.page-hero-card p {
  margin: 0;
  color: var(--muted);
}

.content-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.content-card {
  padding: 24px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.content-card h3 {
  margin: 0 0 10px;
  color: var(--navy-dark);
  font-size: 22px;
  line-height: 1.2;
}

.content-card p {
  margin: 0 0 10px;
  color: var(--muted);
}

.content-card .cn {
  color: #315763;
}

.detail-list {
  display: grid;
  gap: 14px;
}

.detail-row {
  display: grid;
  grid-template-columns: minmax(180px, 0.42fr) minmax(0, 1fr);
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}

.detail-row b {
  color: var(--navy);
}

.detail-row p {
  margin: 0;
  color: var(--muted);
}

.image-split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}

.image-split img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
}

.mini-form {
  padding: 24px;
  background: var(--white);
  border: 1px solid var(--line);
  border-top: 5px solid var(--gold);
  border-radius: 8px;
}

.lead-panel h2 {
  font-size: 30px;
}

.lead-panel p {
  color: var(--muted);
}

form {
  display: grid;
  gap: 11px;
}

label {
  display: grid;
  gap: 6px;
  font-size: 14px;
  font-weight: 800;
}

input,
select {
  min-height: 43px;
  width: 100%;
  padding: 0 12px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid #c9d8d5;
  border-radius: 6px;
  font: inherit;
}

.privacy-note {
  margin-bottom: 0;
  font-size: 13px;
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: var(--navy-dark);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.proof-strip div {
  display: grid;
  gap: 5px;
  padding: 22px clamp(18px, 4vw, 42px);
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.proof-strip div:last-child {
  border-right: 0;
}

.proof-strip strong {
  color: var(--white);
  font-size: 18px;
}

.proof-strip span {
  color: #cbdbe3;
}

.section {
  padding: clamp(48px, 7vw, 86px) clamp(18px, 5vw, 76px);
}

.intro {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 70px);
  background: var(--white);
}

.intro p {
  margin-top: 0;
  color: #355260;
  font-size: 18px;
}

.section-heading {
  max-width: 830px;
  margin-bottom: 28px;
}

.section-heading p {
  color: var(--muted);
  font-size: 18px;
}

.services {
  background: var(--paper);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.service-grid article {
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: 0 12px 28px rgba(7, 31, 59, 0.06);
  border-radius: 8px;
}

.service-grid img {
  width: 100%;
  aspect-ratio: 4 / 2.35;
  object-fit: cover;
  display: block;
}

.service-grid h3 {
  margin: 18px 18px 8px;
  color: var(--navy-dark);
  font-size: 21px;
  line-height: 1.2;
}

.service-grid p,
.service-grid span {
  display: block;
  margin: 0 18px 12px;
  color: var(--muted);
}

.service-grid span {
  margin-bottom: 20px;
  color: #315763;
  font-size: 15px;
}

.service-text {
  padding-top: 20px;
}

.service-text a {
  display: inline-flex;
  margin: 6px 18px 20px;
  color: var(--aqua);
  font-weight: 850;
}

.text-link {
  display: inline-flex;
  margin-top: 6px;
  color: var(--navy);
  font-weight: 850;
  text-decoration-color: var(--gold);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.why {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 70px);
  background: var(--soft);
}

.why-copy p {
  color: var(--muted);
  font-size: 18px;
}

.why-list {
  display: grid;
  gap: 12px;
}

.why-list div {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.why-list b {
  color: var(--navy);
}

.why-list span {
  color: var(--muted);
}

.standards {
  background: var(--navy);
}

.standards .section-heading h2,
.standards .section-heading p {
  color: var(--white);
}

.standards .eyebrow {
  color: #f3dfb3;
}

.standard-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.standard-grid article {
  padding: 22px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
}

.standard-grid b {
  display: block;
  margin-bottom: 10px;
  color: var(--navy);
  font-size: 18px;
}

.standard-grid p,
.standard-grid span {
  display: block;
  margin: 0 0 10px;
  color: var(--muted);
}

.standard-grid span {
  color: #315763;
  font-size: 15px;
}

.audience {
  background: var(--white);
}

.about-story {
  background: var(--white);
}

.story-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: start;
}

.story-lead {
  padding: 28px;
  color: var(--white);
  background: var(--navy);
  border-radius: 8px;
  border-top: 5px solid var(--gold);
}

.story-lead h2,
.story-lead p {
  color: var(--white);
}

.story-copy p {
  margin-top: 0;
  color: #355260;
  font-size: 18px;
}

.principle-list {
  display: grid;
  gap: 12px;
}

.principle-list article {
  padding: 20px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.principle-list h3 {
  margin: 0 0 8px;
  color: var(--navy-dark);
}

.principle-list p {
  margin: 0;
  color: var(--muted);
}

.trust-table {
  display: grid;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: var(--white);
}

.trust-table div {
  display: grid;
  grid-template-columns: minmax(180px, 0.38fr) minmax(0, 1fr);
  gap: 20px;
  padding: 18px 20px;
  border-bottom: 1px solid var(--line);
}

.trust-table div:last-child {
  border-bottom: 0;
}

.trust-table b {
  color: var(--navy);
}

.trust-table span {
  color: var(--muted);
}

.faq {
  background: var(--white);
}

.faq-list {
  display: grid;
  gap: 12px;
  max-width: 920px;
}

.faq-list details {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.faq-list summary {
  padding: 18px 20px;
  color: var(--navy-dark);
  font-weight: 850;
  cursor: pointer;
}

.faq-list p {
  margin: 0;
  padding: 0 20px 18px;
  color: var(--muted);
}

.process {
  background: var(--paper);
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.steps article {
  padding: 24px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.steps span {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  background: var(--navy);
  border-radius: 50%;
  font-weight: 850;
}

.steps h3 {
  margin: 16px 0 8px;
  color: var(--navy-dark);
}

.steps p {
  margin: 0;
  color: var(--muted);
}

.cta-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding: clamp(38px, 5vw, 58px) clamp(18px, 5vw, 76px);
  color: var(--white);
  background: var(--navy);
}

.cta-band h2,
.cta-band .eyebrow {
  color: var(--white);
}

.cta-band p {
  margin-bottom: 0;
  color: #dbe8ef;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 26px clamp(18px, 5vw, 76px);
  color: #d8e5eb;
  background: var(--navy-dark);
}

.site-footer div {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.site-footer a {
  text-decoration: none;
}

.mobile-sticky-cta {
  display: none;
}

@media (max-width: 900px) {
  .site-header {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .nav-links {
    order: 3;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .header-call {
    justify-self: start;
  }

  .hero,
  .intro,
  .why,
  .cta-band,
  .page-hero,
  .image-split,
  .story-panel {
    grid-template-columns: 1fr;
  }

  .proof-strip,
  .service-grid,
  .steps,
  .content-grid,
  .standard-grid {
    grid-template-columns: 1fr;
  }

  .proof-strip div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .why-list div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .detail-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .trust-table div {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}

@media (max-width: 560px) {
  .brand span {
    font-size: 20px;
  }

  .nav-links {
    display: none;
  }

  h1 {
    font-size: 38px;
  }

  .hero {
    padding-top: 30px;
  }

  .lead-panel {
    padding: 18px;
  }

  .site-footer {
    flex-direction: column;
    padding-bottom: 86px;
  }

  .mobile-sticky-cta {
    position: fixed;
    right: 12px;
    bottom: 12px;
    left: 12px;
    z-index: 40;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: var(--shadow);
    backdrop-filter: blur(12px);
  }

  .mobile-sticky-cta a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    background: var(--navy);
    border-radius: 6px;
    text-decoration: none;
    font-weight: 850;
  }

  .mobile-sticky-cta a:last-child {
    background: var(--coral);
  }
}
