/* --- General Layout & Responsive Image Classes --- */
.front-page-main {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #1e293b;
  background: #ffffff;
  line-height: 1.6;
  width: 100%;
  overflow-x: hidden;
}

.fp-container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .fp-container {
    padding: 0 16px;
  }
}

.fp-section {
  padding: 70px 0;
}
@media screen and (max-width: 767px) {
  .fp-section {
    padding: 44px 0;
  }
}
.fp-section.fp-bg-blue {
  background-color: #1d5bd8;
  color: #ffffff;
}
.fp-section.fp-bg-gray {
  background-color: #f8fafc;
}

.fp-img-fluid {
  width: 90%;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* --- Section Headers --- */
.fp-section-header {
  text-align: center;
  margin-bottom: 44px;
}
@media screen and (max-width: 767px) {
  .fp-section-header {
    margin-bottom: 28px;
  }
}
.fp-section-header .fp-section-title {
  font-size: 30px;
  font-weight: 800;
  color: #1e293b;
  margin: 0 0 8px 0;
  letter-spacing: -0.5px;
}
@media screen and (max-width: 767px) {
  .fp-section-header .fp-section-title {
    font-size: 22px;
  }
}
.fp-section-header .fp-section-subtitle {
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .fp-section-header .fp-section-subtitle {
    font-size: clamp(12px, 3.6vw, 14px);
  }
}
.fp-section-header.light .fp-section-title {
  color: #ffffff;
}
.fp-section-header.light .fp-section-subtitle {
  color: rgba(255, 255, 255, 0.85);
}

.fp-section-footer {
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .fp-section-footer {
    margin-top: 28px;
  }
}

/* --- Buttons --- */
.fp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-family: inherit;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.4;
  padding: 14px 44px;
  border-radius: 50px;
  text-decoration: none;
  text-align: center;
  transition: all 0.25s ease;
  cursor: pointer;
  border: none;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .fp-btn {
    font-size: 14px;
    padding: 12px 24px;
    width: 100%;
    max-width: 320px;
  }
}
.fp-btn i {
  font-size: 13px;
  transition: transform 0.2s;
}
.fp-btn:hover i {
  transform: translateX(4px);
}
.fp-btn.fp-btn-lg {
  padding: 16px 48px;
  font-size: 17px;
}
@media screen and (max-width: 767px) {
  .fp-btn.fp-btn-lg {
    padding: 14px 24px;
    font-size: 14px;
    width: 100%;
  }
}
.fp-btn.fp-btn-full {
  width: 100%;
  max-width: 100%;
}
.fp-btn.fp-btn-primary {
  background: #0b62d4;
  color: #ffffff;
}
.fp-btn.fp-btn-primary:hover {
  background: #084fb2;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(11, 98, 212, 0.35);
}
.fp-btn.fp-btn-orange {
  background: linear-gradient(135deg, #ff7a18 0%, #ff5200 100%);
  color: #ffffff;
}
.fp-btn.fp-btn-orange:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 26px rgba(255, 82, 0, 0.45);
}
.fp-btn.fp-btn-outline {
  background: #ffffff;
  color: #0b62d4;
  border: 2px solid #0b62d4;
}
.fp-btn.fp-btn-outline:hover {
  background: #f0f5ff;
  transform: translateY(-2px);
}

