:root {
  --green: #88d498;
  --blue: #79c6f2
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}

html {
  font-size: 100%
}

body {
  font-family: 'Playfair Display', serif;
  background: #fff;
  color: #222;
  font-size: 1rem;
  line-height: 1.6
}

@media (max-width:480px) {
  html {
    font-size: 90%
  }

  body {
    padding: 0 1rem
  }
}

.hero-heading-inline {
  flex-direction: column
}

:root {
  --green: #88d498;
  --blue: #79c6f2
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}

html {
  font-size: 100%
}

body {
  font-family: 'Playfair Display', serif;
  background: #fff;
  color: #222;
  font-size: 1rem;
  line-height: 1.6
}

@media (max-width:480px) {
  html {
    font-size: 90%
  }

  body {
    padding: 0 1rem
  }
}

.introduction-section {
  background-color: #f9fbfc;
  padding: 4rem 1.5rem 3rem;
  text-align: center;
  border-bottom: 1px solid #eaeaea
}

.introduction-wrapper {
  max-width: 820px;
  margin: 0 auto;
  font-family: 'Playfair Display', serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #2e2e2e;
  text-align: center
}

.hero-text-content h1 {
  text-shadow: 0 2px 8px rgb(0 0 0 / .6), 0 0 4px rgb(255 255 255 / .2)
}

.intro-heading {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  color: #111
}

.hero-text-content h1 {
  text-shadow: 0 2px 8px rgb(0 0 0 / .6), 0 0 4px rgb(255 255 255 / .2)
}

.hero-heading-inline {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap
}

.hero-logo {
  height: 80px;
  width: auto;
  display: block
}

.hero-heading-inline h1 {
  margin: 0;
  line-height: 1.2;
  color: #fff;
  font-size: 2.8rem;
  text-shadow: 0 2px 6px rgb(0 0 0 / .6);
  background: linear-gradient(to right, #ffffff, #dddddd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff0;
  letter-spacing: 1.5px;
  text-transform: uppercase
}

.welcome-country {
  text-align: center;
  font-size: .85rem;
  color: #666;
  font-style: italic;
  padding: 1rem 1rem .5rem;
  max-width: 800px;
  margin: 0 auto
}

.welcome-country p {
  margin: 0
}

.hero-banner {
  background-image: url(https://www.executivemedicine.com.au/wp-content/uploads/2026/02/BliRuKi-1.webp);
  background-size: cover;
  background-position: center;
  height: 100vh;
  padding-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
  color: #fff
}

.hero-heading-inline {
  position: relative;
  text-align: center;
  z-index: 2
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0
}

.hero-overlay {
  width: 100%;
  background: rgb(0 0 0 / .4);
  backdrop-filter: blur(4px);
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  box-shadow: 0 6px 20px rgb(0 0 0 / .3)
}

.hero-text-content {
  flex: 1;
  text-align: center;
  overflow: visible;
  position: relative;
  font-family: 'Playfair Display', serif
}

.hero-text-content h1 {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: .3rem;
  color: #fff;
  text-shadow: 0 2px 6px rgb(0 0 0 / .6);
  opacity: 1;
  transform: translateY(20px);
  animation: fadeUpTransform 0.8s ease forwards;
  animation-delay: 0.3s;
  background: linear-gradient(to right, #ffffff, #dddddd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff0;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  transition: transform 0.3s ease
}

.hero-text-content h1:hover {
  transform: scale(1.03)
}

.hero-heading-inline h1::after {
  content: '';
  margin: .3rem auto 0;
  height: 3px;
  width: 80px;
  background: var(--green);
  opacity: .7;
  display: block
}

.hero-subblock {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  padding: 0 1rem;
  margin-top: .3rem
}

.hero-subheading {
  font-size: 1.05rem;
  line-height: 1.35;
  margin-top: .4rem;
  margin-bottom: .6rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #f3f3f3;
  text-shadow: 0 1px 2px rgb(0 0 0 / .4);
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}
.hero-subheading {
  margin-top: .4rem;
  margin-bottom: .6rem;
  color: #f3f3f3;
  text-shadow: 0 1px 2px rgb(0 0 0 / .4);
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.3;
  letter-spacing: 0.35px;
  font-weight: 450;
}

.hero-subheading-lead {
  font-weight: 550;
}

.hero-subheading-tail {
  font-weight: 400;
  opacity: 0.92;
}

/* subtle “silver” feel without copying the H1 gradient */
.hero-subheading-tail {
  color: rgba(245,245,245,0.92);
}

@media (max-width:480px) {
  .hero-subheading-sep { display: none; }
  .hero-subheading-tail { display: block; margin-top: .25rem; }
  .hero-subheading { font-size: 0.95rem; }
}


@media (min-width: 1024px) {
  .hero-subheading {
    font-size: 1.35rem;
  }
}

.hero-logo-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: .3;
  z-index: 1;
  pointer-events: none
}

.hero-logo-overlay img {
  width: 100px;
  height: auto;
  max-width: 100%
}

.est-2004 {
  font-size: .8rem;
  letter-spacing: .5px;
  opacity: .8;
  margin-top: .25rem;
  font-style: italic;
  text-align: center;
  color: #d0d0d0
}

@media (max-width:480px) {
  .hero-subheading {
    font-size: 0.95rem;
    line-height: 1.25;
    letter-spacing: 0.35px;
    margin: .25rem 0 .5rem;
  }

  .est-2004 {
    font-size: 0.7rem;
    margin-top: 0.25rem;
  }
}



.hero-tagline {
  font-size: .95rem;
  line-height: 1.4;
  margin-bottom: .6rem;
  opacity: .9
}

.hero-location {
  margin-bottom: .2rem
}

.trust-strip {
  background: #f6f8fa;
  padding: 1rem 1.25rem;
  border-bottom: 1px solid rgb(0 0 0 / .06)
}

.trust-strip-inner {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center
}

.trust-strip p {
  margin: 0;
  font-size: clamp(0.75rem, 2.5vw, 1rem);
  line-height: 1.3;
  color: #1f2a33;
  white-space: nowrap;
}

@media (max-width:480px) {
  .trust-strip p {
    font-size: 0.72rem;   /* tune if needed */
    white-space: nowrap;
    overflow: visible;
    text-overflow: clip;
  }
}

@media (max-width:768px) {
  .hero-overlay {
    flex-direction: column;
    padding: 2rem 1rem;
    text-align: center
  }

  .hero-text-content h1 {
    font-size: 2rem
  }

  .hero-text-content h1::after {
    content: '';
    display: block;
    margin: 1rem auto 0;
    width: 80px;
    height: 2px;
    background: var(--green);
    opacity: .7
  }

  .hero-image {
    display: none;
    margin: 0 auto;
    width: 160px;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgb(0 0 0 / .35)
  }

  .hero-image-block {
    margin-bottom: 1rem
  }

  .hero-logo {
    height: 40px
  }
}

@media (max-width:480px) {
  .hero-subblock .hero-subheading {
    font-size: 0.9rem !important;
    line-height: 1.2 !important;
    margin: .2rem 0 !important
  }

  .hero-subblock .est-2004 {
    font-size: 0.6rem !important;
    margin-top: 0.2rem !important
  }
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0)
  }
}

