/* Find Work page styles — SP layout adapted to the Aged Care Workers palette
   (Frosted Mint #dfefca / Fern Green #4a8a2e / Deep Grove #336020). */

.btn-fern { background: #4a8a2e; color: #fff; font-weight: 500; }
.btn-fern:hover { background: #336020; opacity: 1; }
.btn-outline-fern { background: transparent; border: 1px solid #4a8a2e; color: #336020; }
.btn-outline-fern:hover { background: rgba(223, 239, 202, 0.45); opacity: 1; }
.btn-mint { background: #dfefca; color: #336020; font-weight: 700; }
.btn-mint:hover { background: #cfe6b0; opacity: 1; }
.btn-caption { margin-top: 8px; font-size: 12px; color: #555; font-style: italic; text-align: center; }

/* Hero */
.hero {
  padding: 56px 40px 48px;
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 56px;
  align-items: center;
}
.tag {
  display: inline-block;
  color: var(--fw-hero-tag-text, #336020);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0 0 14px;
}
.hero .eyebrow { color: #2a2a2a; font-size: 16px; margin: 0 0 14px; font-weight: 500; }
.hero h1 { font-size: 65px; line-height: 1.02; margin: 0 0 20px; font-weight: 700; letter-spacing: -1px; }
.hero h1 .underline,
.hero h1 .underline-accent {
  --filld-hero-underline: var(--fw-hero-underline, #dfefca);
}
.hero p.lede { color: #4a4a4a; font-size: 16px; margin: 0 0 26px; line-height: 1.55; max-width: 460px; }
.hero-cta { display: inline-flex; flex-direction: column; align-items: center; }
.hero-cta .btn { padding: 12px 22px; font-size: 15px; min-width: 220px; text-align: center; background: var(--fw-hero-cta-bg, #dfefca); color: var(--fw-hero-cta-text, #336020); }
.hero-image {
  border-radius: 20px;
  overflow: hidden;
  background: #e5e5e5;
  aspect-ratio: 5/3.4;
  background-image: url('../images/design/filld-support-service-provider.webp');
  background-size: cover;
  background-position: center;
  box-shadow: 0 24px 50px -24px rgba(74, 138, 46, 0.28);
}
.hero--image-left {
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr);
  gap: 48px;
}
.hero--image-left .hero-image { order: -1; }
.hero--image-left .hero-text {
  justify-self: start;
  max-width: 560px;
}

section h2 { font-size: 56px; margin: 0 0 16px; font-weight: 700; letter-spacing: -1.2px; line-height: 1.05; }
section .sub { color: var(--muted); margin: 0 0 32px; font-size: 16px; }
section .sub p { margin: 0; }
section .sub p + p,
section .sub ul,
section .sub ol { margin: 10px 0 0; }
section .sub ul,
section .sub ol { padding-left: 20px; }
section .sub li + li { margin-top: 4px; }

/* Benefits */
.benefits-section { padding: 16px 0 64px; }
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto auto;
  column-gap: 16px;
  row-gap: 8px;
}
.benefit-card {
  background: var(--benefit-card-bg, #dfefca);
  border-radius: 20px;
  padding: 36px 40px;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  align-content: center;
}
.benefit-card h3 { margin: 0 0 14px; font-size: 26px; font-weight: 700; letter-spacing: -0.4px; line-height: 1.15; align-self: end; color: var(--benefit-title-color, #1a1a1a); }
.benefit-card h3 .title-break { display: block; }
.benefit-card-body { font-size: 15px; color: #333; line-height: 1.55; }
.benefit-card-body p { margin: 0; }
.benefit-card-body p + p,
.benefit-card-body ul,
.benefit-card-body ol { margin: 10px 0 0; }
.benefit-card-body ul,
.benefit-card-body ol { padding-left: 20px; }
.benefit-card-body li + li { margin-top: 4px; }

/* Steps */
.steps-section { padding: 32px 0 64px; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin: 32px 0 28px; }
.step { display: flex; flex-direction: column; gap: 12px; }
.step-header { display: flex; align-items: center; gap: 14px; }
.step .num {
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--fw-steps-num-bg, #dfefca); color: var(--fw-steps-num-color, #336020);
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 20px; flex-shrink: 0;
}
.step h4 { margin: 0; font-size: 20px; font-weight: 700; letter-spacing: -0.2px; }
.step-body { font-size: 14px; color: #333; line-height: 1.55; }
.step-body p { margin: 0; }
.step-body p + p,
.step-body ul,
.step-body ol { margin: 10px 0 0; }
.step-body ul,
.step-body ol { padding-left: 20px; }
.step-body li + li { margin-top: 4px; }
.step-body a { color: var(--blue); text-decoration: underline; }
.steps-cta { text-align: center; margin-top: 12px; }
.steps-cta .btn { padding: 12px 24px; font-size: 15px; }

/* Categories */
.categories-section {
  padding: 24px 0 64px;
  background: var(--fw-cats-section-bg, #fff);
}
.categories-section h2 { color: var(--fw-cats-heading, #1a1a1a); }
.categories-section .sub { color: var(--fw-cats-sub, var(--muted)); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-tile {
  background: var(--fw-cats-tile-bg, #dfefca);
  border: 0; border-radius: 20px;
  padding: 20px 22px;
  display: flex; gap: 16px; align-items: center;
  font-size: 16px; font-weight: 500; color: var(--fw-cats-tile-text, #1a1a1a);
  line-height: 1.3;
  transition: transform .15s, box-shadow .15s;
}
.service-tile:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(74,138,46,0.12); }
.service-tile .icon {
  width: 64px; height: 64px; border-radius: 50%;
  background: var(--fw-cats-icon-bg, #fff); color: #336020;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.service-tile .icon img { width: 56px; height: 56px; object-fit: contain; }

/* Compare */
.compare-section { padding: 24px 0 80px; }
.compare-section h2 { text-align: center; margin-bottom: 32px; }
.compare-wrap {
  max-width: 880px; margin: 0 auto;
  background: rgba(223, 239, 202, 0.4);
  border-radius: 20px;
  padding: 28px 32px 8px;
  position: relative;
}
.compare-table { width: 100%; border-collapse: collapse; background: transparent; position: relative; table-layout: fixed; }
.compare-table col.col-feature { width: 44%; }
.compare-table col.col-filld { width: 28%; }
.compare-table col.col-other { width: 28%; }
.compare-table thead th { padding: 18px 16px 22px; text-align: center; font-weight: 700; font-size: 15px; color: #1a1a1a; background: transparent; }
.compare-table thead th:first-child { text-align: left; color: #1a1a1a; font-weight: 700; }
.compare-table thead th.filld-col {
  background: #dfefca;
  color: var(--blue);
  font-family: "Lato"; font-style: italic; font-weight: 900;
  font-size: 28px; letter-spacing: -1px;
  border-top-left-radius: 16px; border-top-right-radius: 16px;
}
.compare-table tbody td {
  padding: 18px 16px;
  border-bottom: 1px solid rgba(74, 138, 46, 0.18);
  font-size: 14px; color: #333;
  text-align: center; vertical-align: middle; background: transparent;
}
.compare-table tbody td:first-child { text-align: left; color: #1a1a1a; font-weight: 500; }
.compare-table tbody td.filld-col { background: #dfefca; }
.compare-table tbody tr:last-child td { border-bottom: 0; }
.compare-check { color: var(--blue); font-size: 18px; font-weight: 700; }
.compare-x { color: #c0392b; font-size: 18px; font-weight: 700; }
.compare-depends { color: #555; font-style: italic; }
.compare-cta-stripe .btn-fern { background: var(--fw-compare-cta-bg, #4a8a2e); color: var(--fw-compare-cta-text, #fff); }
.compare-cta-stripe .btn-fern:hover { background: var(--fw-compare-cta-bg, #4a8a2e); opacity: .92; }
.compare-cta { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: stretch; padding: 0; }
.compare-cta .compare-cta-stripe { grid-column: 2; background: transparent; padding: 20px 12px 28px; text-align: center; }
.compare-cta .btn { padding: 12px 24px; font-size: 15px; }
.compare-cta-caption { margin-top: 8px; font-size: 12px; color: #555; font-style: italic; }
.compare-footnote { max-width: 880px; margin: 16px auto 0; font-size: 12px; color: #777; text-align: center; font-style: italic; }

/* FAQ */
.faq-section { padding: 32px 0 80px; }
.faq-section h2 { text-align: center; }
.faq-section .sub { text-align: center; margin: 0 auto 32px; }
.faq-group { max-width: 880px; margin: 0 auto; }
.faq-group-label { font-weight: 700; font-size: 16px; margin: 24px 0 10px; color: #1a1a1a; }
.faq-item { background: #f4f6fa; border-radius: 10px; margin-bottom: 8px; overflow: hidden; }
.faq-item summary {
  list-style: none; cursor: pointer; padding: 14px 20px;
  display: flex; justify-content: space-between; align-items: center;
  font-size: 15px; color: #333;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; font-size: 22px; color: #555; font-weight: 400; line-height: 1; }
.faq-item[open] summary::after { content: "\2212"; }
.faq-item .faq-body { padding: 0 20px 16px; font-size: 14px; color: #444; }
.faq-item .faq-body a { color: var(--blue); text-decoration: underline; }

/* Closing */
.closing-band {
  background: var(--fw-closing-bg, #dfefca);
  padding: 56px 32px;
  text-align: center;
  border-top-left-radius: 19px;
  border-top-right-radius: 19px;
}
.closing-band h2 { color: var(--fw-closing-heading, #1c1c1c); font-size: 48px; margin: 0 0 16px; font-weight: 700; letter-spacing: -0.9px; line-height: 1.08; }
.closing-sub { font-size: 16px; color: #1c1c1c; line-height: 1.5; max-width: 760px; margin: 0 auto 16px; }
.closing-sub p { margin: 0; }
.closing-sub em { font-style: italic; }
.closing-sub a { color: inherit; text-decoration: none; }
.closing-sub a:hover { text-decoration: none; }
.closing-band h2 .cb-underline,
.closing-band h2 .underline-accent {
  text-decoration: underline;
  text-decoration-color: var(--fw-closing-underline, #336020);
  text-decoration-thickness: 5px;
  text-underline-offset: 12px;
  text-decoration-skip-ink: auto;
}
.closing-actions { display: inline-flex; gap: 12px; flex-wrap: wrap; justify-content: center; }
.closing-actions .btn { padding: 12px 24px; font-size: 15px; min-width: 180px; text-align: center; font-weight: 700; }
.closing-actions .closing-primary { background: var(--fw-closing-cta-bg, #336020); color: var(--fw-closing-cta-text, #fff); }
.closing-actions .closing-primary:hover { background: var(--fw-closing-cta-bg, #336020); opacity: .92; }
.closing-actions .closing-secondary {
  background: var(--fw-closing-book-bg, #dfefca);
  color: var(--fw-closing-book-text, #336020);
  border-color: var(--fw-closing-book-border, #336020);
}
.closing-actions .closing-secondary:hover { background: var(--fw-closing-book-bg, #dfefca); opacity: .92; }
.closing-caption { margin-top: 12px; font-size: 12px; color: #2a2a2a; font-style: italic; }
.closing-note { margin-top: 22px; color: var(--fw-closing-note, #2a2a2a); font-size: 15px; }

/* Responsive */
@media (max-width: 1100px) {
  .hero { padding: 48px 28px; gap: 36px; }
  .hero--image-left { gap: 34px; grid-template-columns: minmax(0, 1fr) minmax(360px, 0.95fr); }
  .hero h1 { font-size: 46px; }
  section h2 { font-size: 48px; }
  .closing-band h2 { font-size: 42px; }
  .benefits-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 980px) {
  .hero { padding: 44px 24px; gap: 32px; grid-template-columns: 1fr 1.05fr; }
  .hero--image-left { grid-template-columns: 1fr 1fr; }
  .benefits-section, .steps-section, .categories-section, .compare-section, .faq-section { padding: 24px 0 56px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .steps-grid { grid-template-columns: 1fr; gap: 24px; }
  .hero-cta .btn { min-width: 0; }
  .hero h1 { font-size: 44px; }
  section h2 { font-size: 40px; }
  .closing-band { padding: 48px 24px; }
  .closing-band h2 { font-size: 36px; }
}
@media (max-width: 760px) {
  .hero { padding: 28px 20px 20px; gap: 24px; grid-template-columns: 1fr; }
  .hero--image-left .hero-image { order: 0; }
  .hero--image-left .hero-text { max-width: none; }
  .hero h1 { font-size: 39px; letter-spacing: -0.8px; }
  .hero p.lede { font-size: 15px; margin-bottom: 22px; }
  .hero-cta .btn { width: 100%; text-align: center; }
  .hero-image { aspect-ratio: 4/3; border-radius: 20px; }
  .tag { font-size: 14px; }
  section h2 { font-size: 30px; letter-spacing: -0.5px; }
  section .sub { font-size: 15px; margin-bottom: 24px; }
  .benefits-grid { grid-template-columns: 1fr; gap: 10px; grid-auto-rows: auto; }
  .benefit-card { padding: 18px 22px; border-radius: 20px; display: block; grid-row: auto; }
  .benefit-card h3 { min-height: auto; align-self: auto; margin-bottom: 8px; font-size: 18px; }
  .benefit-card h3 .title-break { display: inline; }
  .service-grid { grid-template-columns: 1fr; }
  .service-tile { padding: 16px 18px; font-size: 15px; }
  .service-tile .icon { width: 44px; height: 44px; }
  .compare-table thead th, .compare-table tbody td { padding: 12px 10px; font-size: 13px; }
  .compare-table thead th.filld-col { font-size: 18px; }
  .compare-cta { grid-template-columns: 1fr; }
  .compare-cta .compare-cta-stripe { grid-column: 1; padding: 20px 16px 28px; }
  .compare-cta .btn { width: 100%; text-align: center; }
  .closing-band { padding: 40px 20px; }
  .closing-band h2 { font-size: 28px; letter-spacing: -0.4px; margin-bottom: 22px; line-height: 1.22; }
  .closing-band h2 .cb-underline,
  .closing-band h2 .underline-accent { text-underline-offset: 4px; text-decoration-thickness: 4px; text-decoration-skip-ink: none; }
  .closing-actions { display: flex; flex-direction: column; width: 100%; gap: 10px; }
  .closing-actions .btn { width: 100%; text-align: center; padding: 14px 20px; }
  .closing-note { font-size: 14px; margin-top: 18px; }
  .faq-item summary { padding: 12px 16px; font-size: 14px; gap: 12px; }
  .faq-item .faq-body { padding: 0 16px 14px; font-size: 13px; }
}
@media (max-width: 420px) {
  .hero { padding: 24px 16px 16px; }
  .hero h1 { font-size: 31px; }
  section h2 { font-size: 24px; }
  .closing-band h2 { font-size: 22px; }
}