/* --- SECTION 1: HERO --- */
.fp-hero {
  padding: 20px 0 20px;
  background-color: #ffffff;
  background-image: url("../../../img/front/fv-bg.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .fp-hero {
    background-image: url("../../../img/front/fv-bg-sp.png");
    background-position: top center;
    background-size: 100% auto;
    padding: 10px 0 20px;
  }
}
.fp-hero .fp-hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .fp-hero .fp-hero-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.fp-hero .fp-hero-badge {
  display: inline-block;
  background: #0b62d4;
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  padding: 4px 16px;
  border-radius: 4px;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .fp-hero .fp-hero-badge {
    font-size: clamp(13px, 4.4vw, 16px);
    padding: 2px 10px;
    margin-bottom: 8px;
    text-align: center;
    display: block;
    line-height: 140%;
  }
}
.fp-hero .fp-hero-title {
  font-size: 42px;
  font-weight: 900;
  line-height: 1.25;
  margin: 0 0 16px 0;
  color: #0b62d4;
}
@media screen and (max-width: 767px) {
  .fp-hero .fp-hero-title {
    font-size: clamp(20px, 8.2vw, 28px);
    line-height: 1.25;
    margin-bottom: 8px;
  }
}
.fp-hero .fp-hero-title .highlight-blue {
  color: #0b62d4;
}
.fp-hero .fp-hero-subtitle {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .fp-hero .fp-hero-subtitle {
    font-size: clamp(13px, 4vw, 15px);
    line-height: 1.6;
    margin-bottom: 10px;
  }
}
.fp-hero .fp-hero-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .fp-hero .fp-hero-stats {
    width: 400px;
    max-width: 100%;
  }
}
.fp-hero .fp-hero-stats {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .fp-hero .fp-hero-stats {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-bottom: 0;
  }
}
.fp-hero .fp-stat-card {
  background: #fef9ee;
  border: 1px solid #fbd38d;
  border-radius: 12px;
  padding: 12px 10px;
  text-align: center;
  position: relative;
  box-shadow: 0 4px 12px rgba(249, 115, 22, 0.05);
}
@media screen and (max-width: 767px) {
  .fp-hero .fp-stat-card {
    border-radius: 8px;
    padding: 5px 4px 5px;
  }
}
.fp-hero .fp-stat-card .fp-stat-val {
  font-size: 22px;
  font-weight: 700;
  color: #ff852d;
  line-height: 1.2;
  margin-bottom: 2px;
}
@media screen and (max-width: 767px) {
  .fp-hero .fp-stat-card .fp-stat-val {
    font-size: clamp(18px, 5.5vw, 18px);
    margin-bottom: 5px;
    letter-spacing: -0.05px;
  }
}
.fp-hero .fp-stat-card .fp-stat-val small {
  font-size: 11px;
  font-weight: 700;
  margin-left: 2px;
}
@media screen and (max-width: 767px) {
  .fp-hero .fp-stat-card .fp-stat-val small {
    font-size: 12px;
    font-weight: normal;
  }
}
.fp-hero .fp-stat-card .fp-stat-label {
  font-size: 11px;
  font-weight: 700;
  color: #334155;
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .fp-hero .fp-stat-card .fp-stat-label {
    font-size: 10.5px;
    margin-bottom: 4px;
  }
}
.fp-hero .fp-stat-card .fp-stat-icon {
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  .fp-hero .fp-stat-card .fp-stat-icon {
    height: 25px;
    margin-top: 2px;
  }
}
.fp-hero .fp-stat-card .fp-stat-icon img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.fp-hero .fp-hero-visual {
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .fp-hero .fp-hero-visual {
    margin-right: -16px;
    margin-left: 0;
    margin-bottom: -50px;
    position: relative;
    z-index: 1;
  }
}
.fp-hero .fp-hero-visual picture {
  display: block;
  width: 100%;
}
.fp-hero .fp-hero-visual .fp-hero-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 40px 0 0 40px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}
@media screen and (min-width: 768px) {
  .fp-hero .fp-hero-visual .fp-hero-img {
    max-height: 360px;
  }
}
@media screen and (max-width: 767px) {
  .fp-hero .fp-hero-visual .fp-hero-img {
    max-height: 240px;
    border-radius: 16px 0 0 16px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  }
}
.fp-hero {
  /* Bottom CTAs & News Bar */
}
.fp-hero .fp-hero-bottom {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .fp-hero .fp-hero-bottom {
    margin-top: 0;
    position: relative;
    z-index: 10;
  }
}
.fp-hero .fp-hero-ctas {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin-bottom: 24px;
  width: 800px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .fp-hero .fp-hero-ctas {
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
  }
}
.fp-hero .fp-hero-ctas .fp-cta-item {
  position: relative;
  padding-top: 14px;
  width: 440px;
  max-width: 100%;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .fp-hero .fp-hero-ctas .fp-cta-item {
    width: 100%;
    max-width: 100%;
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .fp-hero .fp-hero-ctas .fp-cta-item.cta-tax {
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  .fp-hero .fp-hero-ctas .fp-cta-item.cta-property {
    order: 2;
  }
}
.fp-hero .fp-hero-ctas .fp-cta-badge {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .fp-hero .fp-hero-ctas .fp-cta-badge {
    font-size: 11.5px;
    padding: 3px 14px;
    border-radius: 4px;
  }
}
.fp-hero .fp-hero-ctas .fp-cta-badge.blue {
  background: #0b62d4;
  color: #ffffff;
  border: 1px solid #0b62d4;
}
.fp-hero .fp-hero-ctas .fp-cta-badge.outline {
  background: #ffffff;
  border: 1px solid #0b62d4;
  color: #0b62d4;
}
.fp-hero .fp-hero-ctas .fp-btn-white-blue {
  background: #ffffff;
  border: 2px solid #0b62d4;
  color: #0b62d4;
  font-size: 20px;
  font-weight: 800;
  padding: 16px 24px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  text-decoration: none;
  box-shadow: 0 4px 16px rgba(11, 98, 212, 0.08);
  transition: all 0.25s ease;
}
@media screen and (max-width: 767px) {
  .fp-hero .fp-hero-ctas .fp-btn-white-blue {
    font-size: 15px;
    padding: 13px 18px;
    border-width: 1.5px;
  }
}
.fp-hero .fp-hero-ctas .fp-btn-white-blue span {
  flex-grow: 1;
  text-align: center;
  margin-left: 16px;
}
@media screen and (max-width: 767px) {
  .fp-hero .fp-hero-ctas .fp-btn-white-blue span {
    margin-left: 8px;
  }
}
.fp-hero .fp-hero-ctas .fp-btn-white-blue i {
  font-size: 16px;
  margin-left: auto;
  color: #0b62d4;
}
@media screen and (max-width: 767px) {
  .fp-hero .fp-hero-ctas .fp-btn-white-blue i {
    font-size: 14px;
  }
}
.fp-hero .fp-hero-ctas .fp-btn-white-blue:hover {
  background: #f0f6ff;
  transform: translateY(-2px);
}
.fp-hero .fp-hero-ctas .fp-btn-solid-blue {
  background: #0b62d4;
  border: 2px solid #0b62d4;
  color: #ffffff;
  font-size: 18px;
  font-weight: 800;
  padding: 16px 24px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(11, 98, 212, 0.25);
  transition: all 0.25s ease;
}
@media screen and (max-width: 767px) {
  .fp-hero .fp-hero-ctas .fp-btn-solid-blue {
    font-size: 15px;
    padding: 13px 18px;
    border-width: 1.5px;
  }
}
.fp-hero .fp-hero-ctas .fp-btn-solid-blue span {
  flex-grow: 1;
  text-align: center;
  margin-left: 16px;
}
@media screen and (max-width: 767px) {
  .fp-hero .fp-hero-ctas .fp-btn-solid-blue span {
    margin-left: 8px;
  }
}
.fp-hero .fp-hero-ctas .fp-btn-solid-blue i {
  font-size: 16px;
  margin-left: auto;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .fp-hero .fp-hero-ctas .fp-btn-solid-blue i {
    font-size: 14px;
  }
}
.fp-hero .fp-hero-ctas .fp-btn-solid-blue:hover {
  background: #084fb2;
  transform: translateY(-2px);
}

.section-news {
  width: 800px;
  margin: auto;
  max-width: 100%;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .section-news .news-wrap {
    box-shadow: 0 6px 20px rgba(164, 164, 164, 0.25);
    padding: 10px 10px 0;
  }
}
@media screen and (max-width: 767px) {
  .section-news .box {
    padding: 0;
  }
}
.section-news .swiper-slide {
  width: 100%;
  overflow: hidden;
}
.section-news .swiper-slide .text-sm {
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .section-news .swiper-slide .text-sm {
    font-size: 13px;
  }
}
.section-news .swiper-slide .text-sm a {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #1e293b;
  text-decoration: none;
}
.section-news .swiper-slide .text-sm a:hover {
  text-decoration: underline;
}

/* --- SECTION 2: MEDIA BAR --- */
.fp-media-bar {
  padding: 24px 0;
  background: #ffffff;
  border-y: 1px solid #edf2f7;
}
.fp-media-bar .fp-media-inner {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .fp-media-bar .fp-media-inner {
    flex-direction: column;
    gap: 12px;
  }
}
.fp-media-bar .fp-media-title {
  font-size: 13px;
  font-weight: 700;
  color: #64748b;
  white-space: nowrap;
}
.fp-media-bar .fp-media-logos {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 16px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .fp-media-bar .fp-media-logos {
    justify-content: center;
  }
}
.fp-media-bar .fp-media-logo-item {
  font-size: 14px;
  font-weight: 800;
  color: #94a3b8;
  letter-spacing: 1px;
}

/* --- SECTION 2: MEDIA LOGO CAROUSEL (PURE CSS MARQUEE) --- */
.loop-media {
  padding: 24px 0;
  overflow: hidden;
  position: relative;
  background: #ffffff;
  border-top: 1px solid #f1f5f9;
  border-bottom: 1px solid #f1f5f9;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .loop-media {
    padding: 16px 0;
  }
}
.loop-media .loop-media-track {
  display: flex;
  align-items: center;
  gap: 48px;
  width: max-content;
  animation: mediaMarquee 35s linear infinite;
  will-change: transform;
}
@media screen and (max-width: 767px) {
  .loop-media .loop-media-track {
    gap: 28px;
    animation-duration: 22s;
  }
}
.loop-media .loop-media-track:hover {
  animation-play-state: paused;
}
.loop-media .loop-media-item {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
}
@media screen and (max-width: 767px) {
  .loop-media .loop-media-item {
    height: 36px;
  }
}
.loop-media .loop-media-item img {
  max-height: 40px;
  width: auto;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .loop-media .loop-media-item img {
    max-height: 28px;
  }
}

@keyframes mediaMarquee {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}
/* --- SECTION 3: PROPERTIES --- */
.fp-properties {
  padding: 60px 0 80px;
}
@media screen and (max-width: 767px) {
  .fp-properties {
    padding: 40px 0 50px;
  }
}

.fp-properties-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .fp-properties-head {
    align-items: flex-end;
    margin-bottom: 18px;
  }
}
.fp-properties-head .fp-properties-title {
  font-size: 32px;
  font-weight: 900;
  color: #1e293b;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .fp-properties-head .fp-properties-title {
    font-size: 24px;
  }
}
.fp-properties-head .fp-properties-meta {
  font-size: 15px;
  color: #475569;
  font-weight: 500;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .fp-properties-head .fp-properties-meta {
    font-size: 13px;
  }
}
.fp-properties-head .fp-properties-meta .meta-count {
  font-size: 14px;
  color: #1e293b;
}
@media screen and (max-width: 767px) {
  .fp-properties-head .fp-properties-meta .meta-count {
    font-size: 13px;
  }
}
.fp-properties-head .fp-properties-meta .num {
  font-weight: 800;
  color: #1e293b;
}
.fp-properties-head .fp-properties-meta .update-date {
  color: #64748b;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .fp-properties-head .fp-properties-meta .update-date {
    font-size: 11px;
    margin-top: 1px;
  }
}

