.firePage {
  background: #fff;
  overflow: hidden;
  padding-bottom: 1rem;
}

.fireIntro,
.firePlatform,
.fireTraits,
.fireAnalysis,
.fireValue,
.fireCases {
  padding: .78rem 0;
}

.sectionTitle {
  text-align: center;
}

.sectionTitle h1,
.sectionTitle h2 {
  color: #101010;
  font-size: clamp(26px, .32rem, 32px);
  font-weight: 700;
  line-height: 1.25;
}

.sectionTitle h1 {
  font-size: clamp(28px, .36rem, 36px);
}

.sectionTitle i {
  display: block;
  width: .3rem;
  height: .05rem;
  margin: .14rem auto .16rem;
  border-radius: .04rem;
  background: #003699;
}

.sectionTitle p {
  color: #8d8d8d;
  font-size: clamp(14px, .2rem, 20px);
  line-height: 1.6;
}

.sectionTitle.compact {
  margin-bottom: .4rem;
}

.sectionTitle.compact h2 {
  font-size: clamp(26px, .32rem, 32px);
}

.fireServiceGrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: .18rem;
  margin-top: .42rem;
}

.fireServiceGrid article {
  min-height: 3.45rem;
  padding: .57rem .42rem .3rem;
  text-align: center;
  background: #f1f5f8;
  border-radius: .08rem;
}

.serviceIcon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: .7rem;
  height: .7rem;
  margin: 0 auto .25rem;
  border-radius: 50%;
  background: #003c9f;
}

.serviceIcon img {
  width: .46rem;
  height: .46rem;
}

.fireServiceGrid h2 {
  color: #171717;
  font-size: clamp(17px, .22rem, 22px);
  font-weight: 700;
}

.fireServiceGrid p {
  margin-top: .16rem;
  color: #777;
  font-size: clamp(14px, .16rem, 16px);
  line-height: 1.72;
  text-align: center;
}

.firePlatform {
  padding-top: .36rem;
}

.firePlatform .sectionTitle i {
  margin-top: .12rem;
  margin-bottom: .15rem;
}

.platformCard {
  display: flex;
  min-height: 4.32rem;
  padding: .28rem .31rem;
  border-radius: .1rem;
  background: #fff;
  box-shadow: 0 0 .2rem rgba(0, 0, 0, .1);
}

.platformImage {
  width: 5.78rem;
  height: 3.75rem;
  flex: none;
  overflow: hidden;
}

.platformImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.platformInfo {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: flex-start;
  padding: .35rem 0 0 .56rem;
}

.platformPills {
  display: flex;
  flex-wrap: wrap;
  gap: .09rem;
}

.platformPills button {
  appearance: none;
  cursor: pointer;
  min-width: .77rem;
  padding: .08rem .12rem;
  border: 1px solid #3371d4;
  border-radius: .22rem;
  color: #2860be;
  font-size: clamp(14px, .16rem, 16px);
  font-weight: 400;
  line-height: .25rem;
  text-align: center;
}

.platformPills button.is-active {
  border-color: #003699;
  background: #003699;
  color: #fff;
}

.platformInfo p {
  max-width: 6.3rem;
  margin-top: .36rem;
  color: #222;
  font-size: clamp(14px, .16rem, 16px);
  line-height: 1.7;
}

.fireTraits {
  padding-top: .28rem;
}

.fireTraits .sectionTitle i {
  margin-top: .12rem;
  margin-bottom: .15rem;
}

.traitGrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: .28rem;
}

.traitGrid article {
  display: flex;
  min-height: 1.14rem;
  padding: .24rem .25rem;
  align-items: center;
  overflow: hidden;
  background: #eff8ff;
  border: 1px solid #91acf4;
  border-radius: .1rem;
  transition: all .3s ease-in-out;
}

.traitGrid article:hover{
  transform: translateY(-.05rem);
  box-shadow: 0 0 .2rem rgba(0, 0, 0, .1);
}

.traitGrid b {
  display: flex;
  flex: none;
  align-items: center;
  justify-content: center;
  width: .67rem;
  height: .67rem;
  border-radius: .14rem;
  background: #c2d0f7;
  color: #003c9f;
  font: 700 clamp(28px, .34rem, 34px)/1 Arial, sans-serif;
}

