/* =====================================================
   FlexCare Support Australia — main.css  (updated)
   ===================================================== */

/* ===================== HERO SLIDER ===================== */
.hero{
  position: relative;
  overflow: hidden;
  background: var(--fc-blue-dark);
  height: 560px;
  min-height: 450px;
  max-height: 700px;
}
.hero-slider{
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 450px;
}
.hero-slide{
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  opacity: 0;
  transition: opacity 0.9s cubic-bezier(.4,0,.2,1);
  pointer-events: none;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.hero-slide.active{
  opacity: 1;
  pointer-events: auto;
  position: relative;
  z-index: 2;
}
.hero-slide-bg{
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.hero-slide-bg::after{
  content:'';
  position:absolute;
  inset:0;
  background: linear-gradient(105deg, rgba(3,48,101,0.88) 0%, rgba(3,48,101,0.55) 55%, rgba(103,171,41,0.18) 100%);
}
.hero-slide-inner{
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0;
}
.hero-slide .container{ 
  position: relative; 
  z-index: 2;
  width: 100%;
}
.hero-copy{
  max-width: 680px;
}
.hero-copy .eyebrow{ background: rgba(255,255,255,0.14); color:#fff; border:1px solid rgba(255,255,255,0.22); }
.hero-copy .eyebrow i{ color: var(--fc-green-light); }
.hero-copy h1{ color:#fff; margin-bottom:22px; font-size: clamp(1.8rem, 4.5vw, 3.4rem); }
.hero-copy h1 em{ font-style:normal; color: var(--fc-green-light); }
.hero-copy p{ color: rgba(255,255,255,0.82); font-size: 1.1rem; max-width: 560px; margin-bottom:36px; }
.hero-actions{ display:flex; gap:16px; flex-wrap:wrap; margin-bottom:44px; }
.hero-stats{ display:flex; gap:40px; flex-wrap:wrap; }
.hero-stats .stat{ border-left:3px solid var(--fc-green); padding-left:16px; }
.hero-stats .stat strong{ display:block; font-family: var(--font-display); font-size:1.9rem; color:#fff; }
.hero-stats .stat span{ font-size:0.8rem; color:rgba(255,255,255,0.65); font-weight:600; text-transform:uppercase; letter-spacing:0.06em; }

/* Slider controls */
.hero-controls{
  position: absolute;
  bottom: 36px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 16px;
}
.hero-dots{ display:flex; gap:10px; }
.hero-dot{
  width: 10px; height: 10px;
  border-radius: 50%;
  background: rgba(255,255,255,0.35);
  border: none;
  cursor: pointer;
  transition: background 0.3s, transform 0.3s;
  padding: 0;
}
.hero-dot.active{ background: var(--fc-green); transform: scale(1.3); }
.hero-arrow{
  width: 42px; height: 42px;
  border-radius: 50%;
  background: rgba(255,255,255,0.12);
  border: 1.5px solid rgba(255,255,255,0.3);
  color: #fff;
  display:flex; align-items:center; justify-content:center;
  cursor: pointer;
  transition: background 0.25s, border-color 0.25s;
  font-size: 0.95rem;
}
.hero-arrow:hover{ background: var(--fc-green); border-color: var(--fc-green); }

/* Blob shapes used in section backgrounds */
.bg-shape{
  position: absolute;
  pointer-events: none;
  z-index: 0;
  opacity: 0.55;
}
.bg-shape svg{ width:100%; height:100%; }

/* ===================== PAGE HERO (inner pages) ===================== */
.page-hero{
  position: relative;
  background: var(--fc-blue-dark);
  color: #fff;
  padding: 80px 0 70px;
  overflow: hidden;
  text-align: center;
}
.page-hero h1{ color:var(--fc-green); margin-bottom: 14px; }
.page-hero p{ color: #b9cae6; max-width: 600px; margin: 0 auto; }
.breadcrumb{ display:flex; justify-content:center; gap:10px; font-size: 0.85rem; color: #8fa6cb; margin-bottom: 18px; font-weight:600;}
.breadcrumb a:hover{ color: var(--fc-green-light); }

/* ===================== ICON FEATURE GRID ===================== */
.feature-grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
}
.feature-card{ padding: 34px 26px; text-align: left; }
.feature-icon{
  width: 58px; height: 58px;
  border-radius: var(--radius-sm);
  background: var(--fc-blue-pale);
  color: var(--fc-blue);
  display:flex; align-items:center; justify-content:center;
  font-size: 1.4rem;
  margin-bottom: 20px;
  transition: background 0.3s, color 0.3s, transform 0.3s;
}
.feature-card:hover .feature-icon{ background: var(--fc-blue); color: #fff; transform: rotate(-8deg) scale(1.05); }
.feature-icon2{
  width: 58px; height: 58px;
  border-radius: var(--radius-sm);
  background: var(--fc-blue-pale);
  color: var(--fc-green-dark);
  display:flex; align-items:center; justify-content:center;
  font-size: 1.4rem;
  margin-bottom: 20px;
  transition: background 0.3s, color 0.3s, transform 0.3s;
}
.feature-card:hover .feature-icon2{ background: var(--fc-green-dark); color: #fff; transform: rotate(-8deg) scale(1.05); }
.feature-card h3{ font-size: 1.15rem; margin-bottom: 10px; }
.feature-card p{ font-size: 0.93rem; margin-bottom: 0; }

.process-card:hover .feature-icon{ background: var(--fc-blue); color: #fff; transform: rotate(-8deg) scale(1.05); }
.process-card:hover .feature-icon2{ background: var(--fc-green-dark); color: #fff; transform: rotate(-8deg) scale(1.05); }

/* ===================== STICKY SCROLL CONTENT ===================== */
.sticky-section{ padding: 70px 0; }
.sticky-grid{
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 60px;
  align-items: start;
}
.sticky-grid.reverse{ grid-template-columns: 1.15fr 0.85fr; }
.sticky-grid.reverse .sticky-visual{ order: 2; }
.sticky-grid.reverse .sticky-content{ order: 1; }
.sticky-visual{ position: sticky; top: 110px; align-self: start; }
.sticky-visual .img-wrap{
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--fc-shadow-lg);
  position: relative;
  aspect-ratio: 3/3.6;
}
.sticky-visual .img-wrap img{ width:100%; height:100%; object-fit: cover; }
.sticky-visual .img-badge{
  position:absolute; bottom: 22px; left: 22px;
  background: rgba(255,255,255,0.95);
  border-radius: var(--radius-md);
  padding: 14px 18px;
  display:flex; align-items:center; gap:12px;
  box-shadow: var(--fc-shadow-sm);
}
.sticky-visual .img-badge i{ color: var(--fc-green); font-size: 1.3rem; }
.sticky-visual .img-badge strong{ display:block; font-family: var(--font-display); color: var(--fc-blue-dark); font-size: 0.95rem;}
.sticky-visual .img-badge span{ font-size: 0.78rem; color: var(--fc-ink-soft);}
.sticky-content .content-block{
  padding: 20px 0;
  border-bottom: 1px solid var(--fc-border);
}
.sticky-content .content-block:first-child{ padding-top: 0; }
.sticky-content .content-block:last-child{ border-bottom: none; }
.content-block .block-icon{
  width: 50px; height: 50px;
  border-radius: 50%;
  background: var(--fc-green-pale);
  color: var(--fc-green-dark);
  display:flex; align-items:center; justify-content:center;
  font-size: 1.15rem;
}
.content-block h3{ margin-bottom: 10px; }
/* ── Existing badge base ── */
.img-badge {
  position: absolute;
  background: rgba(255,255,255,0.96);
  border-radius: var(--radius-md);
  padding: 13px 17px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 12px 32px rgba(6,70,154,0.18);
  z-index: 3;
}
.img-badge i { color: var(--fc-green); font-size: 1.3rem; flex-shrink: 0; }
.img-badge strong { display: block; font-family: var(--font-display); color: var(--fc-blue-dark); font-size: 0.92rem; white-space: nowrap; }
.img-badge span { font-size: 0.74rem; color: var(--fc-ink-soft); white-space: nowrap; }

/* ── Top right badge (existing content) ── */
.img-badge--float-tr {
  top: -18px;
  right: -18px;
  bottom: auto;
  left: auto;
  transform: rotate(3deg);
  animation: badgeFloatTr 4s ease-in-out infinite;
}

@keyframes badgeFloatTr {
  0%, 100% { transform: rotate(3deg) translateY(0px);  }
  50%       { transform: rotate(3deg) translateY(-8px); }
}

/* ── Bottom left badge (image only) ── */
.img-badge--float-bl {
  bottom: -18px;
  left: -18px;
  top: auto;
  right: auto;
  padding: 10px;
  gap: 0;
  transform: rotate(-3deg);
  animation: badgeFloatBl 4.5s ease-in-out infinite;
}
.img-badge--float-bl img {
  width: 88px;
  height: auto;
  display: block;
  object-fit: contain;
}

@keyframes badgeFloatBl {
  0%, 100% { transform: rotate(-3deg) translateY(0px);  }
  50%       { transform: rotate(-3deg) translateY(-7px); }
}

 /* ===================== APPROACH / VALUES =====================  */

 

/* ===================== STORY GRID (about) ===================== */
.story-grid{
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 60px;
  align-items: center;
}
.story-visual .img-wrap{
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--fc-shadow-lg);
  position: relative;
  aspect-ratio: 2/3;
}
.story-visual .img-wrap img{ width:100%; height:100%; object-fit: cover; }
.story-visual .img-badge{
  position:absolute; bottom: 22px; left: 22px;
  background: rgba(255,255,255,0.95);
  border-radius: var(--radius-md);
  padding: 14px 18px;
  display:flex; align-items:center; gap:12px;
  box-shadow: var(--fc-shadow-sm);
}
.story-visual .img-badge i{ color: var(--fc-green); font-size: 1.3rem; }
.story-visual .img-badge strong{ display:block; font-family: var(--font-display); color: var(--fc-blue-dark); font-size: 0.95rem;}
.story-visual .img-badge span{ font-size: 0.78rem; color: var(--fc-ink-soft);}
.story-points{ display:flex; flex-direction:column; gap: 26px; margin-top: 10px; }
.story-point{ display:flex; gap: 18px; align-items:flex-start; }
.story-point .block-icon{
  width: 50px; height: 50px; flex-shrink:0;
  border-radius: 50%;
  background: var(--fc-green-pale);
  color: var(--fc-green-dark);
  display:flex; align-items:center; justify-content:center;
  font-size: 1.15rem;
}
.story-point h3{ margin-bottom: 6px; font-size: 1.1rem; }
.story-point p{ margin-bottom: 0; font-size: 0.93rem; }

/* Mission & Vision rows */
.mv-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.mv-item {
  background: #fff;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--fc-shadow-sm);
  transition: transform .35s cubic-bezier(.4,0,.2,1), box-shadow .35s;
}
.mv-item:hover {
  transform: translateY(-6px);
  box-shadow: var(--fc-shadow-lg);
}

.mv-item-img {
  aspect-ratio: 2 / 1;
  overflow: hidden;
}
.mv-item-img img {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
  transition: transform .5s ease;
}
.mv-item:hover .mv-item-img img { transform: scale(1.05); }

.mv-item-body {
  padding: 26px 24px 28px;
}

@media (max-width: 768px) {
  .mv-row { grid-template-columns: 1fr; gap: 20px; }
}

/* ===================== WORKING TOGETHER SECTION ===================== */
.working-together-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.working-together-content {
  padding: 20px 0;
}

.working-together-content .eyebrow {
  margin-bottom: 18px;
}

.working-together-content h2 {
  font-size: clamp(1.8rem, 3.2vw, 2.5rem);
  margin-bottom: 20px;
}

.working-together-content p {
  font-size: 1.02rem;
  color: var(--fc-ink-soft);
  margin-bottom: 16px;
  line-height: 1.7;
}

.working-together-content p:last-of-type {
  margin-bottom: 28px;
}

.working-together-visual .img-wrap {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--fc-shadow-lg);
  aspect-ratio: 4/3.2;
}

.working-together-visual .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Reuse existing img-badge--float-tr from main.css */
.img-badge--float-tr {
  top: -18px;
  right: -18px;
  bottom: auto;
  left: auto;
  transform: rotate(3deg);
  animation: badgeFloatTr 4s ease-in-out infinite;
}

@keyframes badgeFloatTr {
  0%, 100% { transform: rotate(3deg) translateY(0px); }
  50% { transform: rotate(3deg) translateY(-8px); }
}

/* ===================== WORKING TOGETHER RESPONSIVE ===================== */
@media (max-width: 980px) {
  .working-together-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .working-together-visual .img-wrap {
    aspect-ratio: 4/3;
    max-width: 560px;
    margin: 0 auto;
  }

  .working-together-content {
    text-align: center;
    order: 1;
  }

  .working-together-visual {
    order: 2;
  }

  .working-together-content .btn {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .working-together-grid {
    gap: 32px;
  }

  .working-together-content p {
    font-size: 0.96rem;
  }

  .working-together-visual .img-wrap {
    aspect-ratio: 4/3.2;
  }

  .img-badge--float-tr {
    top: -12px;
    right: -12px;
    padding: 10px 14px;
  }

  .img-badge--float-tr strong {
    font-size: 0.8rem;
  }

  .img-badge--float-tr span {
    font-size: 0.68rem;
  }
}

@media (max-width: 480px) {
  .working-together-grid {
    gap: 24px;
  }

  .working-together-content h2 {
    font-size: 1.5rem;
  }

  .working-together-content p {
    font-size: 0.92rem;
  }

  .img-badge--float-tr {
    top: -8px;
    right: -8px;
    padding: 8px 12px;
  }

  .img-badge--float-tr i {
    font-size: 1rem;
  }

  .img-badge--float-tr strong {
    font-size: 0.75rem;
  }

  .img-badge--float-tr span {
    font-size: 0.6rem;
  }
}

/* ===================== SERVICE CATEGORY CARDS ===================== */
.category-block{
  background: #fff;
  border-radius: var(--radius-lg);
  box-shadow: var(--fc-shadow-md);
  overflow: hidden;
  margin-bottom: 56px;
}
.category-banner{
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: stretch;
}
.category-banner.reverse{ grid-template-columns: 1.1fr 0.9fr; }
.category-banner.reverse .banner-img{ order: 2; }
.category-banner.reverse .banner-text{ order: 1; }
.category-banner .banner-img{ position: relative; min-height: 280px; }
.category-banner .banner-img img{ width:100%; height:100%; object-fit:cover; display:block; }
.category-banner .banner-text{
  padding: 44px 46px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.category-banner .cat-icon{
  width: 58px; height: 58px;
  border-radius: var(--radius-sm);
  background: var(--fc-blue);
  color: #fff;
  display:flex; align-items:center; justify-content:center;
  font-size: 1.4rem;
  margin-bottom: 20px;
}
.category-banner h2{ margin-bottom: 12px; }
.category-banner p{ margin-bottom: 0; }
.category-services{
  padding: 40px 46px 46px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 22px;
  background: var(--fc-blue-pale);
}
.service-card{
  background: #fff;
  border-radius: var(--radius-md);
  padding: 26px 24px;
  box-shadow: var(--fc-shadow-sm);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display:flex;
  flex-direction:column;
}
.service-card:hover{ transform: translateY(-6px); box-shadow: var(--fc-shadow-md); }
.service-card .sc-top{ display:flex; align-items:center; justify-content:space-between; margin-bottom: 16px; }
.service-card .sc-icon{
  width: 46px; height: 46px;
  border-radius: 50%;
  background: var(--fc-green-pale);
  color: var(--fc-green-dark);
  display:flex; align-items:center; justify-content:center;
  font-size: 1.1rem;
}
.service-card h4{ font-family: var(--font-display); font-size: 1.02rem; color: var(--fc-blue-dark); margin-bottom: 8px; }
.service-card p{ font-size: 0.9rem; margin-bottom: 0; }

/* ===================== VALUES / PRINCIPLES ===================== */
.values-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}
.value-card{ padding: 38px 32px; text-align: center; }
.v-icon{
  width: 64px; height: 64px;
  border-radius: 50%;
  background: var(--fc-blue-pale);
  color: var(--fc-blue);
  display:flex; align-items:center; justify-content:center;
  font-size: 1.5rem;
  margin: 0 auto 22px;
  transition: background 0.3s, color 0.3s, transform 0.3s;
}
.value-card:hover .v-icon{ background: var(--fc-blue); color:#fff; transform: scale(1.1); }

/* ===================== TESTIMONIALS ===================== */
.testimonial-track{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}
.testimonial-card{
  padding: 34px 28px;
  position: relative;
}
.testimonial-card .stars{ color: #F5A623; font-size: 0.85rem; margin-bottom: 16px; display:flex; gap:3px; }
.quote-icon{ font-size: 2rem; color: var(--fc-blue-pale); margin-bottom: 14px; display:block; }
.testimonial-card p{ font-size: 0.96rem; font-style: italic; margin-bottom: 24px; }
.testimonial-person{ display:flex; gap:14px; align-items:center; }
.testimonial-person img{ width:48px; height:48px; border-radius:50%; object-fit:cover; }
.testimonial-person strong{ display:block; font-family: var(--font-display); font-size:0.9rem; color: var(--fc-blue-dark); }
.testimonial-person span{ font-size:0.78rem; color: var(--fc-ink-soft); }

/* ===================== CTA BANNER ===================== */
.cta-banner{
  padding: 80px 0;
  background-size: cover;
  background-position: center;
  position: relative;
  text-align: center;
  overflow: hidden;
}
.cta-banner::before{
  content:'';
  position:absolute; inset:0;
  background: linear-gradient(135deg, rgba(3, 49, 101, 0.61) 0%, rgba(3, 49, 101, 0.409) 100%);
}
.cta-banner .container{ position: relative; z-index: 2; }
.cta-banner h2{ color:#fff; margin-bottom:16px; }
.cta-banner p{ color: #b9cae6; max-width: 540px; margin: 0 auto 36px; }
.btn-group{ display:flex; gap:16px; justify-content:center; flex-wrap:wrap; }

/* ===================== FAQ STYLES ===================== */
.faq-category-tabs{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 46px;
}
.faq-tab{
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.88rem;
  padding: 10px 22px;
  border-radius: var(--radius-pill);
  background: #fff;
  color: var(--fc-ink-soft);
  border: 1.5px solid var(--fc-border);
  transition: all 0.25s ease;
  cursor: pointer;
}
.faq-tab:hover{ border-color: var(--fc-blue); color: var(--fc-blue); }
.faq-tab.active{ background: var(--fc-blue); color: #fff; border-color: var(--fc-blue); }
.faq-list{ border-radius: var(--radius-md); overflow: hidden; box-shadow: var(--fc-shadow-sm); background:#fff; }
.faq-item{ border-bottom: 1px solid var(--fc-border); }
.faq-item:last-child{ border-bottom: none; }
.faq-question{
  width:100%; text-align:left;
  display:flex; align-items:center; justify-content:space-between; gap:16px;
  padding: 22px 28px;
  font-family: var(--font-display); font-weight:600; font-size:1rem;
  color: var(--fc-blue-dark);
  background: none; border:none;
  transition: background 0.2s, color 0.2s;
  cursor: pointer;
}
.faq-question:hover{ background: var(--fc-blue-pale); }
.faq-item.active .faq-question{ background: var(--fc-blue-pale); color: var(--fc-blue); }
.faq-toggle-icon i{ transition: transform 0.35s ease; color: var(--fc-green); }
.faq-item.active .faq-toggle-icon i{ transform: rotate(45deg); }
.faq-answer{ max-height: 0; overflow: hidden; transition: max-height 0.45s cubic-bezier(.4,0,.2,1); }
.faq-answer-inner{ padding: 0 28px 24px; }
.faq-answer-inner p{ margin: 0; font-size:0.95rem; }

/* ===================== PROCESS STEPS ===================== */
.process-grid{ display:grid; grid-template-columns: repeat(4,1fr); gap: 26px; }
.process-card{ padding: 32px 26px; position:relative; }
.process-card .step-num{
  font-family: var(--font-display); font-weight:700; font-size: 2.4rem;
  color: var(--fc-blue-pale); -webkit-text-stroke: 1.5px var(--fc-blue);
  margin-bottom: 12px; display:block;
}
.process-card h3{ font-size: 1.05rem; margin-bottom: 8px; }
.process-card p{ font-size: 0.9rem; margin-bottom: 0;}

/* ===================== CONTACT PAGE ===================== */
.contact-wrap{ display:grid; grid-template-columns: 0.9fr 1.1fr; gap: 50px; align-items:start; }
.contact-info-card{
  background: var(--fc-blue-dark);
  color: #fff;
  border-radius: var(--radius-lg);
  padding: 46px 38px;
  position: relative;
  overflow:hidden;
}
.contact-info-card h3{ color:#fff; }
.contact-info-card p{ color: #b9cae6; }
.contact-line{ display:flex; gap:16px; align-items:flex-start; margin-bottom: 26px; }
.contact-line i{
  width: 46px; height:46px; border-radius:50%;
  background: rgba(255,255,255,0.12); color: var(--fc-green-light);
  display:flex; align-items:center; justify-content:center; flex-shrink:0;
}
.contact-line strong{ display:block; color:#fff; font-family: var(--font-display); font-size:0.95rem;}
.contact-line span, .contact-line a{ font-size:0.88rem; color:#b9cae6; }
.contact-form{
  background:#fff;
  border-radius: var(--radius-lg);
  padding: 44px 40px;
  box-shadow: var(--fc-shadow-md);
}
.form-row{ display:grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form-group{ margin-bottom: 22px; }
.form-group label{ display:block; font-family: var(--font-display); font-weight:600; font-size:0.88rem; color: var(--fc-blue-dark); margin-bottom: 8px;}
.form-group input, .form-group select, .form-group textarea{
  width:100%;
  padding: 13px 16px;
  border-radius: var(--radius-sm);
  border: 1.5px solid var(--fc-border);
  font-family: var(--font-body);
  font-size: 0.95rem;
  background: #FAFBFD;
  transition: border-color 0.25s, box-shadow 0.25s;
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus{
  outline:none; border-color: var(--fc-blue); box-shadow: 0 0 0 4px var(--fc-blue-pale);
}
.form-group textarea{ resize: vertical; min-height: 130px; }
.form-note{ font-size: 0.8rem; color: var(--fc-ink-soft); margin-top: -8px; }
.form-success{
  display:none; align-items:center; gap:12px; background: var(--fc-green-pale);
  color: var(--fc-green-dark); padding: 16px 20px; border-radius: var(--radius-sm); margin-bottom:20px; font-weight:600; font-size:0.9rem;
}
.form-success.show{ display:flex; }

/* ===================== CONTACT PAGE STYLES ===================== */

/* Contact Intro */
.contact-intro {
  max-width: 820px;
  margin: 0 auto 50px;
  text-align: center;
}
.contact-intro h2 {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  margin-bottom: 16px;
}
.contact-intro p {
  font-size: 1.05rem;
  color: var(--fc-ink-soft);
  max-width: 780px;
  margin: 0 auto 14px;
}
.contact-intro p:last-of-type {
  margin-bottom: 0;
}
.contact-tagline {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--fc-blue);
  margin-top: 16px;
}
.highlight-green {
  color: var(--fc-green);
}

/* Contact Cards Grid */
.contact-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-bottom: 56px;
}

.contact-card {
  padding: 28px 24px;
  text-align: center;
  transition: transform 0.35s cubic-bezier(.4,0,.2,1), box-shadow 0.35s ease;
}
.contact-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--fc-shadow-md);
}

.contact-card-icon {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: var(--fc-green-pale);
  color: var(--fc-green-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  margin: 0 auto 16px;
}
.contact-card h4 {
  font-size: 1rem;
  margin-bottom: 6px;
}
.contact-card-sub {
  font-size: 0.88rem;
  margin-bottom: 10px;
}
.contact-card-link {
  font-family: var(--font-display);
  font-weight: 700;
  color: var(--fc-blue);
  font-size: 1.05rem;
}
.contact-card:last-child .contact-card-link {
  font-size: 0.9rem;
}

/* Contact Info Card */
.contact-info-card {
  background: var(--fc-blue-dark);
  color: #fff;
  border-radius: var(--radius-lg);
  padding: 46px 38px;
  position: relative;
  overflow: hidden;
}
.contact-info-deco {
  position: absolute;
  bottom: -40px;
  right: -40px;
  width: 180px;
  height: 180px;
  opacity: 0.12;
  pointer-events: none;
}
.contact-info-card .eyebrow-light {
  background: rgba(255,255,255,0.12);
  color: #fff;
}
.contact-info-card .eyebrow-light i {
  color: var(--fc-green-light);
}
.contact-info-card h3 {
  color: #fff;
}
.contact-info-card p {
  color: #b9cae6;
}
.contact-info-card .social-row {
  margin-top: 28px;
}

/* Contact Form */
.contact-form {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 44px 40px;
  box-shadow: var(--fc-shadow-md);
}
.contact-form .btn-submit {
  margin-top: 10px;
  width: 100%;
  justify-content: center;
}

/* Section Process */
.section-process {
  position: relative;
  overflow: hidden;
}
.section-process .container {
  position: relative;
  z-index: 1;
}
.bg-shape-bottom-right {
  bottom: -60px;
  right: -60px;
  width: 300px;
  height: 300px;
}

/* ===================== CONTACT CARDS MOBILE RESPONSIVE ===================== */
@media (max-width: 768px) {
  .contact-cards-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 40px;
  }
  .contact-card {
    padding: 24px 20px;
    max-width: 400px;
    margin: 0 auto;
    width: 100%;
  }
  .contact-info-card {
    padding: 32px 26px;
  }
  .contact-form {
    padding: 32px 26px;
  }
}

@media (max-width: 480px) {
  .contact-cards-grid {
    gap: 14px;
    margin-bottom: 32px;
  }
  .contact-card {
    padding: 20px 16px;
  }
  .contact-card h4 {
    font-size: 0.95rem;
  }
  .contact-info-card {
    padding: 26px 20px;
  }
  .contact-form {
    padding: 26px 20px;
  }
  .contact-intro {
    margin-bottom: 32px;
  }
  .contact-intro p {
    font-size: 0.98rem;
  }
  .contact-tagline {
    font-size: 1rem;
  }
  .sticky-visual .img-wrap{
  aspect-ratio: 3/3;
}
}

/* ===================== TIMELINE ===================== */
.timeline{ display:flex; flex-direction:column; gap:0; max-width: 760px; margin: 0 auto; }
.timeline-item{ display:grid; grid-template-columns: 90px 30px 1fr; gap: 0; }
.timeline-year{ font-family: var(--font-display); font-weight:700; color: var(--fc-blue); padding-top: 4px; }
.timeline-line{ display:flex; flex-direction:column; align-items:center; }
.timeline-dot{ width:16px; height:16px; border-radius:50%; background: var(--fc-green); margin-top: 6px; box-shadow: 0 0 0 5px var(--fc-green-pale);}
.timeline-bar{ flex:1; width:2px; background: var(--fc-border); margin: 4px 0; }
.timeline-item:last-child .timeline-bar{ display:none; }
.timeline-content{ padding-bottom: 40px; }
.timeline-content h4{ font-family: var(--font-display); color: var(--fc-blue-dark); margin-bottom: 6px;}
.timeline-content p{ margin-bottom:0; font-size: 0.92rem;}

/* ===================== TEAM ===================== */
.team-grid{ display:grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }
.team-card{ overflow:hidden; text-align:center; }
.team-card .team-img{ aspect-ratio: 1/1; overflow:hidden; }
.team-card .team-img img{ width:100%; height:100%; object-fit:cover; transition: transform 0.4s ease; }
.team-card:hover .team-img img{ transform: scale(1.08); }
.team-card .team-info{ padding: 20px; }
.team-card h4{ font-family: var(--font-display); color: var(--fc-blue-dark); margin-bottom:4px; font-size:1.02rem;}
.team-card span{ font-size: 0.82rem; color: var(--fc-green-dark); font-weight:700; }

/* ===================== LOGO STRIP ===================== */
.logo-strip{ display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap: 30px; opacity: 0.75; }

/* ===================== NDIS PAGE ===================== */
.ndis-intro-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.ndis-intro-visual .img-wrap{
  border-radius: var(--radius-lg);
  overflow: visible;
  box-shadow: var(--fc-shadow-lg);
  aspect-ratio: 4/3.4;
  position: relative;
}
.ndis-intro-visual .img-wrap > img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--radius-lg);
}

/* ── Top right — NDIS logo image ── */
.ndis-intro-visual .img-badge-logo{
  position: absolute;
  top: -18px;
  right: -18px;
  bottom: auto;
  left: auto;
  background: #fff;
  border-radius: var(--radius-md);
  padding: 10px 12px;
  box-shadow: var(--fc-shadow-md);
  z-index: 3;
}
.ndis-intro-visual .img-badge-logo img{
  width: 88px;
  height: auto;
  display: block;
  object-fit: contain;
}

/* ── Bottom left — text badge ── */
.ndis-intro-visual .img-badge{
  position: absolute;
  bottom: -18px;
  left: -18px;
  top: auto;
  right: auto;
  background: rgba(255,255,255,0.96);
  border-radius: var(--radius-md);
  padding: 14px 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: var(--fc-shadow-md);
  z-index: 3;
}
.ndis-intro-visual .img-badge i{ color: var(--fc-green); font-size: 1.3rem; }
.ndis-intro-visual .img-badge strong{ display: block; font-family: var(--font-display); color: var(--fc-blue-dark); font-size: 0.95rem; white-space: nowrap; }
.ndis-intro-visual .img-badge span{ font-size: 0.78rem; color: var(--fc-ink-soft); white-space: nowrap; }

.ndis-steps-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}
.ndis-step-card{ padding: 38px 30px; position: relative; overflow: hidden; }
.ndis-step-card .step-num{
  font-family: var(--font-display); font-weight:800;
  font-size: 4rem; line-height:1;
  color: var(--fc-blue-pale);
  -webkit-text-stroke: 2px var(--fc-blue);
  display:block; margin-bottom: 18px;
  opacity: 0.7;
}
.ndis-step-card h3{ font-size: 1.1rem; margin-bottom: 10px; }
.ndis-step-card p{ font-size: 0.93rem; margin-bottom: 0; }

.support-types-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}
.support-type-card{ padding: 32px 28px; }
.support-type-card .st-icon{
  width: 56px; height:56px;
  border-radius: var(--radius-sm);
  background: var(--fc-green-pale);
  color: var(--fc-green-dark);
  display:flex; align-items:center; justify-content:center;
  font-size: 1.3rem;
  margin-bottom: 20px;
  transition: background 0.3s, color 0.3s, transform 0.3s;
}
.support-type-card:hover .st-icon{ background: var(--fc-green); color: #fff; transform: scale(1.1); }
.support-type-card h3{ font-size: 1.05rem; margin-bottom: 8px; }
.support-type-card p{ font-size: 0.9rem; margin-bottom: 14px; }
.support-type-card .badge-code{ display: inline-block; }

.ndis-eligibility-list{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 28px;
}
.elig-item{
  display:flex; gap:16px; align-items:flex-start;
  background: #fff;
  border-radius: var(--radius-md);
  padding: 22px 20px;
  box-shadow: var(--fc-shadow-sm);
}
.elig-item i{ color: var(--fc-green); font-size: 1.1rem; margin-top:3px; flex-shrink:0; }
.elig-item h4{ font-family: var(--font-display); font-size: 0.98rem; color: var(--fc-blue-dark); margin-bottom:4px; }
.elig-item p{ font-size: 0.88rem; margin:0; }

.funding-grid{ display:grid; grid-template-columns: repeat(3,1fr); gap: 26px; }
.funding-card{ padding: 36px 30px; }
.funding-card .fund-icon{ width:56px; height:56px; border-radius: var(--radius-sm); background: var(--fc-green-pale); color: var(--fc-green-dark); display:flex; align-items:center; justify-content:center; font-size:1.3rem; margin-bottom:20px;}
.funding-card h3{ margin-bottom:10px; font-size: 1.1rem;}
.funding-card ul{ margin-top: 14px; display:flex; flex-direction:column; gap:10px;}
.funding-card ul li{ display:flex; gap:10px; font-size:0.9rem; color: var(--fc-ink-soft); align-items:flex-start;}
.funding-card ul li i{ color: var(--fc-green); margin-top:3px;}

/* ===================== CONTACT CARDS MOBILE FIX ===================== */
.contact-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-bottom: 56px;
}

.contact-card {
  transition: transform 0.35s cubic-bezier(.4,0,.2,1), box-shadow 0.35s ease;
}
.contact-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--fc-shadow-md);
}

@media (max-width: 768px) {
  .contact-cards-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
    margin-bottom: 40px;
  }
  .contact-card {
    padding: 24px 20px !important;
    max-width: 400px;
    margin: 0 auto;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .contact-cards-grid {
    gap: 14px;
    margin-bottom: 32px;
    grid-template-columns: repeat(1, 1fr);
  }
  .contact-card {
    padding: 20px 16px !important;
  }
  .contact-card h4 {
    font-size: 0.95rem !important;
  }
}

/* ===================== RESPONSIVE ===================== */
@media (max-width: 1100px){
  .feature-grid{ grid-template-columns: repeat(2,1fr); }
  .testimonial-track{ grid-template-columns: repeat(2,1fr); }
  .team-grid{ grid-template-columns: repeat(2,1fr); }
  .process-grid{ grid-template-columns: repeat(2,1fr); }
  .values-grid{ grid-template-columns: 1fr; max-width:480px; margin:0 auto; }
  .funding-grid{ grid-template-columns: repeat(2,1fr); }
  .ndis-steps-grid{ grid-template-columns: repeat(2, 1fr); }
  .support-types-grid{ grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 980px){
  .nav-cta{ display: none; }
  .nav-links{ display: none; }
  .nav-toggle{ display: flex; }
  .hero{ height: 500px; min-height: 400px; max-height: 600px; }
  .hero-stats{ gap: 22px; }
  .sticky-grid, .sticky-grid.reverse, .story-grid,
  .category-banner, .category-banner.reverse,
  .ndis-intro-grid, .contact-wrap{ grid-template-columns: 1fr; }
  .category-banner .banner-img{ min-height: 220px; order: 1 !important; }
  .category-banner .banner-text{ order: 2 !important; padding: 34px 28px; }
  .category-banner.reverse .banner-img{ order: 1 !important; }
  .category-banner.reverse .banner-text{ order: 2 !important; }
  .sticky-visual{ position: relative; top:0; margin-bottom: 36px; }
  .story-visual{ margin-bottom: 36px; max-width: 460px; margin-left:auto; margin-right:auto; }
  .ndis-intro-visual{ max-width: 460px; margin: 0 auto 36px; }
  .footer-grid{ grid-template-columns: 1fr 1fr; }
  .feature-grid, .testimonial-track, .team-grid, .process-grid, .funding-grid{ grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 768px){
  .section{ padding: 64px 0; }
  .hero{ height: 450px; min-height: 380px; max-height: 550px; }
  .feature-grid, .testimonial-track, .team-grid, .process-grid, .funding-grid{ grid-template-columns: 1fr; }
  .ndis-eligibility-list{ grid-template-columns: 1fr; }
  .ndis-steps-grid, .support-types-grid{ grid-template-columns: 1fr; }
  .story-visual .img-wrap{
    aspect-ratio: 3/2;
  }
  .form-row{ grid-template-columns: 1fr; }
  .footer-grid{ grid-template-columns: 1fr; gap: 30px; }
  .footer-bottom{ flex-direction: column; text-align:center; }
  .timeline-item{ grid-template-columns: 70px 24px 1fr; }
  .page-hero{ padding: 110px 0 70px; }
  .category-services{ grid-template-columns: 1fr; padding: 32px 24px 36px; }
  .category-banner .banner-text{ padding: 30px 24px; }
  .contact-form, .contact-info-card{ padding: 32px 26px; }
  .hero-stats{ flex-direction: column; gap: 14px; }
  .hero-controls{ bottom: 20px; }
  .values-grid{ grid-template-columns: 1fr; max-width: 100%; }
}

@media (max-width: 600px){
  .navbar{ padding: 10px 0; }
  .hero{ height: 600px; min-height: 550px; max-height: 700px; }
  .hero-actions{ flex-direction: column; align-items: stretch; }
  .hero-actions .btn{ justify-content:center; width:100%; }
  .brand img{ height: 60px; }
  h1{ font-size: clamp(1.8rem, 7vw, 2.4rem); }
  h2{ font-size: clamp(1.5rem, 6vw, 1.9rem); }
  .container{ padding: 0 18px; }
  .hero-actions{ flex-direction: column; align-items: stretch; }
  .hero-actions .btn{ justify-content:center; width:100%; }
  .cta-banner{ padding: 70px 0; }
  .cta-banner .btn-group{ flex-direction: column; align-items: stretch; }
  .cta-banner .btn-group .btn{ justify-content:center; }
  .footer-bottom{ font-size: 0.78rem; }
  .timeline-item{ grid-template-columns: 56px 20px 1fr; }
  .timeline-year{ font-size: 0.85rem; }
  .story-visual .img-wrap{
    aspect-ratio: 4/4.2;
  }
  .faq-category-tabs{ gap: 8px; }
  .faq-tab{ padding: 9px 16px; font-size: 0.8rem; }
  .faq-question{ padding: 18px 18px; font-size: 0.92rem; }
  .faq-answer-inner{ padding: 0 18px 20px; }
  .back-to-top{ right: 16px; bottom: 16px; width: 44px; height: 44px; }
}

@media (max-width: 480px){
  .hero{ height: 580px; min-height: 320px; max-height: 650px; }
  .story-visual .img-wrap{
    aspect-ratio: 4/4.2;
  }
  .contact-form, .contact-info-card{ padding: 26px 20px; }
}

@media (prefers-reduced-motion: reduce){
  *{ animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; scroll-behavior: auto !important; }
}