.fp-property-filter-bar {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .fp-property-filter-bar {
    gap: 10px;
    margin-bottom: 20px;
  }
}
.fp-property-filter-bar .fp-filter-label {
  color: #0b62d4;
  font-size: 15px;
  font-weight: 800;
  padding-bottom: 2px;
  border-bottom: 2px solid #0b62d4;
  line-height: 1.2;
  cursor: default;
}
@media screen and (max-width: 767px) {
  .fp-property-filter-bar .fp-filter-label {
    font-size: 14px;
  }
}
.fp-property-filter-bar .fp-filter-tags {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .fp-property-filter-bar .fp-filter-tags {
    gap: 6px;
  }
}
.fp-property-filter-bar .fp-filter-tag {
  display: inline-block;
  padding: 5px 14px;
  font-size: 13px;
  color: #475569;
  background: #ffffff;
  border: 1px solid #cbd5e1;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.2s ease;
}
@media screen and (max-width: 767px) {
  .fp-property-filter-bar .fp-filter-tag {
    padding: 4px 8px;
    font-size: 12px;
    border-radius: 4px;
  }
}
.fp-property-filter-bar .fp-filter-tag:hover {
  border-color: #0b62d4;
  color: #0b62d4;
  background: #f8fafc;
}

.fp-property-slider {
  margin-bottom: 44px;
}
@media screen and (max-width: 767px) {
  .fp-property-slider {
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
}

.fp-property-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .fp-property-grid {
    display: flex;
    gap: 0;
    margin-bottom: 0;
  }
}

.fp-property-card {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
@media screen and (max-width: 767px) {
  .fp-property-card {
    border-radius: 14px;
    flex-shrink: 0;
    width: 100%;
    box-sizing: border-box;
  }
}
.fp-property-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 26px rgba(0, 0, 0, 0.1);
}
.fp-property-card .fp-property-card-link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.fp-property-card .fp-property-thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 16/10;
  overflow: hidden;
  background: #f1f5f9;
}
@media screen and (max-width: 767px) {
  .fp-property-card .fp-property-thumb {
    height: 200px;
  }
}
.fp-property-card .fp-property-thumb img,
.fp-property-card .fp-property-thumb .fp-property-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.fp-property-card:hover .fp-property-thumb img {
  transform: scale(1.04);
}
.fp-property-card .fp-property-info {
  box-sizing: border-box;
  padding: 20px 20px 24px;
}
@media screen and (max-width: 767px) {
  .fp-property-card .fp-property-info {
    padding: 16px 18px 20px;
  }
}
.fp-property-card .fp-property-title {
  font-size: 18px;
  font-weight: 800;
  color: #1e293b;
  margin: 0 0 10px;
  line-height: 1.35;
}
@media screen and (max-width: 767px) {
  .fp-property-card .fp-property-title {
    font-size: 17px;
    margin-bottom: 8px;
  }
}
.fp-property-card .fp-property-specs {
  font-size: 14px;
  color: #334155;
  margin-bottom: 8px;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 4px;
}
.fp-property-card .fp-property-specs strong {
  font-size: 19px;
  font-weight: 900;
  color: #0f172a;
}
@media screen and (max-width: 767px) {
  .fp-property-card .fp-property-specs strong {
    font-size: 18px;
  }
}
.fp-property-card .fp-property-specs .spec-sep {
  color: #94a3b8;
  margin: 0 2px;
}
.fp-property-card .fp-property-status {
  font-size: 13px;
  color: #64748b;
  font-weight: 500;
}

.fp-property-pagination {
  display: none;
}
@media screen and (max-width: 767px) {
  .fp-property-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
    margin-bottom: 28px;
  }
  .fp-property-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #cbd5e1;
    opacity: 1;
    margin: 0 !important;
    transition: all 0.2s ease;
    cursor: pointer;
  }
  .fp-property-pagination .swiper-pagination-bullet-active {
    background: #0b62d4;
    width: 8px;
    height: 8px;
  }
}

/* --- SECTION 4: SERVICES / DUAL TRACK --- */
.fp-services.fp-bg-blue {
  background-color: #0b62d4;
}
.fp-services .fp-dual-track {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .fp-services .fp-dual-track {
    margin-bottom: 30px;
  }
}
.fp-services .fp-track-imgs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .fp-services .fp-track-imgs {
    gap: 6px;
    margin-bottom: 12px;
  }
}
.fp-services .fp-track-imgs .fp-track-img {
  flex: 1;
  max-width: 490px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .fp-services .fp-track-imgs .fp-track-img {
    max-width: 50%;
    min-width: 0;
  }
}
.fp-services .fp-track-imgs .fp-track-img img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
}
@media screen and (max-width: 767px) {
  .fp-services .fp-track-imgs .fp-track-img img {
    border-radius: 8px;
  }
}
.fp-services .fp-track-imgs .fp-track-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.9);
  font-size: 22px;
  flex-shrink: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .fp-services .fp-track-imgs .fp-track-arrow {
    font-size: 16px;
    transform: none;
  }
}
.fp-services .fp-track-bodies {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 64px;
}
@media screen and (max-width: 767px) {
  .fp-services .fp-track-bodies {
    gap: 16px;
  }
}
.fp-services .fp-track-bodies .fp-track-body {
  flex: 1;
  max-width: 490px;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .fp-services .fp-track-bodies .fp-track-body {
    max-width: 50%;
    min-width: 0;
  }
}
.fp-services .fp-track-bodies .fp-track-body .fp-track-title {
  font-size: 18px;
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 8px 0;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .fp-services .fp-track-bodies .fp-track-body .fp-track-title {
    font-size: clamp(14px, 5vw, 18px);
    font-weight: 800;
    line-height: 1.35;
    margin-bottom: 8px;
  }
}
.fp-services .fp-track-bodies .fp-track-body .fp-track-desc {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.6;
  margin: 0;
}
.fp-services .fp-track-bodies .fp-track-body .fp-track-desc strong {
  font-size: 1.2em;
}
@media screen and (max-width: 767px) {
  .fp-services .fp-track-bodies .fp-track-body .fp-track-desc {
    font-size: clamp(11px, 3.3vw, 15px);
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.95);
    text-align: left;
    word-break: break-all;
  }
}
.fp-services .fp-tax-effect-box {
  background: #eaf1f9;
  border-radius: 16px;
  padding: 32px 24px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .fp-services .fp-tax-effect-box {
    background: #eaf1f9;
    padding: 20px 12px 14px;
    border-radius: 14px;
  }
}
.fp-services .fp-tax-effect-box .fp-tax-effect-title {
  font-size: 22px;
  font-weight: 800;
  color: #0b62d4;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 767px) {
  .fp-services .fp-tax-effect-box .fp-tax-effect-title {
    font-size: 18px;
    margin-bottom: 14px;
  }
}
.fp-services .fp-tax-effect-box .fp-tax-effect-img {
  display: flex;
  justify-content: center;
}
.fp-services .fp-tax-effect-box .fp-tax-effect-img img {
  max-width: 100%;
  height: auto;
}
.fp-services .fp-section-footer {
  margin-top: 36px;
}
@media screen and (max-width: 767px) {
  .fp-services .fp-section-footer {
    margin-top: 24px;
  }
}
.fp-services .fp-section-footer .fp-btn-cta {
  background: linear-gradient(135deg, #ff7a18 0%, #ff5200 100%);
  color: #ffffff;
  font-size: 17px;
  font-weight: 800;
  padding: 16px 44px;
  border-radius: 50px;
  box-shadow: 0 6px 20px rgba(255, 82, 0, 0.35);
  border: none;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .fp-services .fp-section-footer .fp-btn-cta {
    font-size: 14px;
    padding: 14px 20px;
    width: 100%;
  }
}
.fp-services .fp-section-footer .fp-btn-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 26px rgba(255, 82, 0, 0.45);
}