.traitGrid div {
  min-width: 0;
  margin-left: .2rem;
}

.traitGrid h3 {
  overflow: hidden;
  color: #171717;
  font-size: clamp(16px, .2rem, 20px);
  font-weight: 700;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.traitGrid p {
  overflow: hidden;
  margin-top: .1rem;
  color: #262626;
  font-size: clamp(14px, .16rem, 16px);
  line-height: .22rem;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.fireNetwork {
  padding: 0;
  background: #003686;
}

.fireNetworkScene {
  width: 100%;
  max-width: 19.2rem;
  margin: 0 auto;
}

.fireNetworkScene img {
  display: block;
  width: 100%;
  height: auto;
}

.fireAnalysis {
  padding: .76rem 0 0;
  background: #fff url('../images/fire-figma-analysis-bg.png') center top / 19.2rem 8.8rem repeat-y;
  height: 17.2rem;
}

.fireAnalysis .sectionTitle {
  /* height: .72rem; */
}

.fireAnalysis .sectionTitle h2 {
  font-size: clamp(26px, .32rem, 32px);
}

.analysisSwiper {
  position: relative;
}

.desktopAnalysisSwiper {
  height: 6.56rem;
}

.mobileAnalysisSwiper {
  height: 8.8rem;
}

.analysisSwiper .swiper-slide {
  height: 100%;
  opacity: 0!important;
}

.analysisSwiper .swiper-slide-active {
  opacity: 1!important;
}

.analysisItem {
  position: relative;
  display: flex;
  width: 14.4rem;
  min-height: 7.36rem;
  margin: 0 auto;
  align-items: flex-start;
  justify-content: space-between;
}

.desktopMockup {
  position: relative;
  width: 7.28rem;
  height: 6.09rem;
  margin-top: .05rem;
}

.monitorFrame {
  display: block;
  width: 100%;
  height: 100%;
}


.analysisText {
  width: 4.91rem;
}

.analysisItem:not(.mobile) .analysisText {
  margin-top: .89rem;
}

.analysisText h3 {
  color: #111;
  font-size: clamp(24px, .32rem, 32px);
  font-weight: 700;
}

.analysisText p {
  margin-top: .24rem;
  color: #222;
  font-size: clamp(14px, .16rem, 16px);
  line-height: 1.8;
}

.analysisCarouselControls {
  position: absolute;
  z-index: 2;
  bottom: .36rem;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(-50%);
}

.analysisCarouselControls .swiper-pagination {
  position: static;
  width: auto;
  margin: 0 .12rem;
}

.analysisCarouselControls .swiper-pagination-bullet {
  width: .08rem;
  height: .08rem;
  margin: 0 .05rem;
  background: #d5dce5;
  opacity: 1;
}

.analysisCarouselControls .swiper-pagination-bullet-active {
  background: #0045a8;
}

.analysisCarouselControls .swiper-button-prev,
.analysisCarouselControls .swiper-button-next {
  position: static;
  width: .35rem;
  height: .35rem;
  margin: 0;
  color: #0045a8;
}

.analysisCarouselControls .swiper-button-prev {
  color: #d5dce5;
}

.analysisCarouselControls .swiper-button-prev::after,
.analysisCarouselControls .swiper-button-next::after {
  font-size: .35rem;
}

.analysisItem.mobile {
  min-height: 8.8rem;
  padding-top: .84rem;
}

.analysisItem.mobile .analysisText {
  margin-top: 2.08rem;
}

.phoneVisual {
  width: 3.44rem;
  height: 7.02rem;
}

.phoneDetail {
  display: block;
  width: 100%;
  height: 100%;
}

.fireValue {
  padding-top: .68rem;
}

.valueGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .18rem;
  margin-top: .42rem;
}

.valueGrid article {
  height: 2.48rem;
  padding: .55rem .26rem .3rem;
  text-align: center;
  background: #fff;
  border-radius: .1rem;
  box-shadow: 0 0 .2rem rgba(0, 0, 0, .1);
  transition: transform .25s ease, box-shadow .25s ease;
}

.valueGrid article:hover {
  transform: translateY(-.05rem);
  box-shadow: 0 .1rem .25rem rgba(0, 54, 153, .14);
}

.valueGrid span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: .4rem;
  height: .4rem;
  margin: 0 auto;
}

