/* ===== 変数 ===== */
:root {
  --navy: #182c80;
  --blue: #5096ff;
  --yellow: #ffee70;
  --cta-yellow: #ffeb56;
  --cta-blue: #5692ec;
  --light-blue-bg: #ebf5ff;
  --navbar-blue: #69a5ff;
  --gray-bg: #f3f4f6;
  --text: #1c1c1c;
  --page-width: 1440px;
}

/* ===== ベース ===== */
html:has(#syokubashindan) {
  overflow-x: hidden;
}

#syokubashindan {
  width: var(--page-width);
  min-width: var(--page-width);
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  font-family: noto-sans-cjk-jp, sans-serif;
  color: var(--text);
}

#syokubashindan main {
  overflow: hidden;
}

/* ===== 共通 ===== */
.section-label {
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.8px;
  color: var(--navy);
  text-align: center;
  margin-bottom: 0;
  line-height: 1;
}

.section-title {
  font-size: 34px;
  font-weight: 800;
  letter-spacing: 2.72px;
  color: var(--navy);
  text-align: center;
  line-height: 1;
  margin: 0;
}

.section-title strong {
  color: var(--blue);
  font-weight: 800;
}

.section-underline {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.section-underline img {
  width: 480px;
  height: 8px;
  object-fit: fill;
  transform: scaleY(-1);
}

.section-header {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section-header .section-label {
  margin-bottom: 25px;
}

.btn-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 70px;
  width: 280px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.54px;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

.btn-yellow {
  background: var(--cta-yellow);
  color: var(--navy);
  box-shadow: 0 4px 2px rgba(0, 0, 0, 0.25);
  position: relative;
  overflow: hidden;
}

.btn-shine {
  position: absolute;
  width: 122px;
  height: 65px;
  left: 0;
  top: 0;
  mix-blend-mode: soft-light;
  pointer-events: none;
  display: block;
  animation: btn-shine-sweep 2s ease-in-out infinite;
}

@keyframes btn-shine-sweep {
  0% {
    transform: translateX(-140px);
  }
  25% {
    transform: translateX(310px);
  }
  25.01%,
  100% {
    transform: translateX(-140px);
  }
}

.btn-white {
  background: #fff;
  color: var(--navy);
  box-shadow: 0 4px 2px rgba(0, 0, 0, 0.25);
}

.btn-white-navy {
  background: #fff;
  color: var(--navy);
}

.badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 25px;
  width: 50px;
  border: 1px solid var(--navy);
  border-radius: 3px;
  font-size: 18px;
  font-weight: 700;
  color: var(--navy);
  line-height: 1;
  flex-shrink: 0;
  white-space: nowrap;
  margin-top: 1px;
}

.mv-cta .badge,
#cta .badge {
  background-color: var(--navy);
  color: #fff;
  border-color: var(--navy);
  border-radius: 4px;
  padding: 10px;
  height: auto;
  width: auto;
}

/* ===== MV ===== */
#mv {
  width: var(--page-width);
}

.mv-highlight {
  position: absolute;
  background: #82c4fe;
  opacity: 0.4;
  height: 21px;
  width: 475px;
  left: 138px;
  top: 324px;
  pointer-events: none;
}