/* --- SECTION 5: COMPARISON (EXACT MATCH TO DESIGN) --- */
.fp-comparison .fp-reason-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .fp-comparison .fp-reason-cards {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-bottom: 28px;
  }
}
.fp-comparison .fp-reason-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 30px 20px 24px;
  text-align: center;
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 767px) {
  .fp-comparison .fp-reason-card {
    padding: 10px 4px 10px;
    border-radius: 8px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
  }
}
.fp-comparison .fp-reason-card .reason-badge-circle {
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
  width: 48px;
  height: 48px;
  background: #f97316;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(249, 115, 22, 0.3);
}
@media screen and (max-width: 767px) {
  .fp-comparison .fp-reason-card .reason-badge-circle {
    top: -12px;
    left: -4px;
    width: 34px;
    height: 34px;
    box-shadow: 0 2px 6px rgba(249, 115, 22, 0.25);
  }
}
.fp-comparison .fp-reason-card .reason-badge-circle .sub {
  font-size: 8px;
  line-height: 1;
  letter-spacing: -0.5px;
}
@media screen and (max-width: 767px) {
  .fp-comparison .fp-reason-card .reason-badge-circle .sub {
    font-size: 6px;
    transform: scale(0.9);
  }
}
.fp-comparison .fp-reason-card .reason-badge-circle .num {
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
  margin-top: 2px;
}
@media screen and (max-width: 767px) {
  .fp-comparison .fp-reason-card .reason-badge-circle .num {
    font-size: 14px;
    margin-top: 1px;
  }
}
.fp-comparison .fp-reason-card .reason-card-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 8px auto 16px;
  width: 70%;
}
@media screen and (max-width: 767px) {
  .fp-comparison .fp-reason-card .reason-card-img {
    width: 85%;
    margin: 2px auto 8px;
  }
}
.fp-comparison .fp-reason-card .reason-card-img picture,
.fp-comparison .fp-reason-card .reason-card-img img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.fp-comparison .fp-reason-card .reason-card-title {
  font-size: 19px;
  font-weight: 800;
  color: #1e293b;
  margin: 0 0 6px 0;
}
@media screen and (max-width: 767px) {
  .fp-comparison .fp-reason-card .reason-card-title {
    font-size: clamp(12px, 3.4vw, 15px);
    line-height: 1.25;
    margin-bottom: 4px;
  }
}
.fp-comparison .fp-reason-card .reason-card-sub {
  font-size: 14px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .fp-comparison .fp-reason-card .reason-card-sub {
    font-size: clamp(9.5px, 2.7vw, 12px);
    line-height: 1.35;
  }
}
.fp-comparison .fp-comparison-box {
  background: #ffffff;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .fp-comparison .fp-comparison-box {
    padding: 24px 12px;
    border-radius: 14px;
  }
}
.fp-comparison .fp-comparison-box .comparison-box-title {
  text-align: center;
  font-size: 22px;
  font-weight: 800;
  color: #0b62d4;
  margin: 0 0 28px 0;
}
@media screen and (max-width: 767px) {
  .fp-comparison .fp-comparison-box .comparison-box-title {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.fp-comparison .fp-comparison-box .fp-table-wrapper {
  margin-bottom: 28px;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .fp-comparison .fp-comparison-box .fp-table-wrapper {
    margin-bottom: 20px;
  }
}
.fp-comparison .fp-comparison-box .fp-comparison-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.fp-comparison .fp-comparison-box .fp-comparison-table th,
.fp-comparison .fp-comparison-box .fp-comparison-table td {
  padding: 16px 14px;
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
  border-bottom: 1px solid #eef2f7;
}
@media screen and (max-width: 767px) {
  .fp-comparison .fp-comparison-box .fp-comparison-table th,
  .fp-comparison .fp-comparison-box .fp-comparison-table td {
    padding: 10px 4px;
    font-size: 11px;
  }
}
.fp-comparison .fp-comparison-box .fp-comparison-table th {
  font-weight: 800;
  padding-top: 14px;
  padding-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .fp-comparison .fp-comparison-box .fp-comparison-table th {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.fp-comparison .fp-comparison-box .fp-comparison-table th.th-label {
  width: 28%;
  border-bottom: none;
}
.fp-comparison .fp-comparison-box .fp-comparison-table th.th-highlight {
  background: #0b62d4;
  color: #ffffff;
  font-size: 15px;
  width: 24%;
}
@media screen and (max-width: 767px) {
  .fp-comparison .fp-comparison-box .fp-comparison-table th.th-highlight {
    font-size: 12px;
  }
}
.fp-comparison .fp-comparison-box .fp-comparison-table th.th-gray {
  background: #cbd5e1;
  color: #475569;
  font-size: 14px;
  width: 24%;
}
@media screen and (max-width: 767px) {
  .fp-comparison .fp-comparison-box .fp-comparison-table th.th-gray {
    font-size: 11px;
  }
}
.fp-comparison .fp-comparison-box .fp-comparison-table td {
  color: #475569;
  font-weight: 500;
}
.fp-comparison .fp-comparison-box .fp-comparison-table td.td-label {
  text-align: left;
  font-weight: 700;
  color: #1e293b;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .fp-comparison .fp-comparison-box .fp-comparison-table td.td-label {
    font-size: 11px;
  }
}
.fp-comparison .fp-comparison-box .fp-comparison-table td.td-highlight {
  background: #edf4fc;
  font-weight: 800;
  border-bottom: 1px solid #fff;
}
.fp-comparison .fp-comparison-box .fp-comparison-table td.td-highlight.text-blue {
  color: #0b62d4;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .fp-comparison .fp-comparison-box .fp-comparison-table td.td-highlight.text-blue {
    font-size: 12px;
  }
}
.fp-comparison .fp-comparison-box .fp-comparison-table .icon-mark {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .fp-comparison .fp-comparison-box .fp-comparison-table .icon-mark {
    width: 20px;
    height: 20px;
  }
}
.fp-comparison .fp-comparison-box .fp-comparison-table .icon-mark.icon-blue {
  color: #0b62d4;
}
.fp-comparison .fp-comparison-box .fp-comparison-table .icon-mark.icon-gray {
  color: #64748b;
}
.fp-comparison .fp-comparison-box .fp-comparison-table .mark-dash {
  color: #64748b;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .fp-comparison .fp-comparison-box .fp-comparison-table .mark-dash {
    font-size: 14px;
  }
}
.fp-comparison .fp-comparison-box .fp-comparison-banner {
  background: #fffaee;
  border-radius: 8px;
  padding: 14px 20px;
  text-align: center;
  color: #f97316;
  font-weight: 800;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .fp-comparison .fp-comparison-box .fp-comparison-banner {
    font-size: 13px;
    padding: 12px 14px;
  }
}
.fp-comparison .fp-comparison-ctas {
  display: flex;
  justify-content: center;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .fp-comparison .fp-comparison-ctas {
    flex-direction: column;
    gap: 20px;
  }
}
.fp-comparison .fp-cta-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fp-comparison .fp-cta-wrapper .cta-badge {
  font-size: 11px;
  font-weight: 700;
  padding: 3px 14px;
  border-radius: 20px;
  margin-bottom: -10px;
  z-index: 2;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}
.fp-comparison .fp-cta-wrapper .cta-badge.cta-badge-white {
  background: #ffffff;
  color: #1d5bd8;
  border: 1px solid #1d5bd8;
}
.fp-comparison .fp-cta-wrapper .cta-badge.cta-badge-blue {
  background: #1d5bd8;
  color: #ffffff;
}
.fp-comparison .fp-cta-wrapper .fp-btn-rounded {
  border-radius: 50px;
  min-width: 260px;
  padding: 20px 20px 14px;
}
@media screen and (max-width: 767px) {
  .fp-comparison .fp-cta-wrapper .fp-btn-rounded {
    width: 100%;
    min-width: auto;
  }
}

/* --- SECTION 6: CASES --- */
.fp-cases .fp-cases-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .fp-cases .fp-cases-grid {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 24px;
  }
}
.fp-cases .fp-case-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .fp-cases .fp-case-card {
    flex-direction: column;
    padding: 10px 10px 14px;
    gap: 0;
    border-radius: 12px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
  }
}
.fp-cases .fp-case-card .fp-case-img {
  flex-shrink: 0;
  width: 170px;
  height: 170px;
  border-radius: 12px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .fp-cases .fp-case-card .fp-case-img {
    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
    border-radius: 6px;
  }
}
.fp-cases .fp-case-card .fp-case-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.fp-cases .fp-case-card .fp-case-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .fp-cases .fp-case-card .fp-case-content {
    width: 100%;
  }
}
.fp-cases .fp-case-card .fp-case-content .fp-case-tag {
  display: inline-block;
  border: 1px solid #0b62d4;
  color: #0b62d4;
  font-size: 12px;
  font-weight: 700;
  padding: 2px 10px;
  border-radius: 6px;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .fp-cases .fp-case-card .fp-case-content .fp-case-tag {
    font-size: 10.5px;
    padding: 1px 8px;
    border-radius: 4px;
    margin-top: 10px;
    margin-bottom: 6px;
  }
}
.fp-cases .fp-case-card .fp-case-content .fp-case-title {
  font-size: 19px;
  font-weight: 800;
  color: #1e293b;
  margin: 0 0 4px 0;
  line-height: 1.35;
}
@media screen and (max-width: 767px) {
  .fp-cases .fp-case-card .fp-case-content .fp-case-title {
    font-size: clamp(13px, 4.6vw, 17px);
    margin-bottom: 4px;
  }
}
.fp-cases .fp-case-card .fp-case-content .fp-case-meta {
  font-size: 13px;
  color: #64748b;
  font-weight: 500;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 767px) {
  .fp-cases .fp-case-card .fp-case-content .fp-case-meta {
    font-size: 11px;
    margin-bottom: 6px;
  }
}
.fp-cases .fp-case-card .fp-case-content .fp-case-desc {
  font-size: 13px;
  color: #475569;
  line-height: 1.6;
  margin: 0 0 14px 0;
}
@media screen and (max-width: 767px) {
  .fp-cases .fp-case-card .fp-case-content .fp-case-desc {
    font-size: 11px;
    line-height: 1.5;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.fp-cases .fp-case-card .fp-case-content .fp-case-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #0b62d4;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .fp-cases .fp-case-card .fp-case-content .fp-case-link {
    font-size: 11.5px;
    gap: 4px;
    margin-top: auto;
  }
}
.fp-cases .fp-case-card .fp-case-content .fp-case-link i {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .fp-cases .fp-case-card .fp-case-content .fp-case-link i {
    font-size: 13px;
  }
}
.fp-cases .fp-case-card .fp-case-content .fp-case-link:hover {
  text-decoration: underline;
}