@keyframes fadeUpTransform {
  to {
    transform: translateY(0)
  }
}

@media (max-width:768px) {
  .doctors-intro-image {
    margin: 1.5rem auto 2rem
  }

  .doctors-intro-image img {
    border-radius: 10px
  }
}

.intro-headline-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1.5rem;
  flex-wrap: nowrap
}

.intro-doctor {
  width: 120px;
  text-align: center;
  flex-shrink: 0
}

.doctor-photo {
  width: 120px;
  height: 180px;
  background-size: cover;
  background-position: center;
  border-radius: 10px
}

.left-doctor .doctor-photo {
  background-image: url(https://www.executivemedicine.com.au/wp-content/uploads/2026/02/0iGh6E5.webp)
}

.right-doctor .doctor-photo {
  background-image: url(https://www.executivemedicine.com.au/wp-content/uploads/2026/02/PFztpHB.webp)
}

.intro-doctor .doctor-name,
.intro-doctor p {
  font-size: .9rem;
  font-weight: 600;
  margin-top: .5rem
}

.intro-headings {
  flex: 1;
  max-width: 600px;
  text-align: center
}

.intro-subtagline {
  font-style: italic;
  font-size: .9rem;
  color: #444;
  margin-top: .1rem;
  line-height: 1.4
}

.introduction-content {
  margin-top: 1.5rem;
  font-size: 1rem;
  line-height: 1.75;
  text-align: left;
  color: #2e2e2e
}

.combined-doctors {
  display: none
}

.combined-doctors img {
  width: 100px;
  height: auto;
  display: block;
  border-radius: 8px
}

.desktop-only,
.mobile-only {
  display: block
}

.combined-doctors-mobile {
  display: none;
  text-align: center;
  margin-bottom: 1.5rem
}

.combined-doctors-mobile img {
  max-width: 400px;
  width: 100%;
  height: auto;
  border-radius: 8px
}

@media (max-width:900px) {
  .intro-headline-row {
    flex-direction: column;
    align-items: center;
    text-align: center
  }

  .combined-doctors-mobile {
    display: block
  }

  .intro-doctor.left-doctor,
  .intro-doctor.right-doctor {
    display: none
  }

  .intro-headings h2 {
    margin-top: 0
  }

  .combined-doctors-mobile img {
    margin-bottom: 0
  }

  .intro-headings {
    max-width: 100%
  }

  .introduction-content {
    text-align: left;
    margin-top: .3rem
  }

  .combined-doctors-mobile {
    display: flex;
    justify-content: center;
    padding: .5rem .5rem .5rem
  }

  .combined-doctors-mobile {
    display: flex;
    justify-content: center;
    padding: 1rem 0 0;
    margin: 0
  }
}

.welcome-note {
  background-color: #f9fbfc;
  padding: 4rem 1.5rem
}

.welcome-wrapper {
  max-width: 900px;
  margin: 0 auto;
  font-size: 1rem;
  line-height: 1.6;
  color: #2e2e2e;
  text-align: left
}

.welcome-note h2 {
  font-size: 2rem;
  color: #17496b;
  margin-bottom: .25rem;
  font-weight: 700;
  text-align: center
}

.welcome-note h3 {
  font-size: 1rem;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 1.25rem;
  text-align: center;
  color: var(--green);
  font-style: italic;
  letter-spacing: .5px
}

.welcome-image-block {
  text-align: center;
  margin-bottom: 2rem
}

.welcome-image-block img {
  max-width: 240px;
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 18px rgb(0 0 0 / .1)
}

@media (max-width:480px) {
  .welcome-note {
    padding: 2rem 1rem
  }

  .welcome-wrapper {
    text-align: left
  }

  .welcome-note h2 {
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 1.25rem
  }

  .welcome-image-block {
    margin-bottom: 1rem;
    text-align: center
  }

  .welcome-image-block img {
    width: 160px;
    height: auto;
    border-radius: 10px;
    margin: 0 auto
  }

  .welcome-wrapper p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 1rem
  }
}

.features {
  padding: 4rem 1rem;
  color: #222;
  background-color: #f9fbfc;
}



.fullscreen-content p {
  font-size: .95rem;
  line-height: 1.6
}

.contact-us-button {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1rem;
  padding: .75rem;
  margin-top: 1rem
}

.fullscreen-expand h3 {
  font-size: 1.2rem
}

.features-header-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 5rem
}