.mv-inner {
  position: relative;
  width: var(--page-width);
  height: 650px;
  background: linear-gradient(to right, #e0efff, #7bc8ff);
  overflow: hidden;
}

.mv-bg-pattern {
  position: absolute;
  height: 650px;
  left: 0;
  top: 0;
  width: var(--page-width);
  mix-blend-mode: multiply;
  overflow: hidden;
  pointer-events: none;
}

.mv-bg-pattern-img {
  position: absolute;
  height: 101.44%;
  left: 31.89%;
  top: 0;
  width: 91.58%;
  max-width: none;
  object-fit: cover;
}

.mv-nurse {
  position: absolute;
  left: 720px;
  top: 3px;
  width: 603px;
  height: 647px;
  overflow: hidden;
  pointer-events: none;
}

.mv-nurse img {
  position: absolute;
  width: 195.49%;
  height: 121.48%;
  left: -2.6%;
  top: -5.15%;
  max-width: none;
}

.mv-content {
  position: absolute;
  left: 138px;
  top: 0;
}

.mv-dots {
  position: absolute;
  top: 84px;
  left: 0;
}

.mv-dots .dot {
  position: absolute;
  width: 14px;
  height: 14px;
  top: 0;
}

.mv-dots .dot-1 {
  left: 38px;
}
.mv-dots .dot-2 {
  left: 148px;
}
.mv-dots .dot-3 {
  left: 323px;
}

.mv-catch {
  position: absolute;
  top: 98px;
  left: 0;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 600;
  font-size: 91px;
  color: var(--navy);
  letter-spacing: 0.125em;
  line-height: 1.25;
  margin: 0;
  font-feature-settings: 'halt';
  white-space: nowrap;
}

.mv-line {
  display: block;
  white-space: nowrap;
}

.mv-catch .small {
  font-size: 78px;
}

.mv-logo {
  position: absolute;
  top: 358px;
  left: -9px;
  width: 494px;
}

.mv-logo img {
  width: 100%;
  height: 83px;
  object-fit: cover;
}

.mv-cta {
  position: absolute;
  top: 487px;
  left: 2px;
  display: flex;
  gap: 24px;
}

.mv-cta .btn-cta {
  width: 312px;
  height: 65px;
}

.mv-balloon {
  position: absolute;
  left: 615px;
  top: 98px;
  width: 170px;
  height: 170px;
  background: var(--navbar-blue);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 1px 4px 2.5px rgba(0, 30, 60, 0.3);
}

.balloon-text {
  font-weight: 700;
  color: #fff;
  text-align: center;
  letter-spacing: 1.1px;
  line-height: 1.3;
  margin: 0;
}

.balloon-text .bl {
  font-size: 22px;
}
.balloon-text .bs {
  font-size: 20px;
}
.balloon-text .blg {
  font-size: 26px;
}

.mv-balloon .balloon-arrow {
  position: absolute;
  width: 32px;
  height: 31px;
  left: -4px;
  top: 128px;
  transform: rotate(-128.6deg);
  transform-origin: center center;
  display: block;
}

.mv-fade {
  position: absolute;
  bottom: 0;
  left: -7px;
  width: 1447px;
  height: 75px;
  background: linear-gradient(to bottom, rgba(137, 199, 254, 0), #89c7fe);
  opacity: 0.5;
  pointer-events: none;
}

/* ===== ナビバー ===== */
#navbar {
  width: var(--page-width);
  background: var(--navbar-blue);
  height: 100px;
}

.navbar-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 44px;
  height: 100%;
}

.navbar-item {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 354px;
  justify-content: center;
}

.navbar-item img {
  height: 35px;
  flex-shrink: 0;
}

img.navbar-icon-saiyou {
  width: 37px;
}
img.navbar-icon-kaizen {
  width: 49px;
  overflow: hidden;
}
img.navbar-icon-teichaku {
  width: 40px;
}

.navbar-item p {
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1.3px;
  line-height: 1.25;
  white-space: nowrap;
  margin: 0;
}

.navbar-divider {
  width: 1px;
  height: 33px;
  flex-shrink: 0;
}

.navbar-divider img {
  width: 1px;
  height: 33px;
}

/* ===== PROBLEMS ===== */
#problems {
  width: var(--page-width);
  background: #fff;
  padding: 100px 0 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 70px;
}

.problems-cards {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

.problems-card {
  position: relative;
  width: 500px;
  height: 360px;
  padding: 30px 40px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.problems-card--wide {
  width: 620px;
  height: 349px;
  margin-top: 58px;
}

.problems-card .card-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.card-label {
  position: relative;
  height: 40px;
  z-index: 1;
  flex-shrink: 0;
}

.label-line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 190px;
  height: 15px;
}

.label-underbar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 300px;
  height: 15px;
  background: #cbe4ff;
  border-radius: 3px;
}

.label-inner {
  position: absolute;
  left: 9px;
  top: 0;
  display: flex;
  align-items: flex-start;
}

.label-inner--wide {
  left: 13px;
}

.label-arrow {
  width: 20px;
  height: 33px;
  flex-shrink: 0;
}

.label-name {
  font-size: 26px;
  font-weight: 700;
  color: var(--navy);
  letter-spacing: 1.3px;
  white-space: nowrap;
  line-height: 1;
  margin-left: 8px;
  margin-top: 8px;
}