/* --- SECTION 7: BENEFITS / EXIT STRATEGIES --- */
.fp-benefits .fp-section-subtitle.yellow {
  color: #ffcc00;
  font-size: 18px;
  font-weight: 800;
  margin-top: 6px;
  display: block;
}
@media screen and (max-width: 767px) {
  .fp-benefits .fp-section-subtitle.yellow {
    font-size: 15px;
  }
}
.fp-benefits .fp-warning-box {
  background: url("../../../img/front/warning-box-bg.png") no-repeat center center;
  background-color: #fff;
  background-size: 100% 100%;
  border-radius: 16px;
  padding: 32px 40px;
  margin: 28px auto 36px;
  max-width: 750px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .fp-benefits .fp-warning-box {
    background-image: url("../../../img/front/warning-box-bg-sp.png");
    background-size: cover;
    background-position: center;
    max-width: 100%;
    padding: 20px 16px;
    margin: 20px auto 28px;
    border-radius: 12px;
  }
}
.fp-benefits .fp-warning-box .fp-warning-main {
  color: #0b62d4;
  font-weight: 800;
  font-size: 20px;
  line-height: 1.5;
  margin: 0 0 12px 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .fp-benefits .fp-warning-box .fp-warning-main {
    font-size: 15px;
    margin-bottom: 8px;
  }
}
.fp-benefits .fp-warning-box .fp-warning-sub {
  color: #1e293b;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  margin: 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .fp-benefits .fp-warning-box .fp-warning-sub {
    font-size: 12px;
  }
}
.fp-benefits .fp-strategy-lead {
  text-align: center;
  color: #ffcc00;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.fp-benefits .fp-strategy-lead::before {
  content: "";
  width: 2px;
  height: 32px;
  background: #ffcc00;
  transform: rotate(-35deg);
}
.fp-benefits .fp-strategy-lead::after {
  content: "";
  width: 2px;
  height: 32px;
  background: #ffcc00;
  transform: rotate(35deg);
}
@media screen and (max-width: 767px) {
  .fp-benefits .fp-strategy-lead {
    font-size: 16px;
    font-weight: 900;
    margin-bottom: 28px;
    gap: 10px;
  }
  .fp-benefits .fp-strategy-lead::before, .fp-benefits .fp-strategy-lead::after {
    height: 24px;
  }
}
.fp-benefits .fp-benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .fp-benefits .fp-benefits-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 24px;
  }
}
.fp-benefits .fp-benefit-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 28px 20px 24px;
  text-align: center;
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  border: none;
}
@media screen and (max-width: 767px) {
  .fp-benefits .fp-benefit-card {
    border-radius: 12px;
    padding: 24px 16px 20px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  }
}
.fp-benefits .fp-benefit-card .benefit-badge-num {
  position: absolute;
  top: -20px;
  left: -10px;
  width: 44px;
  height: 44px;
  background: #f97316;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 900;
  box-shadow: 0 4px 10px rgba(249, 115, 22, 0.3);
}
@media screen and (max-width: 767px) {
  .fp-benefits .fp-benefit-card .benefit-badge-num {
    top: -10px;
    left: -6px;
    width: 38px;
    height: 38px;
    font-size: 16px;
    box-shadow: 0 2px 6px rgba(249, 115, 22, 0.25);
  }
}
@media screen and (min-width: 768px) {
  .fp-benefits .fp-benefit-card .fp-benefit-img {
    height: 160px;
  }
}
.fp-benefits .fp-benefit-card .fp-benefit-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .fp-benefits .fp-benefit-card .fp-benefit-img {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .fp-benefits .fp-benefit-card .fp-benefit-img picture,
  .fp-benefits .fp-benefit-card .fp-benefit-img img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
  }
}
.fp-benefits .fp-benefit-card h3 {
  font-size: 19px;
  font-weight: 800;
  color: #1e293b;
  margin: 0 0 10px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .fp-benefits .fp-benefit-card h3 {
    font-size: clamp(16px, 4.7vw, 18px);
    margin-bottom: 6px;
  }
}
.fp-benefits .fp-benefit-card p {
  color: #1e293b;
  font-size: 13px;
  text-align: left;
  line-height: 1.6;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .fp-benefits .fp-benefit-card p {
    font-size: clamp(13px, 4vw, 15px);
    line-height: 1.55;
  }
}
.fp-benefits .fp-strategy-note {
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .fp-benefits .fp-strategy-note {
    font-size: 14px;
  }
}

