/* PAGE-SPECIFIC STYLES FOR THE HOME PAGE */
/*-- -------------------------- -->
<---       Side By Side         -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #sbs {
    padding: var(--sectionPadding);
  }
  #sbs .cs-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
    max-width: 80rem;
    width: 100%;
    row-gap: 2.5rem;
  }
  #sbs .cs-left {
    position: relative;
    height: 39.75em;
    /* using ems so we can use font size to scale the whole section */
    width: 39.4375em;
    /* scaling the font size with the view width */
    font-size: min(2.31vw, 0.7em);
  }
  #sbs .cs-picture {
    position: absolute;
    display: block;
    border-radius: 1.5em;
    /* clips img tag corners */
    overflow: hidden;
  }
  #sbs .cs-picture img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /* makes image act like a background image */
    object-fit: cover;
  }
  #sbs .cs-picture1 {
    top: 0;
    left: 0;
    height: 36.3125em;
    width: 32.625em;
  }
  #sbs .cs-picture2 {
    bottom: 0;
    right: 0;
    /* 6px - 12px */
    border: clamp(0.375em, 1.5vw, 0.75em) solid #fff;
    background-color: #fff;
    height: 25em;
    width: 25.875em;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 40px;
  }
  #sbs .cs-right {
    margin: auto;
    max-width: 33.875rem;
  }
  #sbs .cs-topper {
    margin-bottom: 0.25rem;
    text-align: left;
  }
  #sbs .cs-title {
    max-width: 50rem;
    text-align: left;
  }
  #sbs .cs-text {
    margin-bottom: 1rem;
    max-width: 46.875rem;
    text-align: left;
  }
  #sbs .cs-text:last-of-type {
    margin-bottom: 2rem;
  }
  #sbs .cs-flex-group {
    position: relative;
    border-radius: 1rem;
    background-color: #f7f7f7;
    /* 16px - 32px */
    padding: clamp(1rem, 3vw, 2rem);
  }
  #sbs .cs-flex-p {
    margin: 0 0 1rem;
    /* 14px - 16px */
    font-size: clamp(0.875rem, 1.5vw, 1rem);
    line-height: 1.5em;
    color: #353535;
  }
  #sbs .cs-name {
    display: block;
    margin: 0 0 0.25rem;
    text-transform: uppercase;
    font-size: 1.25rem;
    line-height: 1.2em;
    font-weight: bold;
    color: var(--headerColor);
  }
  #sbs .cs-job {
    display: block;
    font-size: 0.875rem;
    line-height: 1.5em;
    color: #353535;
  }
  #sbs .cs-quote-icon {
    position: absolute;
    bottom: 0rem;
    /* 16px - 32px */
    right: clamp(1rem, 4vw, 2rem);
    height: auto;
    /* 60px - 136px */
    width: clamp(3.75rem, 10vw, 8.5rem);
  }
  #sbs .cs-button-solid {
    margin-top: 2rem;
  }
}
/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #sbs .cs-container {
    flex-flow: row;
    justify-content: space-between;
    gap: 3.25rem;
  }
  #sbs .cs-left {
    font-size: min(1.2vw, 1em);
    flex: none;
  }
  #sbs .cs-right {
    margin: 0;
  }
}
/* Dark Mode */
@media only screen and (min-width: 0rem) {
  body.dark-mode #sbs .cs-left:before, body.dark-mode #sbs .cs-left:after {
    background: var(--accent);
  }
  body.dark-mode #sbs .cs-picture2 {
    /* 6px - 12px */
    border: clamp(0.375em, 1.5vw, 0.75em) solid var(--dark);
    background-color: var(--dark);
  }
  body.dark-mode #sbs .cs-topper {
    color: var(--primaryLight);
  }
  body.dark-mode #sbs .cs-title,
  body.dark-mode #sbs .cs-text,
  body.dark-mode #sbs .cs-h3,
  body.dark-mode #sbs .cs-flex-p,
  body.dark-mode #sbs .cs-name {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode #sbs .cs-flex-group {
    background-color: var(--accent);
  }
  body.dark-mode #sbs .cs-job {
    opacity: 0.8;
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode #sbs .cs-quote-icon {
    opacity: 0.2;
  }
}
/*-- -------------------------- -->
<---       Side By Side         -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #sbs-r {
    padding: var(--sectionPadding);
  }
  #sbs-r .cs-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
    max-width: 80rem;
    width: 100%;
    row-gap: 2.5rem;
  }
  #sbs-r .cs-left {
    position: relative;
    height: 39.75em;
    /* using ems so we can use font size to scale the whole section */
    width: 39.4375em;
    /* scaling the font size with the view width */
    font-size: min(2.31vw, 0.7em);
  }
  #sbs-r .cs-picture {
    position: absolute;
    display: block;
    border-radius: 1.5em;
    /* clips img tag corners */
    overflow: hidden;
  }
  #sbs-r .cs-picture img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /* makes image act like a background image */
    object-fit: cover;
  }
  #sbs-r .cs-picture1 {
    top: 0;
    right: 0;
    height: 36.3125em;
    width: 32.625em;
  }
  #sbs-r .cs-picture2 {
    bottom: 0;
    left: 0;
    /* 6px - 12px */
    border: clamp(0.375em, 1.5vw, 0.75em) solid #fff;
    background-color: #fff;
    height: 25em;
    width: 25.875em;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 40px;
  }
  #sbs-r .cs-right {
    margin: auto;
    max-width: 33.875rem;
  }
  #sbs-r .cs-topper {
    margin-bottom: 0.25rem;
    text-align: left;
  }
  #sbs-r .cs-title {
    max-width: 50rem;
    text-align: left;
  }
  #sbs-r .cs-text {
    margin-bottom: 1rem;
    max-width: 46.875rem;
    text-align: left;
  }
  #sbs-r .cs-text:last-of-type {
    margin-bottom: 2rem;
  }
  #sbs-r .cs-flex-group {
    position: relative;
    border-radius: 1rem;
    background-color: #f7f7f7;
    /* 16px - 32px */
    padding: clamp(1rem, 3vw, 2rem);
  }
  #sbs-r .cs-flex-p {
    margin: 0 0 1rem;
    /* 14px - 16px */
    font-size: clamp(0.875rem, 1.5vw, 1rem);
    line-height: 1.5em;
    color: #353535;
  }
  #sbs-r .cs-name {
    display: block;
    margin: 0 0 0.25rem;
    text-transform: uppercase;
    font-size: 1.25rem;
    line-height: 1.2em;
    font-weight: bold;
    color: var(--headerColor);
  }
  #sbs-r .cs-job {
    display: block;
    font-size: 0.875rem;
    line-height: 1.5em;
    color: #353535;
  }
  #sbs-r .cs-quote-icon {
    position: absolute;
    bottom: 0rem;
    /* 16px - 32px */
    right: clamp(1rem, 4vw, 2rem);
    height: auto;
    /* 60px - 136px */
    width: clamp(3.75rem, 10vw, 8.5rem);
  }
}
/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #sbs-r .cs-container {
    flex-flow: row;
    justify-content: space-between;
    gap: 3.25rem;
  }
  #sbs-r .cs-left {
    /* sends it to the right */
    order: 2;
    font-size: min(1.2vw, 1em);
    flex: none;
  }
  #sbs-r .cs-right {
    margin: 0;
  }
}
/* Dark Mode */
@media only screen and (min-width: 0rem) {
  body.dark-mode #sbs-r .cs-left:before, body.dark-mode #sbs-r .cs-left:after {
    background: var(--accent);
  }
  body.dark-mode #sbs-r .cs-picture2 {
    /* 6px - 12px */
    border: clamp(0.375em, 1.5vw, 0.75em) solid var(--dark);
    background-color: var(--dark);
  }
  body.dark-mode #sbs-r .cs-topper {
    color: var(--primaryLight);
  }
  body.dark-mode #sbs-r .cs-title,
  body.dark-mode #sbs-r .cs-text,
  body.dark-mode #sbs-r .cs-h3,
  body.dark-mode #sbs-r .cs-flex-p,
  body.dark-mode #sbs-r .cs-name {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode #sbs-r .cs-flex-group {
    background-color: var(--accent);
  }
  body.dark-mode #sbs-r .cs-job {
    opacity: 0.8;
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode #sbs-r .cs-quote-icon {
    opacity: 0.2;
  }
}
/*-- -------------------------- -->
<---          Gallery           -->
<--- -------------------------- -*/
/* Mobile - 360px - Contains hover animation */
@media only screen and (min-width: 0rem) {
  #gallery {
    position: relative;
    /* Prevents overflow from the image going off screen */
    overflow: hidden;
    padding: var(--sectionPadding);
    /* Centers button */
    text-align: center;
  }
  #gallery .cs-container {
    margin: auto;
    max-width: 82.625em;
    width: 100%;
  }
  #gallery .cs-topper {
    margin-bottom: 1rem;
    text-align: center;
  }
  #gallery .cs-title {
    margin-bottom: 2.5rem;
    max-width: 38.8125rem;
    text-align: center;
  }
  #gallery .cs-image-group {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin: 0 auto 3.75rem;
    max-width: 82.625em;
    width: 100%;
    padding: 0;
    /* used rem so it doesn't scale with the font size of on parent */
    font-size: min(1.1vw, 1em);
    gap: 1.875em;
  }
  #gallery .cs-row {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 1.875em;
  }
  #gallery .cs-picture {
    position: relative;
    display: block;
  }
  #gallery .cs-picture img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  #gallery .cs-row-1 .cs-picture1 {
    height: 35.4375em;
    width: 26.25em;
  }
  #gallery .cs-row-1 .cs-picture2 {
    height: 39.3125em;
    width: 26.25em;
  }
  #gallery .cs-row-1 .cs-picture3 {
    height: 32em;
    width: 26.25em;
  }
  #gallery .cs-row-2 .cs-picture1 {
    height: 30.75em;
    width: 26.25em;
  }
  #gallery .cs-row-2 .cs-picture2 {
    height: 32.3125em;
    width: 26.25em;
  }
  #gallery .cs-row-2 .cs-picture3 {
    height: 39.3125em;
    width: 26.25em;
  }
  #gallery .cs-row-3 .cs-picture1 {
    height: 39.0625em;
    width: 26.25em;
  }
  #gallery .cs-row-3 .cs-picture2 {
    height: 28.25em;
    width: 26.25em;
  }
  #gallery .cs-row-3 .cs-picture3 {
    height: 39.3125em;
    width: 26.25em;
  }
}
/* Dark mode */
@media only screen and (min-width: 0rem) {
  body.dark-mode #gallery .cs-title {
    color: var(--bodyTextColorWhite);
  }
}
/*-- -------------------------- -->
<---          Reviews           -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #reviews {
    padding: var(--sectionPadding);
    /* Centers the button */
    text-align: center;
  }
  #reviews .cs-container {
    margin: auto;
    max-width: 69rem;
    width: 100%;
  }
  #reviews .cs-topper {
    margin-bottom: 1rem;
    text-align: center;
  }
  #reviews .cs-title {
    max-width: 43.75rem;
    text-align: center;
  }
  #reviews .cs-text {
    /* 88px - 104px */
    margin-bottom: clamp(5.5em, 10.2vw, 6.5em);
    max-width: 40.625rem;
    text-align: center;
  }
  #reviews .cs-card-group {
    /* 48px - 64px */
    margin: 0 auto clamp(3rem, 5vw, 4rem);
    padding: 0;
  }
  #reviews .cs-item {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-radius: 0.25rem;
    margin: 0 auto 4rem;
    background: #fff;
    max-width: 33.875rem;
    width: 100%;
    /* Prevents padding from affecting height & width */
    box-sizing: border-box;
    /* Padding L & R - 16px - 32px */
    padding: 3.75rem clamp(1rem, 3.2vw, 2rem) 0;
    /* 32px - 40px */
    padding-bottom: clamp(2rem, 5.4vw, 2.5rem);
    list-style: none;
    text-align: left;
    box-shadow: 0px 20px 39px 0px rgba(0, 0, 0, 0.05);
  }
  #reviews .cs-item:last-of-type {
    margin-bottom: 0;
  }
  #reviews .cs-item-img {
    position: absolute;
    top: -2.5rem;
    height: 5rem;
    width: 5rem;
  }
  #reviews .cs-item-p {
    border-bottom: 1px solid #e8e9ec;
    margin: 0 0 1.25rem;
    padding-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.5em;
    color: var(--bodyTextColor);
  }
  #reviews .cs-reviewer {
    display: block;
    margin: 0 auto 0 0;
    width: 40%;
    font-size: 1.25rem;
    line-height: 1.5em;
    font-weight: 700;
    color: var(--headerColor);
  }
  #reviews .cs-desc {
    display: block;
    font-size: 0.875rem;
    font-weight: 400;
    color: var(#353535);
  }
  #reviews .cs-item-stars {
    height: 1rem;
    width: 6rem;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #reviews .cs-card-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
  }
  #reviews .cs-item {
    /* reset margin so it won't interfere with flexbox */
    margin: 0;
  }
}
/* Dark Mode */
@media only screen and (min-width: 0rem) {
  body.dark-mode #reviews .cs-title,
  body.dark-mode #reviews .cs-text,
  body.dark-mode #reviews .cs-item-p,
  body.dark-mode #reviews .cs-reviewer {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode #reviews .cs-item {
    background: var(--medium);
  }
  body.dark-mode #reviews .cs-desc {
    color: var(--primaryLight);
  }
}
/*-- -------------------------- -->
<---       Component Imports     -->
<--- -------------------------- -*/
/* ============================================ */
/*                    Hero                      */
/* ============================================ */
#hero {
  padding: 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: var(--primary);
  height: 100vh;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#hero .cs-container {
  width: 100%;
  max-width: 1280px;
  margin: auto;
  padding: 0 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 10;
}
#hero .cs-flex-group {
  text-align: center;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