.problems-list {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 0;
  list-style: none;
  padding: 0;
  margin: 0;
}

.problems-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 500;
  color: var(--text);
  line-height: 2;
  white-space: nowrap;
}

.problems-list .bullet {
  width: 10px;
  height: 10px;
  flex-shrink: 0;
}

/* ===== SOLUTION ===== */
#solution {
  width: var(--page-width);
  background: linear-gradient(to bottom, #70a8fd, #86bcff);
  padding: 120px 0 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.solution-triangle {
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 180px;
  height: 50px;
}

.solution-text {
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.solution-sub {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1.4px;
  line-height: 1;
}

.solution-main {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1.4px;
  line-height: 1;
  margin: 0;
}

.solution-main strong {
  font-size: 40px;
  font-weight: 700;
  color: var(--yellow);
  letter-spacing: 2px;
}

.solution-ga {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.84px;
  line-height: 1;
}

.solution-logo-box {
  background: #fff;
  border-radius: 3px;
  width: 320px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.solution-logo-box img {
  width: 300px;
  height: auto;
  object-fit: contain;
}

/* ===== RESEARCH ===== */
#research {
  width: var(--page-width);
  background: var(--light-blue-bg);
  padding: 120px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}

.research-lead {
  font-size: 16px;
  font-weight: 500;
  color: var(--text);
  letter-spacing: 0.8px;
  text-align: center;
  line-height: 2;
  margin: 0;
}

.research-box {
  position: relative;
  width: 691px;
  height: 358px;
  background: #d3e9ff;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.research-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  width: 100%;
}

.research-label-wrap {
  display: inline-grid;
  grid-template-columns: max-content;
  grid-template-rows: max-content;
  place-items: start;
  line-height: 0;
}

.research-label-bar1 {
  grid-column: 1;
  grid-row: 1;
  width: 410px;
  height: 40px;
  margin-left: 45px;
  margin-top: 7px;
}

.research-label-bar2 {
  grid-column: 1;
  grid-row: 1;
  width: 500px;
  height: 40px;
  background: var(--navy);
  margin-top: 58px;
}

.research-label-text {
  grid-column: 1;
  grid-row: 1;
  margin-left: 12px;
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 2.2px;
  text-align: center;
  white-space: nowrap;
  font-feature-settings: 'palt';
  position: relative;
  z-index: 1;
}

.research-label-text p {
  line-height: 2.3;
  margin: 0;
}

.research-label-text strong {
  color: var(--yellow);
  font-weight: 600;
}

.research-label-text .yellow {
  color: var(--yellow);
}

.research-illustration {
  width: 451px;
  height: auto;
}

.research-consultant {
  position: absolute;
  right: -58px;
  bottom: 0;
  height: 206px;
  width: 136px;
}

.research-body {
  font-size: 16px;
  font-weight: 500;
  color: var(--text);
  letter-spacing: 0.8px;
  text-align: center;
  line-height: 2;
  margin: 0;
  white-space: nowrap;
}

/* ===== MERIT ===== */
#merit {
  width: var(--page-width);
  background: #fff;
  padding: 120px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 70px;
}

.merit-title {
  font-size: 34px;
  letter-spacing: 1.7px;
}

.merit-title-underline {
  padding: 0 5px;
  box-shadow: inset 0 -15px 0 #fff398;
}

.merit-blue {
  color: var(--blue);
}

.merit-tu {
  letter-spacing: -2.04px;
}

.merit-title em {
  font-style: normal;
  color: var(--blue);
  font-size: 50px;
}

.merit-cards {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

.merit-card {
  position: relative;
  display: grid;
  grid-template-columns: 360px;
  width: 360px;
}

.merit-tab {
  grid-column: 1;
  grid-row: 1;
  position: relative;
  z-index: 2;
  background: var(--navy);
  width: 360px;
  height: 78px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.merit-num {
  font-family: 'roboto', sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: var(--yellow);
  letter-spacing: 1.2px;
  line-height: 1;
}

.merit-tab-text {
  font-size: 24px;
  font-weight: 700;
  color: var(--yellow);
  letter-spacing: 0.72px;
  line-height: 1.5;
}

.merit-arrow {
  grid-column: 1;
  grid-row: 1;
  margin-top: 75px;
  margin-left: 160px;
  width: 40px;
  z-index: 3;
  position: relative;
}

.merit-arrow img {
  width: 40px;
  height: 18px;
  transform: rotate(180deg);
}

.merit-body {
  grid-column: 1;
  grid-row: 1;
  margin-top: 75px;
  background: var(--gray-bg);
  border-radius: 0 0 5px 5px;
  width: 360px;
  padding: 40px 35px;
  display: flex;
  flex-direction: column;
  gap: 35px;
}

.merit-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  width: 100%;
}

.merit-item-header {
  display: flex;
  gap: 10px;
  align-items: center;
}

.merit-check {
  width: 25px;
  height: 25px;
  flex-shrink: 0;
}

.merit-item-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--navy);
  letter-spacing: 0.9px;
  line-height: 1.5;
  margin: 0;
}