/* --- SECTION 8: AFTER-PURCHASE SUPPORT --- */
.fp-support {
  background: #f8fafc;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .fp-support {
    padding: 40px 0 50px;
  }
}
.fp-support .fp-support-image {
  max-width: 680px;
  margin: 0 auto 40px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 767px) {
  .fp-support .fp-support-image {
    margin-bottom: 24px;
  }
}
.fp-support .fp-support-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.fp-support .fp-support-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 980px;
  margin: 0 auto 44px;
}
@media screen and (max-width: 767px) {
  .fp-support .fp-support-grid {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 28px;
  }
}
.fp-support .fp-support-card {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
@media screen and (max-width: 767px) {
  .fp-support .fp-support-card {
    border-radius: 10px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
  }
}
.fp-support .fp-support-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 26px rgba(0, 0, 0, 0.1);
}
.fp-support .fp-support-card .fp-support-card-head {
  background: #0b62d4;
  color: #ffffff;
  padding: 10px 10px;
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .fp-support .fp-support-card .fp-support-card-head {
    min-height: auto;
    padding: 12px 14px;
  }
}
.fp-support .fp-support-card .fp-support-card-head h3 {
  color: #ffffff;
  font-size: 17px;
  font-weight: 800;
  margin: 0;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .fp-support .fp-support-card .fp-support-card-head h3 {
    font-size: clamp(14px, 4.2vw, 16px);
    white-space: nowrap;
  }
}
.fp-support .fp-support-card .fp-support-card-head h3 .sub {
  font-size: 15px;
  font-weight: 700;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .fp-support .fp-support-card .fp-support-card-head h3 .sub {
    font-size: 13px;
  }
}
.fp-support .fp-support-card .fp-support-card-body {
  padding: 24px 20px;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .fp-support .fp-support-card .fp-support-card-body {
    padding: 16px 14px;
  }
}
.fp-support .fp-support-card .fp-support-card-body p {
  font-size: 15px;
  color: #334155;
  line-height: 1.6;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .fp-support .fp-support-card .fp-support-card-body p {
    font-size: clamp(12.5px, 3.6vw, 14px);
    color: #1e293b;
    line-height: 1.6;
  }
}

/* --- SECTION 9: FLOW --- */
.fp-flow {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .fp-flow {
    padding: 50px 0;
  }
}

.fp-flow-steps {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  max-width: 1040px;
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  .fp-flow-steps {
    flex-direction: column;
    gap: 8px;
    margin-top: 30px;
    width: 100%;
    max-width: 100%;
  }
}

.fp-flow-arrow {
  color: #0b62d4;
  font-size: 24px;
  font-weight: 700;
  flex-shrink: 0;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .fp-flow-arrow {
    font-size: 16px;
    margin: 2px auto;
  }
}