#hero .cs-topper {
  font-size: 1.25rem;
  line-height: 1.2em;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: var(--bodyTextColorWhite);
  margin-bottom: 1rem;
  display: block;
}
#hero .cs-title {
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1.2em;
  text-align: center;
  width: 100%;
  color: var(--bodyTextColorWhite);
  margin: 0 0 1rem;
}
#hero .cs-text {
  font-size: 1.25rem;
  line-height: 1.5em;
  text-align: center;
  width: 100%;
  color: var(--bodyTextColorWhite);
  margin: 0 0 2rem;
  opacity: 0.9;
}
#hero .cs-button-solid {
  font-size: 1.25rem;
  line-height: 1.2em;
  text-decoration: none;
  font-weight: 700;
  text-align: center;
  margin: 0;
  color: var(--headerColor);
  min-width: 200px;
  padding: 1rem 1.5rem;
  background-color: var(--bodyTextColorWhite);
  border-radius: 0.5rem;
  display: inline-block;
  position: relative;
  z-index: 1;
  transition: color 0.3s;
}
#hero .cs-button-solid:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 0%;
  background: var(--secondary);
  opacity: 1;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 0.5rem;
  transition: width 0.3s;
}
#hero .cs-button-solid:hover {
  color: var(--bodyTextColorWhite);
}
#hero .cs-button-solid:hover:before {
  width: 100%;
}
#hero .cs-picture {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#hero .cs-picture:before {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--primary);
  opacity: 0.75;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: 1;
}
#hero .cs-picture img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #hero .cs-title {
    font-size: 3.5rem;
  }
  #hero .cs-text {
    font-size: 1.5rem;
  }
}
/* Large Desktop - 1300px */
@media only screen and (min-width: 81.25rem) {
  #hero .cs-title {
    font-size: 4rem;
  }
}
/* Dark Mode */
body.dark-mode #hero .cs-picture:before {
  background: rgba(0, 0, 0, 0.5);
}