.features-header {
  padding: 0 1.5rem;
  text-align: center;
  overflow-x: hidden
}

.features-header h2 {
  font-size: 2.8rem;
  font-weight: 800;
  color: #111;
  margin-bottom: .5rem;
  letter-spacing: .8px;
  text-transform: uppercase
}

.features-header h2::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background: var(--green);
  margin: 1rem auto 0;
  border-radius: 2px
}

.features-header p {
  color: var(--green);
  font-weight: 500;
  margin-top: .5rem;
  letter-spacing: .3px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto
}


@media (max-width:480px) {
  .features-header h2 {
    font-size: 1.3rem !important;
    line-height: 1.2;
    text-align: center;
    margin-bottom: .5rem;
    white-space: normal
  }

  .features-header h1 {
    font-size: 1rem !important;
    line-height: 1.2;
    margin-bottom: 1rem;
    white-space: normal
  }

  .features-header-container {
    padding: 0 1rem !important
  }

  .health-assessment-intro {
    font-size: 0.85rem !important;
    line-height: 1.4 !important;
    margin-top: 1rem;
    text-align: center;
    padding-left: 0 !important;
    padding-right: 0 !important;
    max-width: 100% !important
  }
}

#services.features {
  background-attachment: fixed
}

.contact-us-button {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1rem;
  padding: .75rem;
  margin-top: 1rem
}

.fullscreen-expand h3 {
  font-size: 1.2rem
}

.assessment-packages {
  background: linear-gradient(rgb(255 255 255 / .9), rgb(255 255 255 / .9)),
    url(https://www.executivemedicine.com.au/wp-content/uploads/2026/02/PRa9Rzf.webp)
    no-repeat center center;
  background-size: cover;
  background-blend-mode: lighten;
  padding: 4rem 2rem;
  border-radius: 10px;
}


@media (max-width:480px) {
  .fullscreen-expand:not(.expanded) .fullscreen-content {
    display: none;
    opacity: 0;
    height: 0;
    overflow: hidden
  }

  .fullscreen-expand h3 {
    font-size: 1.1rem;
    margin-bottom: .5rem
  }



  .fullscreen-expand {
    border: 1px solid #ccc;
    border-radius: 6px;
    background: #fff;
    padding: 1rem;
    box-shadow: 0 2px 10px rgb(0 0 0 / .05);
    cursor: pointer
  }
}

@media (max-width:480px) {
  .features-container {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center; /* cards will sit centered */
    gap: 1rem;
  }

  /* whichever class is the actual card */
  .silver-card,
  .fullscreen-expand {
    width: 90%;
    max-width: 520px;
  }
  /* Ensure insurance blurb is not bold */
.silver-card.insurance .summary-blurb,
.silver-card.insurance .summary-blurb strong{
  font-weight: 400 !important;
}







@media (max-width:480px) {
  .feature-content {
    flex-direction: column;
    text-align: left;
  }

  .feature-image {
    text-align: center;
    margin-top: 1rem;
  }

  .feature-image img {
    max-width: 100%;
    height: auto;
  }
}

}

.card-page-link {
  text-align: center;
  margin: .75rem 0 1.25rem
}

.card-page-link a {
  color: var(--accent-green);
  font-weight: 500;
  text-decoration: none
}

.card-page-link a:hover {
  text-decoration: underline
}

.section-subtitle {
  text-align: center;
  margin-top: 1rem;
  margin-bottom: .1rem;
  font-size: 1.8rem;
  font-weight: 700;
  color: #17496b;
  margin-bottom: 2rem;
  text-transform: uppercase;
  letter-spacing: 1px
}

.health-assessment-intro {
  font-size: 1.2rem;
  line-height: 1.75;
  max-width: 800px;
  margin: 2rem auto;
  text-align: center;
  font-family: 'Playfair Display', serif;
  color: #222;
  text-shadow: none
}

.quote-line {
  display: inline-block;
  margin: 1.5rem auto 0;
  padding: .35rem .75rem;
  border-radius: 8px;
  background: rgb(255 255 255 / .9);
  color: #1f4f86;
  font-style: italic;
  font-weight: 400;
  text-align: center
}



.features-header-container {
  text-align: center
}

.animate-quote {
  transition: all 0.7s ease;
  transform: scale(1);
  opacity: 1
}

.animate-quote.in-view {
  transform: scale(1.3);
  font-weight: 500;
  opacity: 1
}

.services-header-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  flex-wrap: nowrap;
  max-width: 1200px;
  margin: 0 auto 3rem auto;
  padding: 0 1rem
}

.services-icon {
  width: 200px;
  height: auto;
  flex-shrink: 0;
  object-fit: contain;
  opacity: .9
}

@media (max-width:768px) {
  .services-icon {
    display: none
  }
}