.merit-item-body {
  font-size: 14px;
  font-weight: 500;
  color: var(--text);
  line-height: 1.5;
  margin: 0;
}

/* ===== DETA ===== */
#deta {
  width: var(--page-width);
  background: #fff;
  padding: 0 0 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 45px;
}

.deta-title-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  width: 619px;
}

.deta-balloon-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 619px;
}

.deta-balloon-img {
  width: 410px;
  height: auto;
}

.deta-balloon-text {
  position: absolute;
  /* 親のflex(justify-content/align-items)で中央配置されている基準から、しっぽの分だけテキストを上に引き上げる */
  margin-top: -17px;

  font-size: 26px;
  font-weight: 700;
  color: var(--navy);
  letter-spacing: 1.3px;
  line-height: 1;
  text-align: center;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  z-index: 1;
}

.deta-lead {
  font-size: 16px;
  font-weight: 500;
  color: var(--text);
  letter-spacing: 0.8px;
  white-space: nowrap;
  line-height: 1;
  margin: 0;
}

.deta-slider-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  width: 1160px;
}

.deta-slider {
  width: 1160px;
  overflow: hidden;
}

.deta-slider-track {
  display: flex;
  gap: 50px;
  transition: transform 0.4s ease;
}

.deta-slide {
  flex-shrink: 0;
  width: 600px;
  height: 450px;
}

.deta-slide img {
  width: 600px;
  height: 450px;
  object-fit: cover;
}

.deta-arrows {
  display: flex;
  gap: 15px;
  align-items: center;
}

.deta-arrow {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  width: 50px;
  height: 50px;
}

.deta-arrow img {
  width: 50px;
  height: 50px;
  object-fit: cover;
}

.deta-note {
  font-size: 14px;
  font-weight: 400;
  color: var(--text);
  letter-spacing: 0.7px;
  text-align: center;
  line-height: 1;
  margin: 0;
}

/* ===== VOICE ===== */
#voice {
  width: var(--page-width);
  background: var(--light-blue-bg);
  padding: 120px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 70px;
}

.voice-cards {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 1000px;
}

.voice-card {
  background: #fff;
  border-radius: 10px;
  min-height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  box-shadow: 3px 3px 2.5px rgba(182, 182, 182, 0.25);
  padding: 30px 40px;
}

.voice-card--reverse {
  flex-direction: row;
}

.voice-icon {
  width: 160px;
  height: 160px;
  object-fit: cover;
  flex-shrink: 0;
}

.voice-text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 680px;
}

.voice-case {
  font-size: 20px;
  font-weight: 700;
  color: var(--navy);
  letter-spacing: 1px;
  line-height: 1;
  margin: 0;
}

.voice-body {
  font-size: 16px;
  font-weight: 500;
  color: var(--text);
  letter-spacing: 0.48px;
  line-height: 1.5;
  margin: 0;
}

/* ===== CTA ===== */
#cta {
  width: var(--page-width);
  background: var(--cta-blue);
  padding: 80px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 100px;
  box-shadow: 0 0 5px rgba(91, 91, 91, 0.15);
}

#cta .btn-cta {
  height: 70px;
  width: 280px;
}

#cta .btn-yellow,
#cta .btn-white,
#plan .btn-yellow {
  box-shadow: none;
}

#plan-cta .btn-yellow {
  box-shadow: 0 0 10px 0 rgba(91, 91, 91, 0.15);
}

/* ===== 3STEP ===== */
#step {
  width: var(--page-width);
  background: #fff;
  padding: 120px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}