/* ============================================ */
/*                Services Grid                 */
/* ============================================ */
#services-grid {
  padding: var(--sectionPadding);
  background-color: #f7f7f7;
}
#services-grid .cs-container {
  width: 100%;
  max-width: 1280px;
  margin: auto;
  padding: 0 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}
#services-grid .cs-content {
  text-align: center;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
#services-grid .cs-topper {
  font-size: 1.25rem;
  line-height: 1.2em;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 1rem;
  display: block;
}
#services-grid .cs-title {
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1.2em;
  text-align: center;
  max-width: 43.75rem;
  margin: 0 0 1rem;
  color: var(--headerColor);
  position: relative;
}
#services-grid .cs-text {
  font-size: 1.25rem;
  line-height: 1.5em;
  text-align: center;
  width: 100%;
  max-width: 40.625rem;
  margin: 0 auto;
  color: var(--bodyTextColor);
}
#services-grid .cs-card-group {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}
#services-grid .cs-item {
  background-color: #fff;
  border-radius: 1rem;
  padding: 2rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
#services-grid .cs-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
#services-grid .cs-item:hover .cs-icon-container {
  transform: scale(1.05);
}
#services-grid .cs-icon-container {
  width: 5rem;
  height: 5rem;
  background-color: var(--primaryLight);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  transition: transform 0.3s ease;
}
#services-grid .cs-icon-container img {
  width: 3rem;
  height: 3rem;
}
#services-grid .cs-h3 {
  font-size: 1.5rem;
  line-height: 1.2em;
  font-weight: 700;
  margin: 0 0 0.5rem;
  color: var(--headerColor);
}
#services-grid .cs-item-text {
  font-size: 1.25rem;
  line-height: 1.5em;
  text-align: center;
  margin: 0 0 1rem;
  color: var(--bodyTextColor);
  flex-grow: 1;
}
#services-grid .cs-link {
  display: inline-block;
  background-color: var(--primaryLight);
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.2em;
  padding: 1rem 1.75rem;
  border-radius: 2rem;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(25, 121, 191, 0.3);
  min-height: 44px;
  min-width: 44px;
}
#services-grid .cs-link:hover {
  background-color: #0d47a1;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(25, 121, 191, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}