.valueGrid span img {
  width: 100%;
  height: 100%;
}

.valueGrid h3 {
  margin-top: .16rem;
  color: #222;
  font-size: clamp(17px, .2rem, 20px);
  font-weight: 700;
}

.valueGrid p {
  margin-top: .12rem;
  color: #999;
  font-size: clamp(13px, .16rem, 16px);
  line-height: 1.75;
}

.fireCases {
  padding-top: .36rem;
}

.caseGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .22rem;
  margin-top: .38rem;
}

.caseGrid a {
  position: relative;
  height: 3rem;
  overflow: hidden;
  background: #003699;
}

.caseGrid a::after {
  content: '';
  position: absolute;
  inset: 44% 0 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, .68));
}

.caseGrid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s ease;
}

.caseGrid a:hover img {
  transform: scale(1.05);
}

.caseGrid span {
  position: absolute;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  bottom: .17rem;
  color: #fff;
  font-size: clamp(16px, .2rem, 20px);
  font-weight: 700;
}

@media (max-width: 768px) {
  .firePage { padding-bottom: .55rem; }
  .fireIntro, .firePlatform, .fireTraits, .fireAnalysis, .fireValue, .fireCases { padding: .5rem 0; }
  .fireServiceGrid { grid-template-columns: repeat(2, 1fr); gap: .14rem; margin-top: .25rem; }
  .fireServiceGrid article { min-height: 2.55rem; padding: .25rem .13rem; }
  .fireServiceGrid p { margin-top: .1rem; font-size: clamp(12px, .14rem, 14px); line-height: 1.55; }

  .platformCard { display: block; min-height: 0; padding: .18rem; }
  .platformImage { width: 100%; height: 2.45rem; }
  .platformInfo { padding: .22rem .04rem .1rem; }
  .platformInfo p { margin-top: .2rem; line-height: 1.65; }
  .platformPills button { min-width: .66rem; padding: .06rem .08rem; }

  .traitGrid { grid-template-columns: 1fr; gap: .14rem; }
  .traitGrid article { min-height: .96rem; padding: .18rem; }
  .traitGrid p { white-space: normal; line-height: 1.5; }
  .fireNetworkScene { min-width: 6.8rem; margin-left: 50%; transform: translateX(-50%); }
  .fireNetwork { overflow: hidden; }

  .fireAnalysis { height: auto; background-size: auto 100%; }
  /* .desktopAnalysisSwiper { height: 5.45rem; } */
  .analysisItem { width: 100%; min-height: 0; display: block; }
  .desktopMockup { width: 100%; height: 3.38rem; margin: 0; }
  .desktopDashboard { top: .15rem; left: .15rem; width: calc(100% - .3rem); height: 2.1rem; }
  .analysisText, .analysisItem:not(.mobile) .analysisText { width: 100%; margin-top: .14rem; }
  .analysisText h3 { font-size: clamp(19px, .25rem, 25px); }
  .analysisText p { margin-top: .1rem; line-height: 1.6; }
  .analysisCarouselControls { bottom: .06rem; }
  .mobileAnalysisSwiper { height: 6.7rem; }
  .analysisItem.mobile { min-height: 6.7rem; padding-top: .25rem; }
  .phoneVisual { width: 2.05rem; height: 4.2rem; margin: 0 auto; }
  .analysisItem.mobile .analysisText { margin-top: .18rem; }

  .valueGrid { grid-template-columns: repeat(2, 1fr); gap: .14rem; margin-top: .25rem; }
  .valueGrid article { height: auto; min-height: 2.15rem; padding: .28rem .14rem; }
  .valueGrid article:last-child { grid-column: 1 / -1; }
  .caseGrid { grid-template-columns: 1fr; gap: .16rem; margin-top: .25rem; }
  .caseGrid a { height: 2.45rem; }
}