.fp-flow-step {
  flex: 1;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
  text-align: center;
  position: relative;
  padding: 30px 10px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .fp-flow-step {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    padding: 18px 16px 14px 30px;
    max-width: 100%;
    border-radius: 10px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
  }
}
.fp-flow-step .step-num {
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #f97316;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .fp-flow-step .step-num {
    top: -10px;
    left: -8px;
    transform: none;
    width: 38px;
    height: 38px;
    box-shadow: 0 2px 6px rgba(249, 115, 22, 0.25);
  }
}
.fp-flow-step .step-num .step-lbl {
  font-size: 8px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.5px;
}
@media screen and (max-width: 767px) {
  .fp-flow-step .step-num .step-lbl {
    font-size: 7px;
  }
}
.fp-flow-step .step-num .step-val {
  font-size: 16px;
  font-weight: 900;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .fp-flow-step .step-num .step-val {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .fp-flow-step .step-info {
    flex: 1;
    text-align: left;
    padding-right: 12px;
  }
}
.fp-flow-step h4 {
  font-size: 17px;
  font-weight: 800;
  color: #0b62d4;
  margin: 0 0 10px;
  line-height: 1.2;
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .fp-flow-step h4 {
    font-size: clamp(14px, 4.2vw, 16px);
    margin: 0 0 6px 0;
    min-height: auto;
    display: block;
    text-align: left;
  }
}
.fp-flow-step p {
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0 20px;
  min-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .fp-flow-step p {
    font-size: clamp(11.5px, 3.4vw, 13px);
    color: #1e293b;
    line-height: 1.5;
    margin: 0;
    min-height: auto;
    display: block;
    text-align: left;
  }
}
.fp-flow-step .step-icon-img {
  margin-top: auto;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .fp-flow-step .step-icon-img {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    margin: 0;
  }
}
.fp-flow-step .step-icon-img img,
.fp-flow-step .step-icon-img .fp-flow-icon {
  max-height: 80px;
  width: auto;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .fp-flow-step .step-icon-img img,
  .fp-flow-step .step-icon-img .fp-flow-icon {
    max-height: 56px;
    max-width: 100%;
  }
}

/* --- SECTION 10: FAQ --- */
.fp-faq-list {
  max-width: 800px;
  margin: 0 auto;
}

.fp-faq-item {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  margin-bottom: 12px;
  overflow: hidden;
}
.fp-faq-item .fp-faq-q {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 20px;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  user-select: none;
  transition: background-color 0.2s ease;
}
.fp-faq-item .fp-faq-q:hover {
  background-color: #fafbfc;
}
@media screen and (max-width: 767px) {
  .fp-faq-item .fp-faq-q {
    font-size: 13.5px;
    padding: 14px 16px;
  }
}
.fp-faq-item .fp-faq-q .q-prefix {
  color: #1d5bd8;
  font-size: 18px;
  font-weight: 900;
}
.fp-faq-item .fp-faq-q .q-text {
  flex: 1;
  color: #085bc2;
}
.fp-faq-item .fp-faq-q .toggle-icon {
  font-size: 12px;
  color: #94a3b8;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.fp-faq-item.is-open .toggle-icon {
  transform: rotate(180deg);
}
.fp-faq-item .fp-faq-a {
  display: none;
}
.fp-faq-item .fp-faq-a .fp-faq-a-inner {
  display: flex;
  gap: 12px;
  padding: 0 20px 18px 20px;
  font-size: 14px;
  color: #475569;
}
@media screen and (max-width: 767px) {
  .fp-faq-item .fp-faq-a .fp-faq-a-inner {
    font-size: 13px;
    padding: 0 16px 14px 16px;
  }
}
.fp-faq-item .fp-faq-a .fp-faq-a-inner .a-prefix {
  color: #f97316;
  font-size: 18px;
  font-weight: 900;
}
.fp-faq-item .fp-faq-a .fp-faq-a-inner p {
  margin: 0;
  line-height: 1.6;
}

/* --- SECTION 12: FORM & SIMULATION --- */
.fp-simulation {
  background: #0b62d4;
  padding: 60px 0 80px;
}
@media screen and (max-width: 767px) {
  .fp-simulation {
    padding: 40px 0 50px;
  }
}

.fp-form-card {
  max-width: 680px;
  margin: 0 auto;
  background: #eef2f6;
  border-radius: 24px;
  padding: 40px 48px;
  color: #1e293b;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 767px) {
  .fp-form-card {
    padding: 28px 18px 32px;
    border-radius: 20px;
    width: 100%;
  }
}
.fp-form-card .fp-sim-header {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .fp-form-card .fp-sim-header {
    margin-bottom: 16px;
  }
}
.fp-form-card .fp-sim-header .fp-sim-sub-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: #0b62d4;
  font-size: 15px;
  font-weight: 800;
  margin-bottom: 6px;
}
.fp-form-card .fp-sim-header .fp-sim-sub-badge .diagonal-left,
.fp-form-card .fp-sim-header .fp-sim-sub-badge .diagonal-right {
  font-weight: 900;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .fp-form-card .fp-sim-header .fp-sim-sub-badge {
    font-size: 15px;
    margin-bottom: 4px;
  }
}
.fp-form-card .fp-sim-header .fp-sim-title {
  font-size: 26px;
  font-weight: 900;
  color: #1e293b;
  margin: 0 0 6px 0;
  letter-spacing: -0.5px;
}
@media screen and (max-width: 767px) {
  .fp-form-card .fp-sim-header .fp-sim-title {
    font-size: 23px;
    line-height: 1.3;
    margin-bottom: 6px;
  }
}
.fp-form-card .fp-sim-header .fp-sim-subtitle {
  font-size: 14px;
  font-weight: 700;
  color: #475569;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .fp-form-card .fp-sim-header .fp-sim-subtitle {
    font-size: 13px;
  }
}
.fp-form-card .fp-sim-back-btn {
  display: inline-flex;
  align-items: center;
  background: none;
  gap: 4px;
  border: none;
  border-radius: 6px;
  padding: 6px 14px;
  font-size: 13px;
  font-weight: 700;
  color: #475569;
  cursor: pointer;
  transition: all 0.2s ease;
  line-height: 1;
}
.fp-form-card .fp-sim-back-btn i {
  font-size: 11px;
  transition: transform 0.2s ease;
}
.fp-form-card .fp-sim-back-btn:hover {
  color: #1e293b;
}
.fp-form-card .fp-sim-back-btn:hover i {
  transform: translateX(-2px);
}
@media screen and (max-width: 767px) {
  .fp-form-card .fp-sim-back-btn {
    padding: 4px 10px;
    font-size: 12px;
  }
}
.fp-form-card .fp-sim-progress {
  margin-bottom: 28px;
}
@media screen and (max-width: 767px) {
  .fp-form-card .fp-sim-progress {
    margin-bottom: 20px;
  }
}
.fp-form-card .fp-sim-progress .fp-sim-progress-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .fp-form-card .fp-sim-progress .fp-sim-progress-header {
    min-height: 28px;
    margin: 16px auto 10px;
  }
}
.fp-form-card .fp-sim-progress .fp-sim-progress-header .fp-sim-back-btn {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.fp-form-card .fp-sim-progress .fp-sim-progress-header .progress-track {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .fp-form-card .fp-sim-progress .fp-sim-progress-header .progress-track {
    width: 140px;
    max-width: 48%;
    gap: 6px;
    margin: 0 auto;
  }
}
.fp-form-card .fp-sim-progress .progress-track {
  display: flex;
  gap: 12px;
  width: 280px;
  max-width: 100%;
  margin: 0 auto 12px;
}
@media screen and (max-width: 767px) {
  .fp-form-card .fp-sim-progress .progress-track {
    width: 100%;
    gap: 8px;
    margin: 16px auto 10px;
  }
}
.fp-form-card .fp-sim-progress .progress-track .progress-bar-half {
  flex: 1;
  height: 6px;
  border-radius: 4px;
  background: #ffffff;
}
.fp-form-card .fp-sim-progress .progress-track .progress-bar-half.active {
  background: #0b62d4;
}
.fp-form-card .fp-sim-progress .progress-label {
  font-size: 12.5px;
  text-align: center;
  color: #475569;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .fp-form-card .fp-sim-progress .progress-label {
    font-size: 12px;
  }
}
.fp-form-card .fp-sim-progress .step2-heading {
  font-size: 20px;
  font-weight: 800;
  color: #1e293b;
  text-align: center;
  margin: 8px 0 0;
}
@media screen and (max-width: 767px) {
  .fp-form-card .fp-sim-progress .step2-heading {
    font-size: 18px;
    margin-top: 6px;
  }
}
.fp-form-card .fp-sim-fields {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
@media screen and (max-width: 767px) {
  .fp-form-card .fp-sim-fields {
    gap: 16px;
  }
}
.fp-form-card .fp-sim-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .fp-form-card .fp-sim-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
}
.fp-form-card .fp-sim-row .fp-sim-label {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 200px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .fp-form-card .fp-sim-row .fp-sim-label {
    width: 100%;
    gap: 8px;
  }
}
.fp-form-card .fp-sim-row .fp-sim-label .label-name {
  font-size: 14px;
  font-weight: 800;
  color: #1e293b;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .fp-form-card .fp-sim-row .fp-sim-label .label-name {
    font-size: 15px;
  }
}
.fp-form-card .fp-sim-row .fp-sim-label .badge-must {
  background: #64748b;
  color: #ffffff;
  font-size: 10px;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 3px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .fp-form-card .fp-sim-row .fp-sim-label .badge-must {
    font-size: 10.5px;
    border-radius: 4px;
  }
}
.fp-form-card .fp-sim-row .fp-sim-input-wrap {
  flex: 1;
  width: 100%;
  position: relative;
}
.fp-form-card .fp-sim-row .fp-sim-input-wrap .sim-err {
  display: none;
  color: #ef4444;
  font-size: 11.5px;
  font-weight: 600;
  margin-top: 4px;
  line-height: 1.3;
}
.fp-form-card .fp-sim-row .fp-sim-input-wrap.has-error input,
.fp-form-card .fp-sim-row .fp-sim-input-wrap.has-error select {
  border-color: #ef4444 !important;
  box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.12) !important;
}
.fp-form-card .fp-sim-row .fp-sim-input-wrap.has-error .sim-err {
  display: block;
}
.fp-form-card .fp-sim-row .fp-sim-input-wrap input[type=text],
.fp-form-card .fp-sim-row .fp-sim-input-wrap input[type=email],
.fp-form-card .fp-sim-row .fp-sim-input-wrap input[type=tel],
.fp-form-card .fp-sim-row .fp-sim-input-wrap select {
  width: 100%;
  height: 48px;
  background: #ffffff;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 0 16px;
  font-size: 16px;
  color: #1e293b;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.fp-form-card .fp-sim-row .fp-sim-input-wrap input[type=text]::placeholder,
.fp-form-card .fp-sim-row .fp-sim-input-wrap input[type=email]::placeholder,
.fp-form-card .fp-sim-row .fp-sim-input-wrap input[type=tel]::placeholder,
.fp-form-card .fp-sim-row .fp-sim-input-wrap select::placeholder {
  color: #94a3b8;
}
.fp-form-card .fp-sim-row .fp-sim-input-wrap input[type=text]:focus,
.fp-form-card .fp-sim-row .fp-sim-input-wrap input[type=email]:focus,
.fp-form-card .fp-sim-row .fp-sim-input-wrap input[type=tel]:focus,
.fp-form-card .fp-sim-row .fp-sim-input-wrap select:focus {
  border-color: #0b62d4;
  box-shadow: 0 0 0 3px rgba(11, 98, 212, 0.12);
}
.fp-form-card .fp-sim-row .fp-sim-input-wrap input[type=text].is-invalid,
.fp-form-card .fp-sim-row .fp-sim-input-wrap input[type=email].is-invalid,
.fp-form-card .fp-sim-row .fp-sim-input-wrap input[type=tel].is-invalid,
.fp-form-card .fp-sim-row .fp-sim-input-wrap select.is-invalid {
  border-color: #ef4444;
  box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.12);
}
@media screen and (max-width: 767px) {
  .fp-form-card .fp-sim-row .fp-sim-input-wrap input[type=text],
  .fp-form-card .fp-sim-row .fp-sim-input-wrap input[type=email],
  .fp-form-card .fp-sim-row .fp-sim-input-wrap input[type=tel],
  .fp-form-card .fp-sim-row .fp-sim-input-wrap select {
    height: 48px;
    font-size: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  }
}
.fp-form-card .fp-sim-row .fp-sim-input-wrap.select-wrap select {
  appearance: none;
  -webkit-appearance: none;
  padding-right: 36px;
  cursor: pointer;
  font-size: 16px;
}
.fp-form-card .fp-sim-row .fp-sim-input-wrap.select-wrap select option {
  font-size: 16px;
}
.fp-form-card .fp-sim-row .fp-sim-input-wrap.select-wrap select:invalid,
.fp-form-card .fp-sim-row .fp-sim-input-wrap.select-wrap select option[value=""] {
  color: #94a3b8;
}
.fp-form-card .fp-sim-row .fp-sim-input-wrap.select-wrap .select-arrow {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 13px;
  color: #64748b;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .fp-form-card .fp-sim-row .fp-sim-input-wrap.select-wrap .select-arrow {
    font-size: 14px;
    right: 14px;
  }
}
.fp-form-card .fp-sim-btn-wrap {
  text-align: center;
  margin-top: 28px;
}
@media screen and (max-width: 767px) {
  .fp-form-card .fp-sim-btn-wrap {
    margin-top: 24px;
  }
}
.fp-form-card .fp-sim-btn-wrap .fp-btn-sim,
.fp-form-card .fp-sim-btn-wrap #form-sim-btn,
.fp-form-card .fp-sim-btn-wrap #sellcontact,
.fp-form-card .fp-sim-btn-wrap input[type=submit] {
  background: #f27c22 !important;
  color: #ffffff !important;
  font-size: 17px;
  font-weight: 800;
  border-radius: 50px !important;
  padding: 14px 60px;
  min-width: 240px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  box-shadow: 0 4px 14px rgba(242, 124, 34, 0.35);
  border: none !important;
  cursor: pointer;
  line-height: 1.4;
  appearance: none;
  -webkit-appearance: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s;
}
.fp-form-card .fp-sim-btn-wrap .fp-btn-sim:hover,
.fp-form-card .fp-sim-btn-wrap #form-sim-btn:hover,
.fp-form-card .fp-sim-btn-wrap #sellcontact:hover,
.fp-form-card .fp-sim-btn-wrap input[type=submit]:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(242, 124, 34, 0.45);
  background: #e66e14 !important;
}
.fp-form-card .fp-sim-btn-wrap .fp-btn-sim:active,
.fp-form-card .fp-sim-btn-wrap #form-sim-btn:active,
.fp-form-card .fp-sim-btn-wrap #sellcontact:active,
.fp-form-card .fp-sim-btn-wrap input[type=submit]:active {
  transform: translateY(0);
}
@media screen and (max-width: 767px) {
  .fp-form-card .fp-sim-btn-wrap .fp-btn-sim,
  .fp-form-card .fp-sim-btn-wrap #form-sim-btn,
  .fp-form-card .fp-sim-btn-wrap #sellcontact,
  .fp-form-card .fp-sim-btn-wrap input[type=submit] {
    width: 100%;
    min-width: unset;
    font-size: 17px;
    height: 52px;
    padding: 0 20px;
    gap: 10px;
  }
}
.fp-form-card .fp-sim-btn-wrap .fp-sim-policy {
  font-size: 11px;
  color: #64748b;
  margin-top: 14px;
}
.fp-form-card .fp-sim-btn-wrap .fp-sim-policy a {
  color: #64748b;
  text-decoration: underline;
}
.fp-form-card .fp-sim-btn-wrap .fp-sim-policy a:hover {
  color: #0b62d4;
}
@media screen and (max-width: 767px) {
  .fp-form-card .fp-sim-btn-wrap .fp-sim-policy {
    font-size: 10.5px;
    margin-top: 12px;
  }
}