#services-grid .cs-link:focus {
  outline: 3px solid var(--primary-alt);
  outline-offset: 3px;
}
#services-grid .cs-link:active {
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(25, 121, 191, 0.3);
}

/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #services-grid .cs-card-group {
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2.5rem;
  }
  #services-grid .cs-item {
    padding: 2.5rem;
  }
  #services-grid .cs-title {
    font-size: 3rem;
  }
  #services-grid .cs-link {
    padding: 0.875rem 1.5rem;
  }
}
/* Large Desktop - 1300px */
@media only screen and (min-width: 81.25rem) {
  #services-grid .cs-card-group {
    grid-template-columns: repeat(4, 1fr);
  }
  #services-grid .cs-title {
    font-size: 3.5rem;
  }
}
/* Dark Mode */
body.dark-mode #services-grid {
  background-color: rgba(0, 0, 0, 0.2);
}
body.dark-mode #services-grid .cs-topper {
  color: var(--primaryLight);
}
body.dark-mode #services-grid .cs-title {
  color: var(--bodyTextColorWhite);
}
body.dark-mode #services-grid .cs-text {
  color: var(--bodyTextColorWhite);
  opacity: 0.8;
}
body.dark-mode #services-grid .cs-item {
  background-color: var(--medium);
}
body.dark-mode #services-grid .cs-item:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}
body.dark-mode #services-grid .cs-icon-container {
  background-color: var(--primary-alt);
  border: 2px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 0 20px rgba(97, 96, 233, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
body.dark-mode #services-grid .cs-icon-container img {
  filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.2));
}
body.dark-mode #services-grid .cs-h3 {
  color: var(--bodyTextColorWhite);
}
body.dark-mode #services-grid .cs-item-text {
  color: var(--bodyTextColorWhite);
  opacity: 0.8;
}
body.dark-mode #services-grid .cs-link {
  background-color: var(--primaryLight);
  color: #fff;
}
body.dark-mode #services-grid .cs-link:hover {
  background-color: #0d47a1;
  box-shadow: 0 6px 16px rgba(25, 121, 191, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}