.features-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

@media (max-width:768px) {
  .features-container {
    grid-template-columns: 1fr;
  }
}



.feature-checklist {
  list-style-type: disc;
  padding-left: 1.5rem;
  margin: 1.5rem 0;
  color: #333;
  font-size: 1rem;
  line-height: 1.7
}

.fullscreen-expand {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  background: #fff;
  padding: 1.5rem;
  box-shadow: 0 2px 6px rgb(0 0 0 / .05);
  margin-bottom: 1.5rem;
  transition: box-shadow 0.3s ease;
  overflow: hidden;
  position: relative
}

.fullscreen-expand:hover {
  box-shadow: 0 4px 12px rgb(0 0 0 / .08)
}

.fullscreen-expand h3 {
  font-size: 1.5rem;
  margin-bottom: .5rem;
  text-align: center
}

.summary-blurb {
  font-weight: 500;
  color: #444
}

.fullscreen-content {
  display: none;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: opacity 0.3s ease;
  padding-top: 1rem
}

.fullscreen-expand.expanded .fullscreen-content {
  display: block;
  opacity: 1;
  height: auto
}

.fullscreen-expand.expanded .summary-blurb {
  display: none
}

@media (max-width:600px) {
  .silver-card h3 {
    font-size: 1.2rem;
    line-height: 1.3;
    text-align: center
  }

  .silver-card.expanded h3 {
    font-size: 1.4rem;
    margin-bottom: 1rem
  }
}

.feature-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap
}

.feature-text {
  flex: 1 1 60%
}

.feature-image {
  flex: 1 1 35%;
  text-align: right
}

.feature-image img {
  max-width: 100%;
  height: auto;
  border-radius: 6px
}
.assessment-packages .feature-row {
  max-width: 1200px;
  margin: 0 auto;
}

.feature-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between
}