.step-title {
  font-size: 34px;
  letter-spacing: 2.72px;
}

.step-title em {
  font-style: normal;
  color: var(--blue);
}

.step-title em.step-label {
  font-size: 40px;
}

.step-title em:not(.step-label) {
  font-size: 50px;
}

.step-n {
  letter-spacing: 4.08px;
}

.step-lead {
  font-size: 16px;
  font-weight: 500;
  color: var(--text);
  letter-spacing: 0.8px;
  text-align: center;
  line-height: 1.8;
  margin: 0;
}

.step-cards {
  display: flex;
  gap: 40px;
  align-items: center;
}

.step-card {
  position: relative;
  width: 260px;
  height: 350px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(24, 44, 128, 0.2);
}

.step-num-wrap {
  position: absolute;
  left: 20px;
  top: 15px;
  display: flex;
  flex-direction: column;
  color: var(--blue);
}

.step-label-text {
  font-family: 'roboto', sans-serif;
  font-size: 20px;
  font-weight: 800;
  font-style: normal;
  line-height: 1;
}

.step-num {
  font-family: 'roboto', sans-serif;
  font-size: 70px;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
  text-align: center;
}

.step-img {
  position: absolute;
  left: 80px;
  top: 55px;
  width: 100px;
  height: 120px;
  object-fit: contain;
}

.step-title-bar {
  position: absolute;
  left: 15px;
  top: 190px;
  width: 230px;
  height: 35px;
  background: var(--navy);
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1px;
  font-style: normal;
}

.step-body {
  position: absolute;
  left: 20px;
  top: 240px;
  width: 220px;
  font-size: 14px;
  font-weight: 500;
  color: var(--text);
  letter-spacing: 0.42px;
  line-height: 1.5;
  margin: 0;
}

/* STEP2はイラストサイズ違い */
.step-card:nth-child(2) .step-img {
  left: 85px;
  width: 120px;
  height: 120px;
}

/* STEP3はイラストサイズ違い */
.step-card:last-child .step-img {
  left: 60px;
  width: 140px;
  top: 50px;
}

.step-card:last-child .step-title-bar {
  top: 185px;
  font-size: 18px;
}

.step-card:last-child .step-body {
  top: 234px;
}

/* ===== PLAN ===== */
#plan {
  width: var(--page-width);
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}

.plan-lead {
  font-size: 16px;
  font-weight: 500;
  color: var(--text);
  letter-spacing: 0.8px;
  text-align: center;
  line-height: 2;
  margin: 0;
}

#plan-cta {
  width: var(--page-width);
  background: #fff;
  display: flex;
  justify-content: center;
  padding: 60px 0 120px;
}

/* ===== FAQ ===== */
#faq {
  width: var(--page-width);
  background: var(--light-blue-bg);
  padding: 120px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 25px;
  width: 900px;
}

.faq-item {
  background: #fff;
  border-radius: 10px;
  padding: 30px 52px;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.faq-q,
.faq-a {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.faq-q {
  margin-bottom: 20px;
}

.faq-a {
  align-items: center;
}

.faq-circle {
  position: relative;
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.faq-circle img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.faq-circle span {
  position: relative;
  font-family: 'roboto', sans-serif;
  font-size: 30px;
  font-weight: 900;
  font-style: normal;
  text-align: center;
  line-height: 1;
  z-index: 1;
}

.faq-circle--q span {
  color: #fff;
}

.faq-circle--a span {
  color: var(--navy);
}

.faq-q p {
  font-size: 20px;
  font-weight: 500;
  color: var(--navy);
  letter-spacing: 1px;
  line-height: 1;
  margin: 0;
  padding-top: 15px;
}

.faq-a p {
  font-size: 16px;
  font-weight: 500;
  color: var(--text);
  letter-spacing: 0.8px;
  line-height: 1.5;
  margin: 0;
  padding-top: 0;
}

/* ===== FOOTER ===== */
footer {
  width: var(--page-width);
  background: var(--navy);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 16px 0;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  font-size: 10px;
  font-weight: 400;
  color: #fff;
  line-height: 1.8;
}

.footer-links p {
  margin: 0;
}

.copyright {
  font-size: 10px;
  font-weight: 400;
  color: #fff;
  line-height: 1.6;
  margin: 0;
}