body.dark-mode #services-grid .cs-link:focus {
  outline: 3px solid var(--primary-alt);
  outline-offset: 3px;
}

/* ============================================ */
/*                Pricing Hero                  */
/* ============================================ */
#pricing-hero {
  padding: var(--sectionPadding);
  background-color: var(--primary);
}
#pricing-hero .cs-container {
  width: 100%;
  max-width: 1280px;
  margin: auto;
  padding: 0 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#pricing-hero .cs-content {
  text-align: center;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
#pricing-hero .cs-topper {
  font-size: 1.25rem;
  line-height: 1.2em;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: var(--bodyTextColorWhite);
  margin-bottom: 1rem;
  display: block;
  opacity: 0.9;
}
#pricing-hero .cs-title {
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1.2em;
  text-align: center;
  max-width: 43.75rem;
  margin: 0 0 2rem;
  color: var(--bodyTextColorWhite);
  position: relative;
}
#pricing-hero .cs-price-container {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.5rem;
  margin: 2rem 0;
}
#pricing-hero .cs-currency {
  font-size: 2rem;
  font-weight: 700;
  color: var(--bodyTextColorWhite);
  opacity: 0.8;
}
#pricing-hero .cs-price {
  font-size: 4rem;
  font-weight: 900;
  line-height: 1;
  color: var(--bodyTextColorWhite);
}
#pricing-hero .cs-period {
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--bodyTextColorWhite);
  opacity: 0.8;
}
#pricing-hero .cs-features-list {
  list-style: none;
  margin: 2rem 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
#pricing-hero .cs-feature {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-align: left;
  color: var(--bodyTextColorWhite);
  font-size: 1.25rem;
  line-height: 1.5;
}
#pricing-hero .cs-check {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
  filter: brightness(0) invert(1);
}
#pricing-hero .cs-button-solid {
  font-size: 1.25rem;
  line-height: 1.2em;
  text-decoration: none;
  font-weight: 700;
  text-align: center;
  margin: 2rem auto 1rem;
  color: var(--bodyTextColorWhite);
  min-width: 250px;
  padding: 1rem 2rem;
  background: linear-gradient(135deg, var(--primaryLight) 0%, #2a8fd8 50%, var(--primaryLight) 100%);
  border-radius: 0.5rem;
  display: inline-block;
  position: relative;
  z-index: 1;
  border: 2px solid transparent;
  background-clip: padding-box;
  box-shadow: 0 4px 16px rgba(25, 121, 191, 0.3), 0 2px 8px rgba(0, 0, 0, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 -1px 0 rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(255, 255, 255, 0.05);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform: translateY(0) scale(1);
  overflow: hidden;
}
#pricing-hero .cs-button-solid:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.5s ease;
  z-index: 1;
}
#pricing-hero .cs-button-solid:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, transparent 30%, transparent 70%, rgba(0, 0, 0, 0.05) 100%);
  border-radius: 0.5rem;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s ease;
}
#pricing-hero .cs-button-solid:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 8px 24px rgba(25, 121, 191, 0.4), 0 4px 12px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 -1px 0 rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(255, 255, 255, 0.1), 0 0 12px rgba(25, 121, 191, 0.2);
  background: linear-gradient(135deg, #2a8fd8 0%, var(--primaryLight) 30%, #2a8fd8 70%, var(--primaryLight) 100%);
  color: var(--bodyTextColorWhite);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  border-color: rgba(255, 255, 255, 0.2);
}
#pricing-hero .cs-button-solid:hover:before {
  left: 100%;
}
#pricing-hero .cs-button-solid:hover:after {
  opacity: 1;
}
#pricing-hero .cs-button-solid:active {
  transform: translateY(1px) scale(0.98);
  box-shadow: 0 2px 8px rgba(25, 121, 191, 0.3), 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.2), 0 0 0 2px rgba(25, 121, 191, 0.4), 0 0 8px rgba(25, 121, 191, 0.3);
  transition: all 0.1s ease;
}
#pricing-hero .cs-button-solid:focus {
  outline: none;
  box-shadow: 0 4px 16px rgba(25, 121, 191, 0.3), 0 2px 8px rgba(0, 0, 0, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 -1px 0 rgba(0, 0, 0, 0.1), 0 0 0 2px rgba(25, 121, 191, 0.4), 0 0 12px rgba(25, 121, 191, 0.2);
}
#pricing-hero .cs-guarantee {
  font-size: 1.25rem;
  line-height: 1.5;
  text-align: center;
  color: var(--bodyTextColorWhite);
  margin: 1rem 0 0;
  opacity: 0.9;
  font-weight: 600;
}