.feature-row .silver-card {
  flex: 1 1 calc(50% - 0.5rem);
  max-width: calc(50% - 0.5rem);
  background: linear-gradient(to bottom right, #f8f9fa, #e6e8ea);
  border-left: 4px solid var(--green);
  border-radius: 6px;
  padding: 1.5rem;
  box-shadow: 0 3px 12px rgb(0 0 0 / .05);
  box-sizing: border-box
}

@media (max-width: 480px) {
  .assessment-packages .feature-row {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
  }

  .assessment-packages .feature-row .silver-card {
    flex: 0 1 auto;
    width: 85%;
    max-width: 520px;
  }
}

.assessment-packages .silver-card.expanded {
  position: fixed;
  top: 5vh;
  left: 50%;
  transform: translateX(-50%);
  width: 90vw;
  max-width: 600px;
  height: 90vh;
  overflow-y: auto;
  padding: 2rem;
  z-index: 1000;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 12px 40px rgb(0 0 0 / .2);
  -webkit-overflow-scrolling: touch
}




@media (max-width:480px) {

  .expand-default .fullscreen-content p,
  .expand-default .feature-text p,
  .expand-default .summary-blurb {
    font-size: .85rem;
    line-height: 1.5
  }

  .expand-default h3 {
    font-size: 1.1rem;
    margin-bottom: .5rem
  }

  .expand-default .feature-checklist {
    font-size: .85rem;
    line-height: 1.5;
    padding-left: 1rem
  }

  .expand-default {
    padding: 1rem !important
  }
}

.assessment-packages .silver-card.expanded {
  position: fixed;
  top: 5vh;
  left: 50%;
  transform: translateX(-50%);
  width: 90vw;
  max-width: 600px;
  z-index: 1000;
  background: #fff;
  padding: 2rem;
  border-radius: 10px;
  box-shadow: 0 12px 40px rgb(0 0 0 / .2)
}

@media (max-width:600px) {
  .silver-card h3 {
    font-size: 1.2rem;
    line-height: 1.3;
    text-align: center
  }

  .silver-card.expanded h3 {
    font-size: 1.4rem;
    margin-bottom: 1rem
  }
}
/* --- Summary blurb: 2-line hierarchy (hook + support) --- */
.summary-blurb {
  font-weight: 650;
  line-height: 1.35;
  margin-bottom: 0.75rem;
}

.summary-blurb .summary-sub {
  display: block;
  margin-top: 0.45rem;
  font-weight: 450;
  opacity: 0.9;
}



/* --- Tier accents: only changes left border + tiny tint --- */
.silver-card.tier-express { border-left-color: rgba(47,143,107,0.45); }
.silver-card.tier-premium { border-left-color: rgba(23,73,107,0.45); }
.silver-card.tier-plus    { border-left-color: rgba(142,110,60,0.45); }

/* Optional: mild tint so tiers feel different without “marketing” */
.silver-card.tier-express { background: linear-gradient(to bottom right, #f8f9fa, #eef6f2); }
.silver-card.tier-premium { background: linear-gradient(to bottom right, #f8f9fa, #eef3f8); }
.silver-card.tier-plus    { background: linear-gradient(to bottom right, #f8f9fa, #f6f1e8); }

/* Summary blurb */
.summary-blurb{
  font-weight: 650;
  line-height: 1.35;
  margin-bottom: 0.75rem;
  color: #444;
}

.summary-blurb .summary-sub{
  display: block;
  margin-top: 0.45rem;
  font-weight: 450;
  opacity: 0.9;
}

/* Duration pill */
.silver-card .card-meta{
  display: block;
  width: fit-content;
  margin: 0.35rem auto 0.9rem;
  padding: 0.25rem 0.55rem;
  border-radius: 999px;
  background: rgba(0,0,0,0.04);
  font-size: 0.9rem;
  color: #6f6f6f;
  letter-spacing: 0.02em;
  text-align: center;
}


.section-subtitle {
  text-align: center;
  margin-top: 3rem;
  margin-bottom: 2rem;
  font-size: 1.8rem;
  font-weight: 700;
  color: #17496b;
  text-transform: uppercase;
  letter-spacing: 1px
}

.client-banner-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.25rem;
  font-weight: 500;
  color: #17496b;
  margin-bottom: 1rem;
  text-align: center;
  letter-spacing: .5px;
  line-height: 1.4
}

.main-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgb(255 255 255 / .9);
  box-shadow: 0 2px 6px rgb(0 0 0 / .05);
  z-index: 999;
  padding: .75rem 2rem
}

.main-nav ul {
  display: flex;
  justify-content: flex-end;
  gap: 2rem;
  list-style: none;
  margin: 0;
  padding: 0
}

.main-nav a {
  text-decoration: none;
  color: #17496b;
  font-weight: 600;
  font-size: 1rem;
  transition: color 0.3s ease
}

.main-nav a:hover {
  color: var(--green)
}

@media (max-width:480px) {
  .main-nav {
    padding: .5rem 1rem
  }

  .main-nav a {
    font-size: .85rem;
    padding: .5rem
  }
}

.fixed-cta {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: var(--green);
  color: #fff;
  padding: .75rem 1.25rem;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 5px;
  text-decoration: none;
  box-shadow: 0 3px 10px rgb(0 0 0 / .25);
  z-index: 999;
  transition: background-color 0.3s ease
}

.fixed-cta:hover {
  background-color: #6ebd82
}

@media (max-width:480px) {
  .fixed-cta {
    font-size: .9rem;
    padding: .6rem 1rem;
    bottom: 15px;
    right: 15px
  }
}

.doctors-intro-image {
  max-width: 900px;
  margin: 2rem auto 3rem;
  text-align: center
}

.doctors-intro-image img {
  width: 100%;
  max-width: 720px;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 6px 24px rgb(0 0 0 / .08)
}

.doctors {
  padding: 4rem 1.5rem;
  background: #f9fbfc;
  max-width: 1200px;
  margin: 0 auto
}

.doctors-header {
  text-align: center;
  margin-bottom: 3rem
}

.doctors-header h2 {
  font-size: 2.5rem;
  font-weight: 800;
  color: #17496b;
  text-transform: uppercase
}

.doctor-card {
  background: #fff;
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  margin-bottom: 2rem;
  padding: 2rem;
  border-radius: 1rem;
  box-shadow: 0 10px 30px rgb(0 0 0 / .05)
}

.doctor-card img {
  width: 120px;
  height: auto;
  border-radius: .5rem;
  object-fit: cover
}

.doctor-card h3 {
  font-size: 1.4rem;
  color: #17496b;
  margin-bottom: .2rem
}

.doctor-card .subtitle {
  font-size: 1rem;
  font-weight: 500;
  color: var(--green);
  margin-bottom: .75rem
}

@media (max-width:768px) {
  .doctor-card {
    flex-direction: column;
    align-items: center;
    text-align: center
  }

  .doctor-card img {
    width: 140px;
    height: auto;
    margin-bottom: 1rem
  }

  .doctor-info {
    width: 100%
  }
}

@media (max-width:480px) {
  .doctor-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 1.5rem 1rem
  }

  .doctor-card img {
    width: 120px;
    margin-bottom: 1rem
  }

  .doctor-info h3 {
    font-size: 1.2rem;
    margin-bottom: .25rem
  }

  .doctor-info p {
    font-size: .95rem;
    line-height: 1.5
  }

  .doctor-description {
    font-size: .95rem
  }

  button.toggle-bio {
    margin-top: 1rem;
    font-size: .95rem;
    width: 100%
  }
}

.trusted-organisations {
  background: #fff;
  padding: 4rem 1.5rem
}

.trusted-inner {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center
}

.trusted-organisations h2 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #17496b;
  margin-bottom: .75rem
}

.trusted-subtext {
  font-size: 1rem;
  color: #555;
  max-width: 720px;
  margin: 0 auto 2.5rem;
  line-height: 1.6
}

.trusted-logos {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 2rem;
  align-items: center;
  justify-items: center
}

.trusted-logos img {
  max-width: 140px;
  max-height: 60px;
  object-fit: contain;
  opacity: 1;
  transition: opacity 0.3s ease, transform 0.3s ease
}

.trusted-logos img:hover {
  opacity: 1;
  transform: scale(1.03)
}

@media (max-width:480px) {
  .trusted-organisations {
    padding: 3rem 1rem
  }

  .trusted-logos {
    gap: 1.5rem
  }
}

.founder-history-section {
  background-color: #f7f8fa;
  padding: 4rem 1.5rem
}

.founder-history-wrapper {
  max-width: 900px;
  margin: 0 auto;
  font-size: 1rem;
  line-height: 1.6;
  color: #2e2e2e;
  text-align: left
}

.founder-history-section h2 {
  font-size: 2rem;
  color: #17496b;
  margin-bottom: 1.5rem;
  font-weight: 700;
  text-align: center
}

.founder-image-block {
  text-align: center;
  margin-bottom: 2rem
}

.founder-image-block img {
  max-width: 240px;
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 18px rgb(0 0 0 / .1)
}

@media (max-width:480px) {
  .founder-history-section {
    padding: 2rem 1rem
  }

  .founder-history-wrapper {
    text-align: left
  }

  .founder-history-section h2 {
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 1.25rem
  }

  .founder-image-block {
    margin-bottom: 1rem;
    text-align: center
  }

  .founder-image-block img {
    width: 160px;
    height: auto;
    border-radius: 10px;
    margin: 0 auto
  }

  .founder-image-block p {
    font-size: .8rem;
    color: #555;
    margin-top: .5rem
  }

  .founder-history-wrapper p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 1rem
  }
}

.doctor-description {
  max-height: 4.5em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  transition: max-height 0.4s ease, -webkit-line-clamp 0.4s ease;
  position: relative
}

.doctor-card.active .doctor-description {
  max-height: none;
  -webkit-line-clamp: unset;
  -webkit-box-orient: initial;
  overflow: visible;
  display: block
}

button.toggle-bio {
  margin-top: 1rem;
  background-color: var(--green);
  color: #fff;
  border: none;
  padding: .5rem 1rem;
  font-family: inherit;
  font-size: .95rem;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.3s ease
}

button.toggle-bio:hover {
  background-color: #6ebd82
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(5px)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

.doctor-description {
  font-size: 1rem;
  line-height: 1.6;
  margin-top: .75rem;
  max-height: 4.5em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  transition: max-height 0.4s ease, -webkit-line-clamp 0.4s ease;
  position: relative
}

.doctor-card.active .doctor-description {
  max-height: 1000px;
  -webkit-line-clamp: unset;
  overflow: visible
}

.doctor-description::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.5em;
  background: linear-gradient(to bottom, #fff0, #fff);
  pointer-events: none;
  transition: opacity 0.3s ease
}

.doctor-card.active .doctor-description::after {
  opacity: 0
}

.health-priority-section {
  background-color: #f4f4f4;
  padding: 4rem 1.5rem
}

.health-priority-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  gap: 2rem
}

.health-priority-text {
  flex: 1 1 55%;
  font-size: 1rem;
  line-height: 1.6;
  color: #333
}

.health-priority-text h2 {
  font-size: 2rem;
  color: #17496b;
  margin-bottom: 1rem
}

.health-priority-text p {
  margin-bottom: 1rem;
  line-height: 1.6
}

.health-priority-image {
  flex: 1 1 40%;
  text-align: center
}

.health-priority-image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px
}

.contact-subtext {
  font-size: 1rem;
  line-height: 1.6;
  color: #555;
  margin-top: 1rem;
  font-style: italic
}

.footer-map-section {
  background: #f9f9f9;
  padding: 3rem 1.5rem
}

.footer-map-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto
}