/* --- FIXED FLOATING FOOTER CTA BANNER (PURE HTML/CSS) --- */
.fp-fixed-footer {
  position: fixed;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, 30px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 9999;
  max-width: 100%;
  width: 600px;
  transition: opacity 0.35s ease, transform 0.35s ease, visibility 0.35s ease;
}
.fp-fixed-footer.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 767px) {
  .fp-fixed-footer {
    bottom: 12px;
    width: 96%;
    max-width: 440px;
  }
}
.fp-fixed-footer .fp-fixed-footer-pill {
  background: #0b62d4;
  border-radius: 60px;
  padding: 12px 30px;
}
@media screen and (max-width: 767px) {
  .fp-fixed-footer .fp-fixed-footer-pill {
    padding: 8px 8px 10px;
    border-radius: 14px;
    display: flex;
    flex-direction: column;
    gap: 6px;
  }
}
.fp-fixed-footer {
  /* SP Phone Bar (Hidden on PC, Shown on SP) */
}
.fp-fixed-footer .fp-fixed-tel-bar {
  display: none;
}
@media screen and (max-width: 767px) {
  .fp-fixed-footer .fp-fixed-tel-bar {
    background: #ffffff;
    border-radius: 30px;
    padding: 6px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    text-decoration: none;
    width: 100%;
  }
  .fp-fixed-footer .fp-fixed-tel-bar .fp-fixed-tel-label {
    color: #1e293b;
    font-size: 11px;
    font-weight: 700;
    white-space: nowrap;
  }
  .fp-fixed-footer .fp-fixed-tel-bar .fp-fixed-freedial-img {
    height: 16px;
    width: auto;
    display: block;
  }
  .fp-fixed-footer .fp-fixed-tel-bar .fp-fixed-tel-hours {
    color: #334155;
    font-size: 11px;
    font-weight: 600;
    white-space: nowrap;
  }
}
.fp-fixed-footer .fp-fixed-footer-cards {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .fp-fixed-footer .fp-fixed-footer-cards {
    gap: 6px;
  }
}
.fp-fixed-footer .fp-fixed-card {
  flex: 1;
  background: #ffffff;
  border-radius: 12px;
  padding: 8px 16px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
@media screen and (max-width: 767px) {
  .fp-fixed-footer .fp-fixed-card {
    border-radius: 8px;
    padding: 6px 4px 8px;
  }
}
.fp-fixed-footer .fp-fixed-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}
.fp-fixed-footer .fp-fixed-card .fp-fixed-badge {
  background: #0b62d4;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  padding: 3px 18px;
  border-radius: 20px;
  margin-bottom: 4px;
  display: inline-block;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .fp-fixed-footer .fp-fixed-card .fp-fixed-badge {
    font-size: 9px;
    padding: 2px 6px;
    margin-bottom: 3px;
  }
}
.fp-fixed-footer .fp-fixed-card .fp-fixed-text {
  color: #0b62d4;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.3;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .fp-fixed-footer .fp-fixed-card .fp-fixed-text {
    font-size: 11px;
    letter-spacing: -0.3px;
  }
}

/* --- SECTION 10: REVIEWS --- */
.section-reviews .review-excerpt {
  font-size: 14px;
  margin-bottom: 0;
  line-height: 1.6;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}
@media screen and (max-width: 767px) {
  .section-reviews .review-excerpt {
    -webkit-line-clamp: 5 !important;
  }
}

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