/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #pricing-hero .cs-title {
    font-size: 3rem;
  }
  #pricing-hero .cs-price {
    font-size: 5rem;
  }
  #pricing-hero .cs-features-list {
    max-width: 500px;
    gap: 1.25rem;
  }
  #pricing-hero .cs-feature {
    font-size: 1.25rem;
  }
}
/* Large Desktop - 1300px */
@media only screen and (min-width: 81.25rem) {
  #pricing-hero .cs-title {
    font-size: 3.5rem;
  }
  #pricing-hero .cs-price {
    font-size: 6rem;
  }
}
/* Dark Mode */
body.dark-mode #pricing-hero {
  background-color: rgba(0, 0, 0, 0.8);
}
body.dark-mode #pricing-hero .cs-button-solid {
  background-color: var(--bodyTextColorWhite);
  color: var(--headerColor);
}
body.dark-mode #pricing-hero .cs-button-solid:hover {
  color: var(--bodyTextColorWhite);
}

/* ============================================ */
/*              Performance Proof               */
/* ============================================ */
.performance-proof {
  padding: clamp(3.75rem, 7vw, 6.25rem) 0;
  background-color: var(--primaryLight);
  position: relative;
  overflow: hidden;
}
.performance-proof .cs-container {
  width: 100%;
  max-width: 80rem;
  margin: auto;
  padding: 0 1rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 4vw, 4rem);
  align-items: start;
}
@media (max-width: 768px) {
  .performance-proof .cs-container {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.performance-proof .cs-button-group {
  grid-column: 1/-1;
  text-align: center;
  margin-top: 2rem;
}
.performance-proof .cs-mobile-carousel {
  display: none;
}
@media (max-width: 768px) {
  .performance-proof .cs-mobile-carousel {
    display: block;
    margin: 1.5rem auto;
    max-width: 400px;
  }
}
.performance-proof .cs-desktop-carousel {
  display: block;
}
@media (max-width: 768px) {
  .performance-proof .cs-desktop-carousel {
    display: none;
  }
}
.performance-proof .cs-content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: center;
  text-align: center;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .performance-proof .cs-content {
    align-items: center;
    text-align: center;
  }
}
.performance-proof .cs-topper {
  font-size: 1.25rem;
  line-height: 1.2em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 0.25rem;
  display: block;
  text-align: center;
}
.performance-proof .cs-title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 900;
  line-height: 1.2em;
  max-width: 43.75rem;
  margin: 0 0 1rem 0;
  color: var(--white);
  text-align: center;
  position: relative;
}
.performance-proof .cs-text {
  font-size: 1.1rem;
  line-height: 1.5em;
  width: 100%;
  max-width: 40.625rem;
  margin: 0 auto;
  color: var(--white);
  text-align: center;
}
.performance-proof .cs-benefits {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-align: left;
  align-self: center;
  max-width: 40rem;
}
.performance-proof .cs-benefit {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: var(--bodyFontSize);
  line-height: 1.5em;
  color: var(--white);
}
.performance-proof .cs-benefit-icon {
  font-size: 1.25rem;
  flex-shrink: 0;
  margin-top: 0.125rem;
}
.performance-proof .cs-benefit-content {
  flex: 1;
}
.performance-proof .cs-score-pills {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  margin: 1.5rem 0;
  max-width: 40rem;
  align-self: center;
}
@media (max-width: 480px) {
  .performance-proof .cs-score-pills {
    grid-template-columns: 1fr;
  }
}
.performance-proof .cs-pill {
  background-color: var(--primary);
  color: var(--white);
  padding: 0.75rem;
  border-radius: 0.5rem;
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.4em;
}
.performance-proof .cs-pill-icon {
  font-size: 1.25rem;
  flex-shrink: 0;
  margin-top: 0.125rem;
}
.performance-proof .cs-pill-content {
  flex: 1;
}
.performance-proof .cs-deep-metrics {
  display: flex;
  gap: 1rem;
  margin: 1rem 0;
  padding: 1rem;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 0.5rem;
}
@media (max-width: 480px) {
  .performance-proof .cs-deep-metrics {
    flex-direction: column;
    gap: 1rem;
    padding: 1.5rem;
    margin: 1.5rem 0;
  }
}
.performance-proof .cs-metric {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1;
}
.performance-proof .cs-metric-label {
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 0.25rem;
}
.performance-proof .cs-metric-desc {
  font-size: 0.75rem;
  color: var(--bodyTextColor);
  line-height: 1.3em;
}
.performance-proof .cs-button-solid {
  font-size: var(--bodyFontSize);
  line-height: 1.2em;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  padding: 1rem 2rem;
  color: var(--white);
  background-color: var(--primary);
  display: inline-block;
  position: relative;
  z-index: 1;
  transition: color 0.3s;
  border: none;
  border-radius: 0.25rem;
  cursor: pointer;
}
.performance-proof .cs-button-solid:hover {
  color: var(--white);
}
.performance-proof .cs-button-solid:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 0;
  background: var(--primaryDark);
  opacity: 1;
  top: 0;
  left: 0;
  z-index: -1;
  transition: width 0.3s;
  border-radius: 0.25rem;
}
.performance-proof .cs-button-solid:hover:before {
  width: 100%;
}
.performance-proof .cs-carousel-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.performance-proof .cs-carousel {
  position: relative;
  width: 100%;
  height: 450px;
  overflow: hidden;
  border-radius: 1rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .performance-proof .cs-carousel {
    height: 400px;
  }
}
.performance-proof .cs-carousel-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
.performance-proof .cs-carousel-slide:first-child {
  opacity: 1;
}
.performance-proof .cs-carousel-slide.active {
  opacity: 1;
}
.performance-proof .cs-psi-card {
  position: relative;
  width: auto;
  height: auto;
  max-width: 400px;
  background-color: var(--white);
  border-radius: 1rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.performance-proof .cs-psi-image {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
}
.performance-proof .cs-psi-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 0.5rem;
}
.performance-proof .cs-psi-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  color: var(--white);
  padding: 2rem 1.5rem 1.5rem;
  text-align: center;
}
.performance-proof .cs-psi-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 0.5rem 0;
  line-height: 1.3em;
}
.performance-proof .cs-psi-industry {
  font-size: 0.875rem;
  margin: 0 0 1rem 0;
  opacity: 0.9;
  line-height: 1.4em;
}
.performance-proof .cs-psi-link {
  display: inline-block;
  background-color: var(--primary);
  color: var(--white);
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 600;
  transition: background-color 0.3s;
}
.performance-proof .cs-psi-link:hover {
  background-color: var(--primaryDark);
}
.performance-proof .cs-carousel-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.performance-proof .cs-carousel-btn {
  background-color: var(--primary);
  color: var(--white);
  border: none;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s;
}
.performance-proof .cs-carousel-btn:hover {
  background-color: var(--primaryDark);
}
.performance-proof .cs-carousel-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
@media (max-width: 768px) {
  .performance-proof .cs-carousel-btn {
    display: none;
  }
}
.performance-proof .cs-carousel-dots {
  display: flex;
  gap: 0.5rem;
}
.performance-proof .cs-dot {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  border: none;
  background-color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: background-color 0.3s;
}
.performance-proof .cs-dot.active {
  background-color: var(--primary);
}
.performance-proof .cs-dot:hover {
  background-color: var(--primaryDark);
}
.performance-proof .cs-trust-booster {
  text-align: center;
  font-size: 0.875rem;
  color: var(--bodyTextColor);
  margin: 0;
  opacity: 0.8;
}
.performance-proof .cs-mobile-metrics {
  display: block;
  align-self: center;
}
@media (min-width: 769px) {
  .performance-proof .cs-mobile-metrics {
    display: none;
  }
}
.performance-proof .cs-desktop-metrics {
  display: none;
}
@media (min-width: 769px) {
  .performance-proof .cs-desktop-metrics {
    display: block;
    margin-top: 1.5rem;
  }
}