.footer-map {
  flex: 1 1 60%;
  min-height: 300px;
  border-radius: 8px;
  overflow: hidden
}

.footer-address {
  flex: 1 1 35%;
  font-size: 1rem;
  color: #333
}

.footer-address h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: #17496b
}

.footer-address a {
  color: #17496b;
  text-decoration: none
}

.footer-address a:hover {
  text-decoration: underline
}

.contact-us-button,
.consult-button {
  display: inline-block;
  margin-top: 1.5rem;
  padding: .75rem 1.5rem;
  background-color: var(--green);
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.3s ease
}

.contact-us-button:hover,
.consult-button:hover {
  background-color: #6ebd82
}

.innovation-section {
  background-color: #fff;
  padding: 4rem 1.5rem;
  border-top: 1px solid #e0e0e0
}

.innovation-wrapper {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center
}

.innovation-header h2 {
  font-size: 2rem;
  color: #17496b;
  margin-bottom: 1rem;
  font-weight: 800
}

.innovation-header p {
  font-size: 1.1rem;
  margin-bottom: 2rem;
  color: #444
}

.innovation-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left
}

.innovation-list li {
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.6;
  border-left: 4px solid var(--green);
  padding-left: 1rem;
  color: #333
}

.innovation-list li strong {
  color: #17496b
}

@media (max-width:768px) {
  .innovation-wrapper {
    text-align: left
  }

  .innovation-header h2 {
    font-size: 1.6rem
  }

  .innovation-header p {
    font-size: 1rem
  }

  .innovation-list li {
    font-size: .95rem
  }
}

.location-note {
  background: #fff;
  padding: 3rem 1.5rem;
  text-align: center
}

.location-text {
  max-width: 800px;
  margin: 0 auto;
  font-size: 1.1rem;
  color: #333;
  line-height: 1.7
}

.location-note {
  border-top: 1px solid #e0e0e0
}

.contact-section {
  background: #f9f9f9;
  padding: 4rem 1.5rem;
  text-align: center
}

.contact-wrapper {
  max-width: 700px;
  margin: 0 auto
}

.contact-wrapper h2 {
  font-size: 2rem;
  color: #17496b;
  margin-bottom: 1rem
}

.contact-wrapper p {
  font-size: 1rem;
  color: #444;
  margin-bottom: 2rem
}

.contact-wrapper form {
  display: flex;
  flex-direction: column;
  gap: 1rem
}

.contact-wrapper input,
.contact-wrapper textarea {
  padding: .75rem 1rem;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-family: inherit
}

.contact-wrapper button {
  background-color: var(--green);
  color: #fff;
  border: none;
  padding: .75rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease
}

.contact-wrapper button:hover {
  background-color: #6ebd82
}

.testimonial-highlight {
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem;
  font-style: bold;
  font-weight: 500;
  color: #17496b;
  max-width: 800px;
  margin: 0 auto 2rem auto;
  text-align: center;
  line-height: 1.6;
  padding: 0 1rem;
  text-shadow: 0 1px 1px rgb(0 0 0 / .04)
}

.testimonial-slider {
  position: relative;
  overflow: hidden
}

.testimonial-track {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  gap: 1.5rem;
  padding: 2rem 0
}

.testimonial {
  flex: 0 0 100%;
  scroll-snap-align: start;
  background: #fff;
  padding: 1.5rem;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgb(0 0 0 / .05);
  font-size: .95rem;
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer
}

.testimonial.expanded {
  transform: scale(1.1);
  z-index: 10
}

.testimonial {
  display: none
}

.testimonial.visible {
  display: block
}

@media (min-width:768px) {
  .testimonial {
    flex: 0 0 48%
  }
}

@media (min-width:1024px) {
  .testimonial {
    flex: 0 0 30%
  }
}

.testimonial span {
  display: block;
  margin-top: .75rem;
  font-weight: 600;
  font-size: .85rem;
  color: #555
}

.testimonial-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: var(--green);
  color: #fff;
  border: none;
  padding: .5rem 1rem;
  font-size: 1.5rem;
  cursor: pointer;
  border-radius: 50%;
  z-index: 2;
  transition: background 0.3s ease
}

.testimonial-arrow.left {
  left: -1rem
}

.testimonial-arrow.right {
  right: -1rem
}

.testimonial-arrow:hover {
  background: #6ebd82
}

.testimonial-track::-webkit-scrollbar {
  display: none
}

.testimonial-track {
  scrollbar-width: none
}

.testimonials h2 {
  text-align: center;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 2.2rem;
  color: #17496b;
  margin-bottom: 1rem
}

@media (max-width:480px) {
  .contact-wrapper {
    padding: 0 1rem
  }

  .contact-wrapper h2 {
    font-size: 1.5rem
  }

  .contact-wrapper p {
    font-size: .95rem;
    line-height: 1.5
  }

  .contact-wrapper input,
  .contact-wrapper textarea,
  .contact-wrapper button {
    font-size: 1rem;
    padding: .75rem
  }

  .contact-us-button,
  .consult-button {
    width: 100%;
    text-align: center
  }

  .footer-map-wrapper {
    flex-direction: column;
    gap: 1.5rem;
    padding: 0 1rem
  }

  .footer-address {
    text-align: center;
    font-size: .95rem
  }

  .footer-address h3 {
    font-size: 1.3rem
  }

  .footer-address p {
    line-height: 1.5
  }

  .footer-map {
    height: 250px
  }

  .location-text {
    font-size: 1rem;
    padding: 0 1rem
  }

  .fixed-cta {
    font-size: .9rem;
    padding: .6rem 1rem;
    bottom: 15px;
    right: 15px
  }
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px
}

.google-reviews-section {
  padding: 2rem 1rem;
  background-color: #f9fbfc;
  text-align: center
}

.google-reviews-wrapper {
  max-width: 400px;
  margin: 0 auto
}

.google-reviews-wrapper img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 16px rgb(0 0 0 / .06)
}

.footer-map-section {
  background: #f9f9f9;
  padding: 3rem 1.5rem
}

.footer-map-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto
}

.footer-map {
  flex: 1 1 60%;
  min-height: 300px;
  border-radius: 8px;
  overflow: hidden
}

.footer-address {
  flex: 1 1 35%;
  font-size: 1rem;
  color: #333
}

.footer-address h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: #17496b
}

.footer-address a {
  color: #17496b;
  text-decoration: none
}

.footer-address a:hover {
  text-decoration: underline
}

.social-banner a i {
  color: white !important;
  font-size: 1.2rem !important;
  opacity: 1 !important
}

.features-top-bg {
  background: linear-gradient(rgb(255 255 255 / .8), rgb(255 255 255 / .3)), url(https://www.executivemedicine.com.au/wp-content/uploads/2026/02/IGnhkD4.webp) center center / cover no-repeat;
  background-blend-mode: lighten;
  background-attachment: scroll;
  padding-top: 5rem;
  padding-bottom: 5rem
}

.fullscreen-content {
  display: none;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: opacity 0.3s ease
}

.fullscreen-expand.expanded .fullscreen-content {
  display: block;
  opacity: 1;
  height: auto
}

.fullscreen-expand .summary-blurb {
  display: block
}

.fullscreen-expand.expanded .summary-blurb {
  display: none
}

.section-divider {
  width: 80px;
  height: 4px;
  background-color: var(--green);
  margin: 3rem auto;
  border-radius: 2px
}

.client-banner {
  background-color: #f8f8f8;
  padding: 1rem 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  text-align: center
}

.client-banner-wrapper {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 1rem
}

.client-banner img {
  max-width: 100%;
  height: auto;
  opacity: .85;
  transition: opacity 0.3s ease
}

.client-banner img:hover {
  opacity: 1
}

.trusted-logos-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  position: relative;
  margin-top: 2.5rem
}

.trusted-logos-scroll::-webkit-scrollbar {
  display: none
}

.trusted-logos {
  display: flex;
  align-items: center;
  gap: 3rem;
  padding: 1rem 0;
  scroll-snap-type: x mandatory
}