/* Dark Mode */
@media only screen and (min-width: 0rem) {
  body.dark-mode .performance-proof {
    background-color: var(--dark);
  }
  body.dark-mode .performance-proof .cs-topper {
    color: var(--primaryLight);
  }
  body.dark-mode .performance-proof .cs-title,
  body.dark-mode .performance-proof .cs-text,
  body.dark-mode .performance-proof .cs-benefit {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode .performance-proof .cs-pill {
    background-color: var(--primaryLight);
    color: var(--dark);
  }
  body.dark-mode .performance-proof .cs-deep-metrics {
    background-color: var(--primaryLight);
  }
  body.dark-mode .performance-proof .cs-deep-metrics .cs-metric-label {
    color: var(--dark);
  }
  body.dark-mode .performance-proof .cs-deep-metrics .cs-metric-desc {
    color: var(--dark);
  }
  body.dark-mode .performance-proof .cs-trust-booster {
    color: var(--bodyTextColorWhite);
  }
}
/* Core tokens/utilities for the Managed vs DIY section.
   Loaded once site-wide; keeps the component light. */
:root {
  /* Icon colors */
  --mv-yes: #16a34a; /* emerald-600 */
  --mv-no: #ef4444; /* red-500 */
  /* Inline SVG masks for crisp icons without extra assets */
  --mv-check: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'><path d='M9 16.17 4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/></svg>");
  --mv-x: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'><path d='M18.3 5.71 12 12l6.3 6.29-1.41 1.42L10.59 13.4 4.29 19.71 2.88 18.3 9.17 12 2.88 5.71 4.29 4.3 10.59 10.6 16.89 4.3z'/></svg>");
}

/* Nana Betty Core Styles */
/* ============================================ */
/*           Nana Betty Hero Core              */
/* ============================================ */
@media only screen and (min-width: 0rem) {
  /* Core hero styles and tokens */
  :root {
    --nanabetty-hero-text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  }
}
/* ============================================ */
/*           Value Proposition Core             */
/* ============================================ */
@media only screen and (min-width: 0rem) {
  /* Core value proposition tokens */
}
/* ============================================ */
/*           Flavors Grid Core                  */
/* ============================================ */
@media only screen and (min-width: 0rem) {
  /* Core flavor card tokens */
  :root {
    --flavor-card-border-width: 4px;
    --flavor-card-padding: 2rem;
    --flavor-card-radius: 8px;
  }
}
/* ============================================ */
/*           Meet Nana Betty Core               */
/* ============================================ */
@media only screen and (min-width: 0rem) {
  /* Core meet nana betty tokens */
}
/* ============================================ */
/*           Where to Find Us Core              */
/* ============================================ */
@media only screen and (min-width: 0rem) {
  /* Core location section tokens */
}
/* ============================================ */
/*           Recipes Preview Core               */
/* ============================================ */
@media only screen and (min-width: 0rem) {
  /* Core recipe card tokens */
}
/* ============================================ */
/*           Proof Points Core                  */
/* ============================================ */
@media only screen and (min-width: 0rem) {
  /* Core proof points tokens */
}
/* ============================================ */
/*           Gallery Preview Core               */
/* ============================================ */
@media only screen and (min-width: 0rem) {
  /* Core gallery tokens */
  :root {
    --gallery-item-radius: 8px;
    --gallery-gap: 1rem;
  }
}
/* ============================================ */
/*           Wholesale & Catering CTA Core      */
/* ============================================ */
@media only screen and (min-width: 0rem) {
  /* Core wholesale/catering tokens */
}
/* ============================================ */
/*           Contact Form Core                  */
/* ============================================ */
@media only screen and (min-width: 0rem) {
  /* Core form tokens */
  :root {
    --form-input-padding: 1rem;
    --form-input-border-width: 2px;
    --form-input-radius: 8px;
    --form-textarea-min-height: 120px;
  }
}
/* ============================================ */
/*           Final CTA Core                     */
/* ============================================ */
@media only screen and (min-width: 0rem) {
  /* Core final CTA tokens */
}
/*-- -------------------------- -->
<---       Internal Links        -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  .internal-links {
    padding: var(--sectionPadding);
    background-color: var(--light);
  }
  .internal-links .container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    padding: 0 clamp(1rem, 3.2vw, 2rem);
  }
  .internal-links .internal-links-content {
    text-align: center;
  }
  .internal-links h2 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2em;
    text-align: center;
    margin-bottom: 2rem;
    color: var(--headerColor);
  }
  .internal-links .internal-links-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(17.5rem, 1fr));
    gap: 1rem;
    margin-top: 2rem;
  }
  .internal-links .internal-link {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1.25rem;
    background-color: #fff;
    border-radius: 0.5rem;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid #e8e9ec;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
  }
  .internal-links .internal-link:hover {
    transform: translateY(-2px);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    border-color: var(--primary);
  }
  .internal-links .internal-link .link-icon {
    font-size: 1.5rem;
    flex-shrink: 0;
  }
  .internal-links .internal-link .link-text {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--headerColor);
    text-align: left;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  .internal-links .internal-links-grid {
    grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
    gap: 1.25rem;
  }
}
/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  .internal-links .internal-links-grid {
    grid-template-columns: repeat(auto-fit, minmax(17.5rem, 1fr));
    gap: 1.5rem;
  }
}
/* Dark Mode */
@media only screen and (min-width: 0rem) {
  body.dark-mode .internal-links {
    background-color: var(--dark);
  }
  body.dark-mode .internal-links h2 {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode .internal-links .internal-link {
    background-color: var(--medium);
    border-color: var(--primary);
  }
  body.dark-mode .internal-links .internal-link .link-text {
    color: var(--bodyTextColorWhite);
  }
}
/*-- -------------------------- -->
<---       Button Row & TCO      -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  .btn-row {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: center;
    align-items: center;
    margin: 2rem auto;
    max-width: 37.5rem;
    padding: 0 clamp(1rem, 3.2vw, 2rem);
  }
  .btn-row .btn {
    width: 100%;
    max-width: 17.5rem;
  }
  .tco-note {
    background-color: var(--light);
    border-radius: 0.5rem;
    padding: 1.5rem;
    margin: 2rem auto;
    max-width: 50rem;
    text-align: center;
    border-left: 4px solid var(--primary);
  }
  .tco-note p {
    margin: 0;
    font-size: 1.25rem;
    line-height: 1.5em;
    color: var(--bodyTextColor);
  }
  .tco-note p strong {
    color: var(--headerColor);
  }
  .tco-note p em {
    color: var(--primary);
    font-style: normal;
    font-weight: 600;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  .btn-row {
    flex-direction: row;
    gap: 1.25rem;
  }
  .btn-row .btn {
    width: auto;
  }
}
/* Dark Mode */
@media only screen and (min-width: 0rem) {
  body.dark-mode .tco-note {
    background-color: var(--dark);
  }
  body.dark-mode .tco-note p {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode .tco-note p strong {
    color: var(--bodyTextColorWhite);
  }
}
/*-- -------------------------- -->
<---       Trademark Notice      -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  .trademark-notice {
    text-align: center;
    margin: 2rem auto;
    padding: 1rem;
    max-width: 37.5rem;
  }
  .trademark-notice p {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.4em;
    color: var(--bodyTextColor);
    opacity: 0.7;
  }
}
/* Dark Mode */
@media only screen and (min-width: 0rem) {
  body.dark-mode .trademark-notice p {
    color: var(--bodyTextColorWhite);
  }
}

/*# sourceMappingURL=local.css.map */