.trusted-logos img {
  max-height: 60px;
  width: auto;
  flex: 0 0 auto;
  scroll-snap-align: center;
  opacity: .85;
  transition: opacity 0.3s ease
}

.trusted-logos img:hover {
  opacity: 1
}

.trusted-logos-scroll::before,
.trusted-logos-scroll::after {
  content: "";
  position: absolute;
  top: 0;
  width: 60px;
  height: 100%;
  pointer-events: none;
  z-index: 2
}

.trusted-logos-scroll::before {
  left: 0;
  background: linear-gradient(to right, #f9fbfc 0%, #fff0 100%)
}

.trusted-logos-scroll::after {
  right: 0;
  background: linear-gradient(to left, #f9fbfc 0%, #fff0 100%)
}

.welcome-container {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap
}

.welcome-image {
  flex-shrink: 0;
  width: 300px !important;
  max-width: 240px !important;
  height: auto;
  display: block
}

.welcome-image img {
  width: 100% !important;
  height: auto !important;
  max-width: 100% !important;
  display: block;
  border-radius: 1rem
}

.welcome-text {
  flex: 1;
  text-align: left;
  font-size: 1rem;
  line-height: 1.6
}

.doctor-name {
  text-align: center;
  font-size: .9rem;
  font-weight: 600;
  margin-top: .5rem;
  line-height: 1.2
}

.trusted-logos {
  animation: logo-scroll 60s linear infinite;
  width: max-content
}

.trusted-logos-scroll:hover .trusted-logos {
  animation-play-state: paused
}

@keyframes logo-scroll {
  from {
    transform: translateX(0)
  }

  to {
    transform: translateX(-50%)
  }
}

@media (max-width:768px) {
  .welcome-container {
    flex-direction: column;
    align-items: center;
    text-align: center
  }

  .welcome-image {
    width: 300px;
    margin-bottom: 1.5rem
  }

  .welcome-text {
    text-align: left
  }
}

@media (max-width:480px) {
  .welcome-image {
    width: 200px
  }

  .welcome-text h2 {
    font-size: 1.1rem
  }

  .welcome-text p {
    font-size: .9rem
  }
}

body.modal-open {
  overflow: hidden
}

.feature-card {
  background: #fff;
  padding: 1.5rem;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgb(0 0 0 / .05);
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem
}

.feature-card.always-expanded .fullscreen-content {
  display: block !important;
  opacity: 1 !important;
  max-height: none !important
}

.feature-card.always-expanded {
  display: block;
  opacity: 1;
  max-height: none;
  overflow: visible;
  padding: 1.5rem;
  background: #fff;
  border-radius: 8px;
  margin-bottom: 2rem;
  box-shadow: 0 2px 10px rgb(0 0 0 / .05)
}

.feature-card.always-expanded .feature-content {
  display: flex;
  flex-direction: column;
  gap: 1rem
}

.feature-card.always-expanded .feature-image img {
  width: 100%;
  border-radius: 6px
}

.card-icon {
  display: block;
  font-size: 2rem;
  color: var(--green);
  text-align: center;
  margin-bottom: .75rem
}

.card-header {
  display: flex;
  align-items: center;
  gap: .75rem;
  margin-bottom: .5rem
}

.card-header i {
  font-size: 1.5rem;
  color: var(--green);
  flex-shrink: 0
}

.card-header h3 {
  font-size: 1.2rem;
  margin: 0
}

ul {
  list-style-type: none;
  padding-left: 0
}

@media (max-width:480px) {
  .hero-heading-inline {
    display: block !important
  }

  .hero-heading-inline>* {
    text-align: center;
    margin-left: auto;
    margin-right: auto
  }
}

.nav-toggle {
  display: none
}

@media (max-width:768px) {
  .nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 14px;
    border: 1px solid rgb(0 0 0 / .15);
    border-radius: 10px;
    background: #fff;
    font: inherit;
    cursor: pointer
  }

  .main-nav .nav-menu {
    display: none;
    margin-top: 12px
  }

  .main-nav.is-open .nav-menu {
    display: block
  }
}

html,
body {
  max-width: 100%;
  overflow-x: hidden
}
/* Body copy: clean, medical, highly readable */
body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont,
               "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Playfair Display", serif;
}
.testimonial,
.testimonial p {
  font-size: 0.98rem;
  line-height: 1.65;
  color: #2a2a2a;
}

.secondary-page .content-card {
  max-width: 900px;
  margin: 0 auto
}

.secondary-page p {
  margin: .75rem 0;
  line-height: 1.55
}

.secondary-page h2 {
  margin: 0 0 .75rem;
  line-height: 1.2
}

.secondary-page ul {
  margin: .75rem 0 1rem;
  padding-left: 1.1rem
}

.secondary-page li {
  margin: .35rem 0
}

.summary-blurb {
  font-size: .95rem;
  line-height: 1.6;
  color: #333;
  margin: 0 0 1rem
}

.feature-checklist {
  list-style: none;
  padding-left: 0;
  margin: 0 0 1.25rem
}

.feature-checklist li {
  position: relative;
  padding-left: 1.6rem;
  margin: .35rem 0;
  line-height: 1.55;
  color: #222
}

.feature-checklist li::before {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  opacity: .7;
  position: absolute;
  left: 0;
  top: .15rem;
  font-size: .9rem;
  color: rgba(47, 143, 107, .55)
}

@media (min-width:900px) {
  .feature-checklist {
    column-count: 2;
    column-gap: 3rem
  }

  .feature-checklist li {
    break-inside: avoid
  }
}