/*--------------------------------------------------------------
# industry　Section
--------------------------------------------------------------*/

.industry {
  font-size: 1rem;
  line-height: 1.75;
}

.industry-top {
  background-image: url(../img/industry/top.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  background-position: right;
}

.beauty-salon-top {
  background-image: url(../img/industry/beauty-salon/beauty-salon-top.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  background-position: right;
}

.clinic-top {
  background-image: url(../img/industry/clinic/clinic-top.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  background-position: right;
}

.counseling-top {
  background-image: url(../img/industry/counseling/counseling-top.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  background-position: right;
}

.cruise-top {
  background-image: url(../img/industry/cruise/cruise-top.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  background-position: right;
}

.event-top {
  background-image: url(../img/industry/event/event-top.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  background-position: right;
}

.fitness-top {
  background-image: url(../img/industry/fitness/fitness-top.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  background-position: right;
}

.hair-salon {
  background-image: url(../img/industry/hair-salon/hair-salon-top.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  background-position: right;
}

.nail-eyelash {
  background-image: url(../img/industry/nail-eyelash/nail-eyelash-top.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  background-position: right;
}

.personal-gym {
  background-image: url(../img/industry/personal-gym/personal-gym-top.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  background-position: right;
}

.public-facility {
  background-image: url(../img/industry/public-facility/public-facility-top.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  background-position: right;
}

.rental-space {
  background-image: url(../img/industry/rental-space/rental-space-top.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  background-position: right;
}

.school {
  background-image: url(../img/industry/school/school-top.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  background-position: right;
}

.seitai-massage {
  background-image: url(../img/industry/seitai-massage/seitai-massage-top.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  background-position: right;
}

.seminar {
  background-image: url(../img/industry/seminar/seminar-top.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  background-position: right;
}

.sports-school {
  background-image: url(../img/industry/sports-school/sports-school-top.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  background-position: right;
}

.training {
  background-image: url(../img/industry/training/training-top.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  background-position: right;
}

.workshop {
  background-image: url(../img/industry/workshop/workshop-top.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  background-position: right;
}

.yoga-pilates {
  background-image: url(../img/industry/yoga-pilates/yoga-pilates-top.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  background-position: right;
}

.rental-studio {
  background-image: url(../img/industry/rental-studio/rental-studio-top.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  background-position: right;
}


/*--------------------------------------------------------------
# industry-industry-about Section
--------------------------------------------------------------*/
.industry-about {

  padding-top: 60px;
  background-color: #ffffff;
  overflow: hidden;
  padding-bottom: 60px;
}

.industry-about .industry-about-images-wrapper {
  position: relative;
  padding-bottom: 60px;
  padding-right: 60px;
  z-index: 1;
}

@media (max-width: 992px) {
  .industry-about .industry-about-images-wrapper {
    padding-right: 0;
    padding-bottom: 0;
    margin-bottom: 40px;
  }
}

.industry-about .image-main {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  z-index: 2;
  box-shadow: 0 15px 40px -10px color-mix(in srgb, #475569, transparent 90%);
}

.industry-about .image-main img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease;
}

.industry-about .image-main:hover img {
  transform: scale(1.03);
}

.industry-about .image-offset {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 55%;
  border-radius: 16px;
  overflow: hidden;
  border: 8px solid #f1f5f9;
  z-index: 3;
  box-shadow: 0 15px 30px -5px color-mix(in srgb, #475569, transparent 85%);
}

@media (max-width: 992px) {
  .industry-about .image-offset {
    display: none;
  }
}

.industry-about .image-offset img {
  width: 100%;
  height: auto;
  display: block;
}

.industry-about .experience-badge {
  position: absolute;
  bottom: -10px;
  left: -30px;
  background: #0ea5e9;
  color: #ffffff;
  padding: 24px 30px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  z-index: 4;
  box-shadow: 0 10px 30px color-mix(in srgb, #0ea5e9, transparent 60%);
  animation: float-badge 3s ease-in-out infinite;
}

@media (max-width: 768px) {
  .industry-about .experience-badge {
    left: 20px;
    top: 20px;
    padding: 16px 20px;
  }
}

.industry-about .experience-badge .years {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1;
  display: block;
  margin-bottom: 4px;
}

.industry-about .experience-badge .text {
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.2;
  color: color-mix(in srgb, #ffffff, transparent 10%);
}

.industry-about .shape-pattern {
  position: absolute;
  top: -20px;
  right: 20px;
  width: 200px;
  height: 200px;
  z-index: 1;
  background-image: radial-gradient(color-mix(in srgb, #0ea5e9, transparent 85%) 2px, transparent 2px);
  background-size: 20px 20px;
  opacity: 0.7;
}

@media (min-width: 1200px) {
  .industry-about .industry-about-content {
    padding-left: 40px;
  }
}

.industry-about .section-subtitle {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #0ea5e9;
  margin-bottom: 12px;
  position: relative;
  padding-left: 45px;
}

.industry-about .section-subtitle::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 35px;
  height: 2px;
  background: #0ea5e9;
  transform: translateY(-50%);
}

.industry-about h2 {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .industry-about h2 {
    font-size: 1.75rem;
  }
}

.industry-about .lead-text {
  font-size: 1.1rem;
  color: color-mix(in srgb, #475569, transparent 20%);
  margin-bottom: 16px;
  font-weight: 500;
}

.industry-about .description {
  color: color-mix(in srgb, #475569, transparent 40%);
  line-height: 1.7;
}

.industry-about .features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-bottom: 30px;
}

@media (max-width: 576px) {
  .industry-about .features-grid {
    grid-template-columns: 1fr;
  }
}

.industry-about .feature-card {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #ffffff;
  padding: 12px 16px;
  border-radius: 8px;
  border: 1px solid color-mix(in srgb, #475569, transparent 90%);
  transition: all 0.3s ease;
}

.industry-about .feature-card i {
  color: #0ea5e9;
  font-size: 1.2rem;
}

.industry-about .feature-card span {
  font-weight: 600;
  font-size: 0.95rem;
  color: #1e293b;
}

.industry-about .feature-card:hover {
  border-color: #0ea5e9;
  transform: translateX(5px);
}

.industry-about .stats-row {
  display: flex;
  gap: 30px;
  margin-bottom: 35px;
  padding: 25px 0;
  border-top: 1px solid color-mix(in srgb, #475569, transparent 90%);
  border-bottom: 1px solid color-mix(in srgb, #475569, transparent 90%);
}

@media (max-width: 576px) {
  .industry-about .stats-row {
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
  }
}

.industry-about .stat-box {
  display: flex;
  flex-direction: column;
}

.industry-about .stat-box .number {
  font-size: 1.75rem;
  font-weight: 800;
  color: #0ea5e9;
  line-height: 1.2;
}

.industry-about .stat-box .label {
  font-size: 0.875rem;
  color: color-mix(in srgb, #475569, transparent 40%);
  font-weight: 500;
}

.industry-about .action-buttons {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}

.industry-about .btn-primary-custom {
  background: #0ea5e9;
  color: #ffffff;
  padding: 12px 30px;
  border-radius: 50px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: 0.3s;
}

.industry-about .btn-primary-custom:hover {
  background: #0ea5e9;
  transform: translateY(-2px);
}

.industry-about .btn-primary-custom:hover i {
  transition: 0.3s;
  transform: translateX(4px);
}

.industry-about .contact-info {
  display: flex;
  align-items: center;
  gap: 12px;
}

.industry-about .contact-info .icon-box {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: color-mix(in srgb, #0ea5e9, transparent 90%);
  color: #0ea5e9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  transition: 0.3s;
}

.industry-about .contact-info .text {
  display: flex;
  flex-direction: column;
  font-size: 0.875rem;
}

.industry-about .contact-info .text span {
  color: color-mix(in srgb, #475569, transparent 50%);
  font-size: 0.8rem;
}

.industry-about .contact-info .text a {
  font-weight: 700;
  color: #1e293b;
  font-size: 1rem;
}

.industry-about .contact-info .text a:hover {
  color: #0ea5e9;
}

.industry-about .contact-info:hover .icon-box {
  background: #0ea5e9;
  color: #ffffff;
}

@keyframes float-badge {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}


/*--------------------------------------------------------------
# industry　select-top Section
--------------------------------------------------------------*/
.select-top {
  padding: 100px 0;
  background-color: #f1f5f9;
}

@media (max-width: 768px) {
  .select-top {
    padding: 64px 0;
  }
}

.select-top .select-card {
  position: relative;
  padding: 32px;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.select-top .select-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
}

.select-top .select-card:hover .icon-wrapper {
  background: #0ea5e9;
}

.select-top .select-card:hover .icon-wrapper i {
  color: #ffffff;
}

.select-top .select-card:hover .service-link i {
  transform: translateX(4px);
}

.select-top .select-card.featured {
  background: #0ea5e9;
  transform: scale(1.02);
}

@media (min-width: 992px) {
  .select-top .select-card.featured {
    transform: scale(1.05);
  }
}

.select-top .select-card.featured:hover {
  transform: scale(1.02) translateY(-8px);
}

@media (min-width: 992px) {
  .select-top .select-card.featured:hover {
    transform: scale(1.05) translateY(-8px);
  }
}

.select-top .select-card.featured .icon-wrapper {
  background: color-mix(in srgb, #ffffff 20%, transparent);
}

.select-top .select-card.featured .icon-wrapper i {
  color: #0ea5e9;
}

.select-top .select-card.featured h3 {
  color: #ffffff;
}

.select-top .select-card.featured p {
  color: color-mix(in srgb, #ffffff 85%, transparent);
}

.select-top .select-card.featured .service-link {
  color: #ffffff;
}

.select-top .select-card.featured .service-link:hover {
  color: #ffffff;
}

.select-top .select-card .featured-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: color-mix(in srgb, #0ea5e9 20%, transparent);
  color: #ffffff;
}

.select-top .select-card .featured-badge i {
  font-size: 10px;
}

.select-top .select-card .icon-wrapper {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  background: color-mix(in srgb, #0ea5e9 15%, transparent);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  transition: all 0.3s ease;
}

.select-top .select-card .icon-wrapper i {
  font-size: 28px;
  color: #0ea5e9;
  transition: all 0.3s ease;
}

.select-top .select-card h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 12px;
  color: #1e293b;
}

.select-top .select-card p {
  font-size: 16px;
  line-height: 1.7;
  color: #475569;
  margin-bottom: 24px;
  flex-grow: 1;
}

.select-top .select-card .service-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #0ea5e9;
  transition: all 0.3s ease;
}

.select-top .select-card .service-link i {
  font-size: 16px;
  transition: transform 0.3s ease;
}

.select-top .select-card .service-link:hover {
  color: color-mix(in srgb, #0ea5e9 80%, black);
}

@media (max-width: 768px) {
  .select-top .select-card {
    padding: 24px;
  }

  .select-top .select-card .icon-wrapper {
    width: 48px;
    height: 48px;
  }

  .select-top .select-card .icon-wrapper i {
    font-size: 24px;
  }

  .select-top .select-card h3 {
    font-size: 18px;
  }
}

.select-top .stats-row {
  margin-top: 64px;
  padding: 48px 32px;
  background: color-mix(in srgb, #0ea5e9 8%, transparent);
  border-radius: 16px;
}

@media (max-width: 768px) {
  .select-top .stats-row {
    margin-top: 48px;
    padding: 32px 24px;
  }
}

.select-top .stats-row .stat-item {
  text-align: center;
}

.select-top .stats-row .stat-item .stat-number {
  display: block;
  font-size: 36px;
  font-weight: 800;
  line-height: 1;
  color: #0ea5e9;
  margin-bottom: 8px;
}

@media (max-width: 768px) {
  .select-top .stats-row .stat-item .stat-number {
    font-size: 28px;
  }
}

.select-top .stats-row .stat-item .stat-label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #475569;
}

@media (max-width: 768px) {
  .select-top .stats-row .stat-item .stat-label {
    font-size: 12px;
  }
}

/* 業種カード：アイコンとタイトルを横並び */
.select-top .select-card {
  display: grid;
  grid-template-columns: 56px 1fr;
  column-gap: 18px;
  align-items: center;
}

/* アイコン */
.select-top .select-card .icon-wrapper {
  margin-bottom: 0;
  grid-column: 1;
  grid-row: 1;
}

/* タイトル */
.select-top .select-card h3 {
  grid-column: 2;
  grid-row: 1;
  margin-bottom: 0;
}

/* 説明文 */
.select-top .select-card p {
  grid-column: 1 / -1;
  margin-top: 22px;
}

/* 詳しく見る */
.select-top .select-card .service-link {
  grid-column: 1 / -1;
}

@media (max-width: 768px) {

  .select-top .select-card {
    grid-template-columns: 48px minmax(0, 1fr);
    column-gap: 14px;
  }

  .select-top .select-card p {
    margin-top: 20px;
  }

}

/*--------------------------------------------------------------
# industry　selection Section
--------------------------------------------------------------*/

@media (max-width: 768px) {
  .selection {
    padding: 64px 0;
  }
}

.selection .filters-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 48px;
}

@media (max-width: 768px) {
  .selection .filters-wrapper {
    margin-bottom: 32px;
  }
}

.selection .selection-filters {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  padding: 8px;
  margin: 0;
  list-style: none;
  background: #ffffff;
  border-radius: 50px;
  box-shadow: 0 4px 20px color-mix(in srgb, #737373 8%, transparent);
}

@media (max-width: 768px) {
  .selection .selection-filters {
    border-radius: 16px;
    padding: 8px;
    gap: 6px;
  }
}

.selection .selection-filters li {
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  color: #111111;
  background: transparent;
}

@media (max-width: 768px) {
  .selection .selection-filters li {
    padding: 10px 16px;
    font-size: 13px;
  }
}

.selection .selection-filters li:hover {
  color: #fdfeff;
  background: color-mix(in srgb, #0ea5e9 10%, transparent);
}

.selection .selection-filters li.filter-active {
  background: #0ea5e9;
  color: #fdfeff;
  box-shadow: 0 4px 16px color-mix(in srgb, #0ea5e9 40%, transparent);
}

.selection .project-card {
  background: var(#ffffff);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 40px color-mix(in srgb, #475569 8%, transparent);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.selection .project-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 60px color-mix(in srgb, #475569 12%, transparent);
}

.selection .project-card:hover .image-wrapper img {
  transform: scale(1.08);
}

.selection .project-card:hover .image-wrapper .hover-overlay {
  opacity: 1;
  visibility: visible;
}

.selection .project-card.featured .image-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, color-mix(in srgb, #0ea5e9 20%, transparent), transparent);
  z-index: 1;
  pointer-events: none;
}

.selection .project-card .image-wrapper {
  position: relative;
  height: 100px;
  overflow: hidden;
}

@media (max-width: 576px) {
  .selection .project-card .image-wrapper {
    height: 100px;
  }
}

.selection .project-card .image-wrapper img {
  width: 100%;
  height: 100px;
  object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.selection .project-card .image-wrapper .hover-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 0%, color-mix(in srgb, #475569 80%, transparent) 100%);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 24px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.selection .project-card .image-wrapper .hover-overlay .overlay-actions {
  display: flex;
  gap: 12px;
}

.selection .project-card .image-wrapper .hover-overlay .action-btn {
  width: 48px;
  height: 48px;
  background: #ffffff;
  color: #0ea5e9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

.selection .project-card .image-wrapper .hover-overlay .action-btn:hover {
  background: #0ea5e9;
  color: #ffffff;
  transform: scale(1.1);
}

.selection .project-card .image-wrapper .category-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  padding: 8px 16px;
  background: #ffffff;
  color: #0ea5e9;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 50px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.selection .project-card .image-wrapper .featured-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  padding: 8px 14px;
  background: linear-gradient(135deg, #0ea5e9, color-mix(in srgb, #0ea5e9 70%, #ff6b6b));
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 6px;
  box-shadow: 0 4px 16px color-mix(in srgb, #0ea5e9 50%, transparent);
  z-index: 2;
}

.selection .project-card .image-wrapper .featured-badge i {
  font-size: 10px;
}

.selection .project-card .project-info {
  padding: 24px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

@media (max-width: 576px) {
  .selection .project-card .project-info {
    padding: 20px;
  }
}

.selection .project-card .project-info h3 {
  font-size: 18px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 8px;
  line-height: 1.4;
  letter-spacing: -0.02em;
}

.selection .project-card .project-info p {
  font-size: 14px;
  color: color-mix(in srgb, #475569 70%, transparent);
  line-height: 1.6;
  margin-bottom: 16px;
  flex-grow: 1;
}

.selection .project-card .project-info .project-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
  border-top: 1px solid color-mix(in srgb, #475569 10%, transparent);
}

.selection .project-card .project-info .project-meta .tech-tags {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.selection .project-card .project-info .project-meta .tech-tags span {
  font-size: 11px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 50px;
  background: color-mix(in srgb, #0ea5e9 12%, transparent);
  color: #0ea5e9;
}

.selection .project-card .project-info .project-meta .year {
  font-size: 13px;
  font-weight: 600;
  color: color-mix(in srgb, #475569 50%, transparent);
}

.selection .cta-section {
  margin-top: 80px;
  padding: 64px;
  background: linear-gradient(135deg, #0ea5e9, color-mix(in srgb, #0ea5e9 70%, #6366f1));
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  text-align: center;
}

@media (max-width: 992px) {
  .selection .cta-section {
    padding: 48px 32px;
    margin-top: 64px;
  }
}

@media (max-width: 576px) {
  .selection .cta-section {
    padding: 40px 24px;
    border-radius: 16px;
  }
}

.selection .cta-section .cta-content {
  position: relative;
  z-index: 2;
}

.selection .cta-section .cta-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  background: color-mix(in srgb, #ffffff 15%, transparent);
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 50px;
  margin-bottom: 24px;
}

.selection .cta-section .cta-label i {
  font-size: 16px;
}

.selection .cta-section h3 {
  font-size: 36px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 16px;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

@media (max-width: 768px) {
  .selection .cta-section h3 {
    font-size: 28px;
  }
}

.selection .cta-section p {
  font-size: 18px;
  color: color-mix(in srgb, #ffffff 85%, transparent);
  max-width: 600px;
  margin: 0 auto 32px;
  line-height: 1.7;
}

@media (max-width: 768px) {
  .selection .cta-section p {
    font-size: 16px;
  }
}

.selection .cta-section .cta-buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

@media (max-width: 576px) {
  .selection .cta-section .cta-buttons {
    flex-direction: column;
    align-items: center;
  }
}

.selection .cta-section .btn-cta-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 36px;
  background: #ffffff;
  color: #0ea5e9;
  font-size: 15px;
  font-weight: 700;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

@media (max-width: 576px) {
  .selection .cta-section .btn-cta-primary {
    width: 100%;
    justify-content: center;
  }
}

.selection .cta-section .btn-cta-primary:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
}

.selection .cta-section .btn-cta-primary:hover i {
  transform: translateX(4px);
}

.selection .cta-section .btn-cta-primary i {
  font-size: 18px;
  transition: transform 0.3s ease;
}

.selection .cta-section .btn-cta-secondary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 36px;
  background: transparent;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  border-radius: 50px;
  border: 2px solid color-mix(in srgb, #ffffff 40%, transparent);
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media (max-width: 576px) {
  .selection .cta-section .btn-cta-secondary {
    width: 100%;
    justify-content: center;
  }
}

.selection .cta-section .btn-cta-secondary:hover {
  background: color-mix(in srgb, #ffffff 15%, transparent);
  border-color: #ffffff;
}

.selection .cta-section .btn-cta-secondary i {
  font-size: 20px;
}

.selection .cta-section .cta-decoration {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.selection .cta-section .cta-decoration .floating-shape {
  position: absolute;
  border-radius: 50%;
  background: color-mix(in srgb, #ffffff 10%, transparent);
}

.selection .cta-section .cta-decoration .floating-shape.shape-1 {
  width: 300px;
  height: 300px;
  top: -100px;
  right: -50px;
}

.selection .cta-section .cta-decoration .floating-shape.shape-2 {
  width: 200px;
  height: 200px;
  bottom: -80px;
  left: -60px;
}

.selection .cta-section .cta-decoration .floating-shape.shape-3 {
  width: 120px;
  height: 120px;
  top: 50%;
  left: 20%;
  transform: translateY(-50%);
}

/*--------------------------------------------------------------
# point Section
--------------------------------------------------------------*/
.point {
  padding: 80px 0;
  background-color: #f1f5f9;
  position: relative;
}

.point::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  height: 100%;
  background: linear-gradient(135deg, color-mix(in srgb, #0ea5e9, transparent 96%), transparent);
  pointer-events: none;
}

.point .sidebar-content {
  position: sticky;
  top: 100px;
}

.point .sidebar-content .badge-wrapper {
  margin-bottom: 16px;
}

.point .sidebar-content .section-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 20px;
  background: linear-gradient(135deg, #0ea5e9, color-mix(in srgb, #0ea5e9, #6366f1 30%));
  color: #ffffff;
  border-radius: 24px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.point .sidebar-content .section-badge i {
  font-size: 14px;
}

.point .sidebar-content h2 {
  font-size: 36px;
  font-weight: 800;
  line-height: 1.25;
  color: #1e293b;
  margin-bottom: 24px;
}

@media (max-width: 768px) {
  .point .sidebar-content h2 {
    font-size: 28px;
  }
}

.point .sidebar-content .description {
  font-size: 16px;
  line-height: 1.7;
  color: color-mix(in srgb, #475569, transparent 25%);
  margin-bottom: 32px;
}

.point .sidebar-content .stat-cards {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 40px;
}

.point .sidebar-content .stat-cards .stat-card {
  background: #ffffff;
  padding: 20px 24px;
  border-radius: 16px;
  border-left: 4px solid #0ea5e9;
  box-shadow: 0 4px 20px color-mix(in srgb, #475569, transparent 92%);
  display: flex;
  align-items: center;
  gap: 16px;
  transition: all 0.3s ease;
}

.point .sidebar-content .stat-cards .stat-card:hover {
  transform: translateX(8px);
  box-shadow: 0 8px 30px color-mix(in srgb, #0ea5e9, transparent 85%);
}

.point .sidebar-content .stat-cards .stat-card .stat-value {
  font-size: 32px;
  font-weight: 800;
  color: #0ea5e9;
  line-height: 1;
  min-width: 90px;
}

.point .sidebar-content .stat-cards .stat-card .stat-text {
  font-size: 14px;
  color: color-mix(in srgb, #475569, transparent 30%);
  font-weight: 500;
}

.point .sidebar-content .action-buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.point .sidebar-content .action-buttons .btn-main {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  background: #0ea5e9;
  color: #ffffff;
  border-radius: 12px;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.point .sidebar-content .action-buttons .btn-main:hover {
  background: color-mix(in srgb, #0ea5e9, #000 15%);
  transform: translateY(-2px);
  box-shadow: 0 12px 28px color-mix(in srgb, #0ea5e9, transparent 55%);
}

.point .sidebar-content .action-buttons .btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  background: transparent;
  color: #0ea5e9;
  border: 2px solid color-mix(in srgb, #0ea5e9, transparent 50%);
  border-radius: 12px;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.point .sidebar-content .action-buttons .btn-outline:hover {
  border-color: #0ea5e9;
  background: color-mix(in srgb, #0ea5e9, transparent 95%);
}

@media (min-width: 576px) {
  .point .sidebar-content .action-buttons {
    flex-direction: row;
  }
}

.point .features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-bottom: 32px;
}

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

.point .features-grid .feature-box {
  background: #ffffff;
  padding: 28px;
  border-radius: 16px;
  border: 1px solid color-mix(in srgb, #475569, transparent 92%);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.point .features-grid .feature-box:first-child {
  grid-column: span 2;
  display: flex;
  gap: 24px;
  align-items: flex-start;
}

@media (max-width: 768px) {
  .point .features-grid .feature-box:first-child {
    grid-column: span 1;
    flex-direction: column;
  }
}

.point .features-grid .feature-box:first-child .feature-icon {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
}

.point .features-grid .feature-box:first-child .feature-icon i {
  font-size: 40px;
}

.point .features-grid .feature-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px color-mix(in srgb, #475569, transparent 90%);
  border-color: color-mix(in srgb, #0ea5e9, transparent 60%);
}

.point .features-grid .feature-box.highlight {
  background: linear-gradient(145deg, color-mix(in srgb, #0ea5e9, transparent 94%), color-mix(in srgb, #0ea5e9, transparent 98%));
  border-color: color-mix(in srgb, #0ea5e9, transparent 70%);
}

.point .features-grid .feature-box.highlight .feature-ribbon {
  position: absolute;
  top: 16px;
  right: -32px;
  padding: 6px 40px;
  background: #0ea5e9;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transform: rotate(45deg);
}

.point .features-grid .feature-box .feature-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #0ea5e9, color-mix(in srgb, #0ea5e9, #a855f7 40%));
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.point .features-grid .feature-box .feature-icon i {
  font-size: 28px;
  color: #ffffff;
}

.point .features-grid .feature-box .feature-content h4 {
  font-size: 20px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 12px;
}

.point .features-grid .feature-box .feature-content p {
  font-size: 14px;
  line-height: 1.6;
  color: color-mix(in srgb, #475569, transparent 25%);
  margin-bottom: 16px;
}

.point .features-grid .feature-box .feature-content .feature-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #0ea5e9;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: gap 0.3s ease;
}

.point .features-grid .feature-box .feature-content .feature-link:hover {
  gap: 12px;
}

.point .features-grid .feature-box .feature-content .feature-link i {
  font-size: 12px;
  transition: transform 0.3s ease;
}

.point .process-timeline {
  background: #ffffff;
  padding: 28px;
  border-radius: 16px;
  margin-bottom: 32px;
  border: 1px solid color-mix(in srgb, #475569, transparent 92%);
}

.point .process-timeline .timeline-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 24px;
}

.point .process-timeline .timeline-title i {
  color: #0ea5e9;
  font-size: 20px;
}

.point .process-timeline .timeline-steps {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}

@media (max-width: 768px) {
  .point .process-timeline .timeline-steps {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}

.point .process-timeline .timeline-steps .timeline-step {
  display: flex;
  align-items: center;
  gap: 12px;
}

.point .process-timeline .timeline-steps .timeline-step .step-marker {
  width: 40px;
  height: 40px;
  background: #0ea5e9;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  flex-shrink: 0;
}

.point .process-timeline .timeline-steps .timeline-step .step-info strong {
  display: block;
  font-size: 14px;
  color: #1e293b;
}

.point .process-timeline .timeline-steps .timeline-step .step-info span {
  font-size: 12px;
  color: color-mix(in srgb, #475569, transparent 40%);
}

.point .process-timeline .timeline-steps .timeline-connector {
  flex: 1;
  height: 2px;
  background: linear-gradient(90deg, #0ea5e9, color-mix(in srgb, #0ea5e9, transparent 70%));
  min-width: 20px;
  max-width: 60px;
}

@media (max-width: 768px) {
  .point .process-timeline .timeline-steps .timeline-connector {
    display: none;
  }
}

.point .capabilities-section .capabilities-heading {
  font-size: 18px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 20px;
}

.point .capabilities-section .capabilities-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

@media (max-width: 768px) {
  .point .capabilities-section .capabilities-grid {
    grid-template-columns: 1fr;
  }
}

.point .capabilities-section .capabilities-grid .capability-card {
  background: color-mix(in srgb, #ffffff, #f1f5f9 50%);
  padding: 24px;
  border-radius: 12px;
  border: 1px solid color-mix(in srgb, #475569, transparent 92%);
  transition: all 0.3s ease;
}

.point .capabilities-section .capabilities-grid .capability-card:hover {
  border-color: color-mix(in srgb, #0ea5e9, transparent 60%);
  background: #ffffff;
}

.point .capabilities-section .capabilities-grid .capability-card .capability-icon {
  width: 48px;
  height: 48px;
  background: color-mix(in srgb, #0ea5e9, transparent 88%);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.point .capabilities-section .capabilities-grid .capability-card .capability-icon i {
  font-size: 22px;
  color: #0ea5e9;
}

.point .capabilities-section .capabilities-grid .capability-card h6 {
  font-size: 15px;
  font-weight: 600;
  color: #1e293b;
  margin-bottom: 8px;
}

.point .capabilities-section .capabilities-grid .capability-card p {
  font-size: 13px;
  line-height: 1.6;
  color: color-mix(in srgb, #475569, transparent 35%);
  margin: 0;
}

@media (max-width: 991px) {
  .point .sidebar-content {
    position: static;
    margin-bottom: 48px;
  }
}


/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact {
  position: relative;
  overflow: hidden;
}

.contact::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -20%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, color-mix(in srgb, #0ea5e9 8%, transparent) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.contact::after {
  content: "";
  position: absolute;
  bottom: -30%;
  left: -10%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, color-mix(in srgb, #0ea5e9 6%, transparent) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.contact .container {
  position: relative;
  z-index: 1;
}

.contact .info-panel {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 48px;
  background: #0ea5e9;
  border-radius: 24px;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.contact .info-panel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, transparent 0%, color-mix(in srgb, #000 15%, transparent) 100%);
  pointer-events: none;
}

.contact .info-panel>* {
  position: relative;
  z-index: 1;
}

.contact .info-panel .panel-header {
  margin-bottom: 40px;
}

.contact .info-panel .panel-header .section-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: color-mix(in srgb, #ffffff 15%, transparent);
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 24px;
}

.contact .info-panel .panel-header .section-badge i {
  font-size: 14px;
}

.contact .info-panel .panel-header h3 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 16px;
  color: #ffffff;
  letter-spacing: -0.5px;
}

.contact .info-panel .panel-header p {
  font-size: 16px;
  line-height: 1.7;
  opacity: 0.9;
  margin: 0;
}

.contact .info-panel .contact-methods {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
}

.contact .info-panel .method-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
  background: color-mix(in srgb, #ffffff 10%, transparent);
  border-radius: 16px;
  transition: all 0.3s ease;
}

.contact .info-panel .method-item:hover {
  background: color-mix(in srgb, #ffffff 18%, transparent);
  transform: translateX(8px);
}

.contact .info-panel .method-item .method-icon {
  width: 48px;
  height: 48px;
  background: #ffffff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contact .info-panel .method-item .method-icon i {
  font-size: 20px;
  color: #0ea5e9;
}

.contact .info-panel .method-item .method-details {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.contact .info-panel .method-item .method-details .method-label {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.8;
}

.contact .info-panel .method-item .method-details a,
.contact .info-panel .method-item .method-details span {
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.contact .info-panel .method-item .method-details a:hover,
.contact .info-panel .method-item .method-details span:hover {
  opacity: 0.8;
}

.contact .info-panel .stats-strip {
  display: flex;
  gap: 24px;
  padding: 24px;
  background: color-mix(in srgb, #ffffff 10%, transparent);
  border-radius: 16px;
  margin-bottom: 32px;
}

.contact .info-panel .stats-strip .stat-item {
  flex: 1;
  text-align: center;
}

.contact .info-panel .stats-strip .stat-item .stat-number {
  display: block;
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 8px;
}

.contact .info-panel .stats-strip .stat-item .stat-text {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.8;
}

.contact .info-panel .social-connect {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 16px;
}

.contact .info-panel .social-connect>span {
  font-size: 14px;
  font-weight: 600;
  opacity: 0.9;
}

.contact .info-panel .social-connect .social-icons {
  display: flex;
  gap: 12px;
}

.contact .info-panel .social-connect .social-icons a {
  width: 40px;
  height: 40px;
  background: color-mix(in srgb, #ffffff 15%, transparent);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  transition: all 0.3s ease;
}

.contact .info-panel .social-connect .social-icons a:hover {
  background: #ffffff;
  color: #0ea5e9;
  transform: translateY(-4px);
}

.contact .info-panel .social-connect .social-icons a i {
  font-size: 16px;
}

.contact .form-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 48px;
  box-shadow: 0 20px 60px color-mix(in srgb, #475569 10%, transparent);
  height: 100%;
}

.contact .form-card .form-card-header {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 40px;
  padding-bottom: 32px;
  border-bottom: 1px solid color-mix(in srgb, #475569 10%, transparent);
}

.contact .form-card .form-card-header .header-icon {
  width: 64px;
  height: 64px;
  background: color-mix(in srgb, #0ea5e9 12%, transparent);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contact .form-card .form-card-header .header-icon i {
  font-size: 28px;
  color: #0ea5e9;
}

.contact .form-card .form-card-header .header-text h4 {
  font-size: 24px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 8px;
  letter-spacing: -0.5px;
}

.contact .form-card .form-card-header .header-text p {
  font-size: 15px;
  line-height: 1.6;
  color: color-mix(in srgb, #475569 70%, transparent);
  margin: 0;
}

.contact .form-card .php-email-form .input-group-custom label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #1e293b;
  margin-bottom: 10px;
}

.contact .form-card .php-email-form .input-group-custom .input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.contact .form-card .php-email-form .input-group-custom .input-wrapper i {
  position: absolute;
  left: 18px;
  font-size: 18px;
  color: color-mix(in srgb, #475569 50%, transparent);
  transition: color 0.3s ease;
  z-index: 1;
}

.contact .form-card .php-email-form .input-group-custom .input-wrapper input,
.contact .form-card .php-email-form .input-group-custom .input-wrapper textarea {
  width: 100%;
  height: 56px;
  padding: 16px 16px 16px 52px;
  font-size: 15px;
  color: #475569;
  background: color-mix(in srgb, #475569 4%, transparent);
  border: 2px solid transparent;
  border-radius: 14px;
  transition: all 0.3s ease;
}

.contact .form-card .php-email-form .input-group-custom .input-wrapper input::placeholder,
.contact .form-card .php-email-form .input-group-custom .input-wrapper textarea::placeholder {
  color: color-mix(in srgb, #475569 40%, transparent);
}

.contact .form-card .php-email-form .input-group-custom .input-wrapper input:focus,
.contact .form-card .php-email-form .input-group-custom .input-wrapper textarea:focus {
  outline: none;
  background: #ffffff;
  border-color: #0ea5e9;
  box-shadow: 0 0 0 4px color-mix(in srgb, #0ea5e9 12%, transparent);
}

.contact .form-card .php-email-form .input-group-custom .input-wrapper input:focus+i,
.contact .form-card .php-email-form .input-group-custom .input-wrapper input:focus~i,
.contact .form-card .php-email-form .input-group-custom .input-wrapper textarea:focus+i,
.contact .form-card .php-email-form .input-group-custom .input-wrapper textarea:focus~i {
  color: #0ea5e9;
}

.contact .form-card .php-email-form .input-group-custom .input-wrapper.textarea-wrapper {
  align-items: flex-start;
}

.contact .form-card .php-email-form .input-group-custom .input-wrapper.textarea-wrapper i {
  top: 18px;
}

.contact .form-card .php-email-form .input-group-custom .input-wrapper.textarea-wrapper textarea {
  height: auto;
  min-height: 140px;
  resize: vertical;
}

.contact .form-card .php-email-form .form-actions {
  margin-top: 32px;
}

.contact .form-card .php-email-form .form-actions .btn-submit {
  width: 100%;
  height: 56px;
  background: #0ea5e9;
  color: #ffffff;
  border: none;
  border-radius: 14px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.contact .form-card .php-email-form .form-actions .btn-submit:hover {
  background: color-mix(in srgb, #0ea5e9 85%, #000);
  transform: translateY(-4px);
  box-shadow: 0 12px 32px color-mix(in srgb, #0ea5e9 40%, transparent);
}

.contact .form-card .php-email-form .form-actions .btn-submit:hover i {
  transform: translateX(4px);
}

.contact .form-card .php-email-form .form-actions .btn-submit i {
  font-size: 20px;
  transition: transform 0.3s ease;
}

.contact .form-card .php-email-form .form-actions .secure-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
}

.contact .form-card .php-email-form .form-actions .secure-note i {
  font-size: 14px;
  color: color-mix(in srgb, #0ea5e9 70%, transparent);
}

.contact .form-card .php-email-form .form-actions .secure-note span {
  font-size: 13px;
  color: color-mix(in srgb, #475569 50%, transparent);
}

@media (max-width: 992px) {
  .contact .info-panel {
    padding: 40px;
  }

  .contact .info-panel .panel-header h3 {
    font-size: 28px;
  }

  .contact .info-panel .stats-strip {
    gap: 16px;
    padding: 20px;
  }

  .contact .info-panel .stats-strip .stat-item .stat-number {
    font-size: 24px;
  }

  .contact .form-card {
    padding: 40px;
  }
}

@media (max-width: 768px) {
  .contact .info-panel {
    padding: 32px;
  }

  .contact .info-panel .panel-header {
    margin-bottom: 32px;
  }

  .contact .info-panel .panel-header h3 {
    font-size: 24px;
  }

  .contact .info-panel .contact-methods {
    margin-bottom: 32px;
  }

  .contact .info-panel .stats-strip {
    flex-direction: column;
    gap: 16px;
  }

  .contact .info-panel .stats-strip .stat-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
  }

  .contact .info-panel .stats-strip .stat-item .stat-number {
    margin-bottom: 0;
    order: 2;
  }

  .contact .info-panel .stats-strip .stat-item .stat-text {
    order: 1;
  }

  .contact .info-panel .social-connect {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .contact .form-card {
    padding: 32px 24px;
  }

  .contact .form-card .form-card-header {
    flex-direction: column;
    gap: 16px;
  }

  .contact .form-card .form-card-header .header-icon {
    width: 56px;
    height: 56px;
  }

  .contact .form-card .form-card-header .header-icon i {
    font-size: 24px;
  }

  .contact .form-card .form-card-header .header-text h4 {
    font-size: 22px;
  }

  .contact .form-card .php-email-form .input-group-custom .input-wrapper input,
  .contact .form-card .php-email-form .input-group-custom .input-wrapper textarea {
    height: 52px;
    padding: 14px 14px 14px 48px;
  }

  .contact .form-card .php-email-form .form-actions .btn-submit {
    height: 52px;
  }
}

@media (max-width: 576px) {
  .contact .info-panel {
    padding: 24px;
  }

  .contact .info-panel .method-item {
    padding: 14px;
  }

  .contact .info-panel .method-item .method-icon {
    width: 44px;
    height: 44px;
  }

  .contact .info-panel .method-item .method-icon i {
    font-size: 18px;
  }

  .contact .form-card {
    padding: 24px 20px;
  }

  .contact .form-card .form-card-header {
    margin-bottom: 32px;
    padding-bottom: 24px;
  }

  .contact .form-card .php-email-form .input-group-custom .input-wrapper input,
  .contact .form-card .php-email-form .input-group-custom .input-wrapper textarea {
    font-size: 16px;
  }
}


/*--------------------------------------------------------------
# /industry/INDEX以外のCSS　# Portfolio Details Section
--------------------------------------------------------------*/
.portfolio-details {
  --card-radius: 16px;
  --section-gap: 80px;
}

.portfolio-details .hero-image-wrapper {
  position: relative;
  border-radius: #0c5f7a;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
}

.portfolio-details .hero-image-wrapper .portfolio-slider .swiper-wrapper {
  height: auto !important;
}

.portfolio-details .hero-image-wrapper .portfolio-slider .swiper-slide img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}

.portfolio-details .hero-image-wrapper .portfolio-slider .swiper-button-prev,
.portfolio-details .hero-image-wrapper .portfolio-slider .swiper-button-next {
  width: 48px;
  height: 48px;
  background: #ffffff;
  border-radius: 50%;
  color: #1e293b;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.portfolio-details .hero-image-wrapper .portfolio-slider .swiper-button-prev::after,
.portfolio-details .hero-image-wrapper .portfolio-slider .swiper-button-next::after {
  font-size: 16px;
  font-weight: 700;
}

.portfolio-details .hero-image-wrapper .portfolio-slider .swiper-button-prev:hover,
.portfolio-details .hero-image-wrapper .portfolio-slider .swiper-button-next:hover {
  background: #0ea5e9;
  color: #475569;
  transform: scale(1.1);
}

.portfolio-details .hero-image-wrapper .portfolio-slider .swiper-button-prev {
  left: 16px;
}

.portfolio-details .hero-image-wrapper .portfolio-slider .swiper-button-next {
  right: 16px;
}

.portfolio-details .hero-image-wrapper .floating-badge {
  position: absolute;
  bottom: 24px;
  left: 24px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  background: #0ea5e9;
  color: #fcfdfd;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  box-shadow: 0 8px 24px color-mix(in srgb, #0ea5e9 40%, transparent);
  z-index: 10;
}

.portfolio-details .hero-image-wrapper .floating-badge i {
  font-size: 18px;
}

.portfolio-details .project-info-card {
  background: #ffffff;
  padding: 40px;
  border-radius: #0c5f7a;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  height: 100%;
}

.portfolio-details .project-info-card .project-category {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #0ea5e9;
}

.portfolio-details .project-info-card .project-category .dot {
  width: 8px;
  height: 8px;
  background: #0ea5e9;
  border-radius: 50%;
}

.portfolio-details .project-info-card .project-title {
  font-size: 26px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 16px;
  letter-spacing: -0.5px;
}

.portfolio-details .project-info-card .project-excerpt {
  font-size: 16px;
  line-height: 1.7;
  color: color-mix(in srgb, #475569 80%, transparent);
  margin-bottom: 32px;
}

.portfolio-details .project-info-card .meta-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid color-mix(in srgb, #475569 10%, transparent);
}

.portfolio-details .project-info-card .meta-grid .meta-item .meta-label {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: color-mix(in srgb, #475569 50%, transparent);
  margin-bottom: 4px;
}

.portfolio-details .project-info-card .meta-grid .meta-item .meta-value {
  font-weight: 600;
  color: #1e293b;
}

.portfolio-details .project-info-card .meta-grid .meta-item .meta-link {
  color: #0ea5e9;
  transition: all 0.3s;
}

.portfolio-details .project-info-card .meta-grid .meta-item .meta-link:hover {
  text-decoration: underline;
}

.portfolio-details .project-info-card .tech-stack .tech-label {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: color-mix(in srgb, #475569 50%, transparent);
  margin-bottom: 12px;
}

.portfolio-details .project-info-card .tech-stack .tech-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.portfolio-details .project-info-card .tech-stack .tech-icons .tech-badge {
  display: inline-block;
  padding: 8px 16px;
  background: color-mix(in srgb, #0ea5e9 12%, transparent);
  color: #0ea5e9;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  transition: all 0.3s;
}

.portfolio-details .project-info-card .tech-stack .tech-icons .tech-badge:hover {
  background: #0ea5e9;
  color: #475569;
  transform: translateY(-2px);
}

.portfolio-details .stats-ribbon {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin: #0c5f7a 0;
  padding: 48px;
  background: #0ea5e9;
  border-radius: #0c5f7a;
  box-shadow: 0 20px 60px color-mix(in srgb, #0ea5e9 30%, transparent);
}

.portfolio-details .stats-ribbon .stat-box {
  text-align: center;
  color: #475569;
}

.portfolio-details .stats-ribbon .stat-box .stat-number {
  display: block;
  font-size: 42px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 8px;
}

.portfolio-details .stats-ribbon .stat-box .stat-text {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.85;
}

@media (max-width: 992px) {
  .portfolio-details .stats-ribbon {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
}

@media (max-width: 576px) {
  .portfolio-details .stats-ribbon {
    grid-template-columns: 1fr;
    padding: 32px;
  }
}

.portfolio-details .content-sections {
  margin-top: 100px;
  margin-bottom: 30px;
}

.portfolio-details .content-sections .content-block {
  margin-bottom: 48px;
}

.portfolio-details .content-sections .content-block .block-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}

.portfolio-details .content-sections .content-block .block-header .block-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: color-mix(in srgb, #0ea5e9 15%, transparent);
  border-radius: 12px;
}

.portfolio-details .content-sections .content-block .block-header .block-icon i {
  font-size: 22px;
  color: #0ea5e9;
}

.portfolio-details .content-sections .content-block .block-header h3 {
  font-size: 28px;
  font-weight: 700;
  margin: 0;
}

.portfolio-details .content-sections .content-block .lead-text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7;
  margin-bottom: 16px;
  color: color-mix(in srgb, #475569 90%, transparent);
}

.portfolio-details .content-sections .content-block p {
  line-height: 1.8;
  color: color-mix(in srgb, #475569 75%, transparent);
  margin-bottom: 16px;
}

.portfolio-details .content-sections .challenge-solution .cs-card {
  background: #ffffff;
  padding: 32px;
  border-radius: #0c5f7a;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
  height: 100%;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  overflow: hidden;
}

.portfolio-details .content-sections .challenge-solution .cs-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: #0ea5e9;
}

.portfolio-details .content-sections .challenge-solution .cs-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}

.portfolio-details .content-sections .challenge-solution .cs-card .cs-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background: color-mix(in srgb, #0ea5e9 12%, transparent);
  border-radius: 50%;
  margin-bottom: 20px;
  transition: all 0.3s;
}

.portfolio-details .content-sections .challenge-solution .cs-card .cs-icon i {
  font-size: 24px;
  color: #0ea5e9;
  transition: all 0.3s;
}

.portfolio-details .content-sections .challenge-solution .cs-card:hover .cs-icon {
  background: #0ea5e9;
}

.portfolio-details .content-sections .challenge-solution .cs-card:hover .cs-icon i {
  color: #475569;
}

.portfolio-details .content-sections .challenge-solution .cs-card h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
}

.portfolio-details .content-sections .challenge-solution .cs-card p {
  color: color-mix(in srgb, #475569 70%, transparent);
  line-height: 1.7;
  margin: 0;
}

.portfolio-details .features-sidebar {
  background: #ffffff;
  padding: 32px;
  border-radius: #0c5f7a;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.portfolio-details .features-sidebar .sidebar-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 2px solid color-mix(in srgb, #0ea5e9 20%, transparent);
}

.portfolio-details .features-sidebar .feature-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.portfolio-details .features-sidebar .feature-list .feature-item {
  display: flex;
  gap: 16px;
  transition: all 0.3s;
}

.portfolio-details .features-sidebar .feature-list .feature-item:hover {
  transform: translateX(8px);
}

.portfolio-details .features-sidebar .feature-list .feature-item:hover .feature-icon {
  background: #0ea5e9;
}

.portfolio-details .features-sidebar .feature-list .feature-item:hover .feature-icon i {
  color: #475569;
}

.portfolio-details .features-sidebar .feature-list .feature-item .feature-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: color-mix(in srgb, #0ea5e9 12%, transparent);
  border-radius: 12px;
  transition: all 0.3s;
}

.portfolio-details .features-sidebar .feature-list .feature-item .feature-icon i {
  font-size: 22px;
  color: #0ea5e9;
  transition: all 0.3s;
}

.portfolio-details .features-sidebar .feature-list .feature-item .feature-content h5 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
}

.portfolio-details .features-sidebar .feature-list .feature-item .feature-content p {
  font-size: 14px;
  color: color-mix(in srgb, #475569 60%, transparent);
  margin: 0;
}

.portfolio-details .gallery-section {
  margin-bottom: 30px;
}

.portfolio-details .gallery-section .gallery-header {
  margin-bottom: 32px;
}

.portfolio-details .gallery-section .gallery-header .section-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #0ea5e9;
  margin-bottom: 8px;
}

.portfolio-details .gallery-section .gallery-header .section-label i {
  font-size: 16px;
}

.portfolio-details .gallery-section .gallery-header h3 {
  font-size: 28px;
  font-weight: 700;
  margin: 0;
}

.portfolio-details .gallery-section .gallery-card {
  position: relative;
  border-radius: #0c5f7a;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.portfolio-details .gallery-section .gallery-card img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.portfolio-details .gallery-section .gallery-card.large img {
  aspect-ratio: 4/3;
}

.portfolio-details .gallery-section .gallery-card .gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: color-mix(in srgb, #0ea5e9 70%, transparent);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.4s;
}

.portfolio-details .gallery-section .gallery-card .gallery-overlay i {
  font-size: 32px;
  color: #475569;
  transform: scale(0.5);
  transition: all 0.3s;
}

.portfolio-details .gallery-section .gallery-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.portfolio-details .gallery-section .gallery-card:hover img {
  transform: scale(1.08);
}

.portfolio-details .gallery-section .gallery-card:hover .gallery-overlay {
  opacity: 1;
}

.portfolio-details .gallery-section .gallery-card:hover .gallery-overlay i {
  transform: scale(1);
}

.portfolio-details .navigation-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 32px 0;
  border-top: 1px solid color-mix(in srgb, #475569 10%, transparent);
}

.portfolio-details .navigation-bar .nav-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 24px;
  color: #1e293b;
  font-weight: 600;
  border-radius: 50px;
  transition: all 0.3s;
}

.portfolio-details .navigation-bar .nav-link .nav-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: color-mix(in srgb, #475569 8%, transparent);
  border-radius: 50%;
  transition: all 0.3s;
}

.portfolio-details .navigation-bar .nav-link .nav-icon i {
  font-size: 22px;
}

.portfolio-details .navigation-bar .nav-link:hover {
  color: #0ea5e9;
}

.portfolio-details .navigation-bar .nav-link:hover .nav-icon {
  background: #0ea5e9;
}

.portfolio-details .navigation-bar .nav-link:hover .nav-icon i {
  color: #475569;
}

.portfolio-details .navigation-bar .nav-link.prev:hover .nav-icon {
  transform: translateX(-4px);
}

.portfolio-details .navigation-bar .nav-link.next:hover .nav-icon {
  transform: translateX(4px);
}

.portfolio-details .navigation-bar .nav-link.center {
  background: #0ea5e9;
  color: #475569;
  box-shadow: 0 8px 24px color-mix(in srgb, #0ea5e9 35%, transparent);
}

.portfolio-details .navigation-bar .nav-link.center .nav-icon {
  background: color-mix(in srgb, #475569 20%, transparent);
}

.portfolio-details .navigation-bar .nav-link.center .nav-icon i {
  color: #475569;
}

.portfolio-details .navigation-bar .nav-link.center:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px color-mix(in srgb, #0ea5e9 45%, transparent);
  color: #475569;
}

@media (max-width: 768px) {
  .portfolio-details .navigation-bar {
    flex-direction: column;
    gap: 16px;
  }

  .portfolio-details .navigation-bar .nav-link.center {
    order: -1;
  }

  .portfolio-details .navigation-bar .nav-link {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 992px) {
  .portfolio-details .project-info-card {
    margin-top: 32px;
  }

  .portfolio-details .project-info-card .project-title {
    font-size: 28px;
  }
}

@media (max-width: 576px) {
  .portfolio-details {
    --section-gap: 48px;
  }

  .portfolio-details .project-info-card {
    padding: 24px;
  }

  .portfolio-details .project-info-card .project-title {
    font-size: 24px;
  }

  .portfolio-details .project-info-card .meta-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .portfolio-details .content-sections .content-block .block-header h3 {
    font-size: 22px;
  }

  .portfolio-details .gallery-section .gallery-header h3 {
    font-size: 22px;
  }
}

/*--------------------------------------------------------------
# /industry/INDEX以外のCSS　Service Details Section
--------------------------------------------------------------*/
.service-details {
  padding: 50px 0;
}

@media (max-width: 768px) {
  .service-details {
    padding: 64px 0;
  }
}

.service-details .service-hero {
  position: relative;
  margin-bottom: 48px;
  border-radius: 20px;
  overflow: hidden;
}

.service-details .service-hero img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.service-details .service-hero .service-badge {
  position: absolute;
  top: 24px;
  left: 24px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  background: #0ea5e9;
  color: #ffffff;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.service-details .service-hero .service-badge i {
  font-size: 14px;
}

.service-details .service-overview {
  margin-bottom: 48px;
}

.service-details .service-overview .overview-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #0ea5e9;
}

.service-details .service-overview .overview-label .dot {
  width: 8px;
  height: 8px;
  background: #0ea5e9;
  border-radius: 50%;
}

.service-details .service-overview h2 {
  font-size: 30px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 24px;
  letter-spacing: -0.5px;
}

@media (max-width: 768px) {
  .service-details .service-overview h2 {
    font-size: 28px;
  }
}

.service-details .service-overview p {
  font-size: 17px;
  line-height: 1.8;
  color: color-mix(in srgb, #475569 85%, transparent);
  margin-bottom: 16px;
}

.service-details .service-overview p:last-child {
  margin-bottom: 0;
}

.service-details .key-features {
  margin-bottom: 48px;
}

.service-details .key-features h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 32px;
}

.service-details .key-features .feature-card {
  display: flex;
  gap: 20px;
  padding: 28px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  height: 100%;
}

.service-details .key-features .feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}

.service-details .key-features .feature-card .feature-icon {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: color-mix(in srgb, #0ea5e9 12%, transparent);
  border-radius: 12px;
}

.service-details .key-features .feature-card .feature-icon i {
  font-size: 24px;
  color: #0ea5e9;
}

.service-details .key-features .feature-card .feature-content h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}

.service-details .key-features .feature-card .feature-content p {
  font-size: 15px;
  line-height: 1.7;
  color: color-mix(in srgb, #475569 75%, transparent);
  margin-bottom: 0;
}

.service-details .service-process {
  margin-bottom: 48px;
}

.service-details .service-process h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 32px;
}

.service-details .service-process .process-timeline {
  position: relative;
}

.service-details .service-process .process-timeline::before {
  content: "";
  position: absolute;
  left: 28px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: color-mix(in srgb, #0ea5e9 20%, transparent);
}

@media (max-width: 576px) {
  .service-details .service-process .process-timeline::before {
    left: 20px;
  }
}

.service-details .service-process .process-timeline .process-item {
  display: flex;
  gap: 24px;
  padding-bottom: 32px;
  position: relative;
}

.service-details .service-process .process-timeline .process-item:last-child {
  padding-bottom: 0;
}

.service-details .service-process .process-timeline .process-item .process-number {
  flex-shrink: 0;
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0ea5e9;
  color: #fcfcfd;
  border-radius: 50%;
  font-size: 18px;
  font-weight: 800;
  position: relative;
  z-index: 1;
}

@media (max-width: 576px) {
  .service-details .service-process .process-timeline .process-item .process-number {
    width: 42px;
    height: 42px;
    font-size: 14px;
  }
}

.service-details .service-process .process-timeline .process-item .process-content {
  padding-top: 8px;
}

.service-details .service-process .process-timeline .process-item .process-content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

@media (max-width: 576px) {
  .service-details .service-process .process-timeline .process-item .process-content h4 {
    font-size: 18px;
  }
}

.service-details .service-process .process-timeline .process-item .process-content p {
  font-size: 15px;
  line-height: 1.7;
  color: color-mix(in srgb, #475569 75%, transparent);
  margin-bottom: 0;
}

.service-details .service-gallery {
  margin-bottom: 0;
}

.service-details .service-gallery h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 24px;
}

.service-details .service-gallery a {
  display: block;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}

.service-details .service-gallery a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: color-mix(in srgb, #0ea5e9 0%, transparent);
  transition: all 0.3s ease;
  z-index: 1;
}

.service-details .service-gallery a::after {
  content: "\f52c";
  font-family: "bootstrap-icons";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  color: #475569;
  font-size: 32px;
  z-index: 2;
  transition: all 0.3s ease;
  opacity: 0;
}

.service-details .service-gallery a:hover::before {
  background: color-mix(in srgb, #0ea5e9 70%, transparent);
}

.service-details .service-gallery a:hover::after {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.service-details .service-gallery a:hover img {
  transform: scale(1.05);
}

.service-details .service-gallery a img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.service-details .sidebar-widget {
  margin-bottom: 32px;
  padding: 32px;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
}

@media (max-width: 992px) {
  .service-details .sidebar-widget {
    padding: 24px;
  }
}

.service-details .sidebar-widget h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 2px solid color-mix(in srgb, #475569 8%, transparent);
}

.service-details .service-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.service-details .service-list ul li {
  margin-bottom: 8px;
}

.service-details .service-list ul li:last-child {
  margin-bottom: 0;
}

.service-details .service-list ul li a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  border-radius: 12px;
  color: #2f3031;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.3s ease;
  background: color-mix(in srgb, #475569 4%, transparent);
}

.service-details .service-list ul li a i {
  font-size: 18px;
  color: #0ea5e9;
  transition: transform 0.3s ease;
}

.service-details .service-list ul li a:hover {
  background: color-mix(in srgb, #0ea5e9 10%, transparent);
  color: #0ea5e9;
}

.service-details .service-list ul li a:hover i {
  transform: translateX(4px);
}

.service-details .service-list ul li.active a {
  background: #0ea5e9;
  color: #ffffff;
}

.service-details .service-list ul li.active a i {
  color: #475569;
}

.service-details .stats-widget {
  background: #0ea5e9;
  text-align: center;
}

.service-details .stats-widget .stat-item {
  padding: 16px 0;
  border-bottom: 1px solid color-mix(in srgb, #475569 15%, transparent);
}

.service-details .stats-widget .stat-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.service-details .stats-widget .stat-item:first-child {
  padding-top: 0;
}

.service-details .stats-widget .stat-item .stat-number {
  font-size: 42px;
  font-weight: 800;
  color: #475569;
  line-height: 1;
  margin-bottom: 8px;
}

.service-details .stats-widget .stat-item p {
  margin-bottom: 0;
  color: color-mix(in srgb, #475569 85%, transparent);
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.service-details .download-widget .download-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
  background: color-mix(in srgb, #475569 4%, transparent);
  border-radius: 12px;
  margin-bottom: 12px;
  color: #475569;
  transition: all 0.3s ease;
}

.service-details .download-widget .download-item:last-child {
  margin-bottom: 0;
}

.service-details .download-widget .download-item:hover {
  background: color-mix(in srgb, #0ea5e9 10%, transparent);
  transform: translateX(4px);
}

.service-details .download-widget .download-item:hover .download-icon {
  background: #0ea5e9;
}

.service-details .download-widget .download-item:hover .download-icon i {
  color: #475569;
}

.service-details .download-widget .download-item:hover>i {
  color: #0ea5e9;
}

.service-details .download-widget .download-item .download-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: color-mix(in srgb, #0ea5e9 12%, transparent);
  border-radius: 10px;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.service-details .download-widget .download-item .download-icon i {
  font-size: 22px;
  color: #0ea5e9;
  transition: all 0.3s ease;
}

.service-details .download-widget .download-item .download-info {
  flex: 1;
}

.service-details .download-widget .download-item .download-info .file-name {
  display: block;
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 2px;
}

.service-details .download-widget .download-item .download-info .file-size {
  font-size: 13px;
  color: color-mix(in srgb, #475569 60%, transparent);
}

.service-details .download-widget .download-item>i {
  font-size: 18px;
  color: color-mix(in srgb, #475569 40%, transparent);
  transition: all 0.3s ease;
}

.service-details .cta-widget {
  background: linear-gradient(135deg, color-mix(in srgb, #0ea5e9 95%, black) 0%, #0ea5e9 100%);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.service-details .cta-widget::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -50%;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, color-mix(in srgb, #475569 10%, transparent) 0%, transparent 70%);
}

.service-details .cta-widget .cta-content {
  position: relative;
  z-index: 1;
}

.service-details .cta-widget .cta-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: color-mix(in srgb, #475569 15%, transparent);
  border-radius: 50%;
}

.service-details .cta-widget .cta-icon i {
  font-size: 32px;
  color: #ffffff;
}

.service-details .cta-widget h3 {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 12px;
}

.service-details .cta-widget p {
  color: color-mix(in srgb, #ffffff 85%, transparent);
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 24px;
}

.service-details .cta-widget .cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 32px;
  background: #475569;
  color: #ffffff;
  border-radius: 50px;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.3s ease;
}

.service-details .cta-widget .cta-btn i {
  transition: transform 0.3s ease;
}

.service-details .cta-widget .cta-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.service-details .cta-widget .cta-btn:hover i {
  transform: translateX(4px);
}

/* =========================================================
   /industry/tour 追加CSS
   添付 service-details.html のデザインを生かす補助CSS
   main.css + industry.css の後に読み込み
   ========================================================= */


.tour-title .title-wrapper {
  padding-left: 20px;
  padding-right: 20px;
}

.industry-label,
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #1683a8;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.tour-detail-page .service-hero {
  min-height: 420px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(135deg, #f8fcfd 0%, #e8f6f9 100%);
}

.tour-detail-page .service-hero img {
  width: 100%;
  max-height: 540px;
  object-fit: contain;
}

.tour-detail-page .feature-card {
  height: 100%;
}

.tour-detail-page .feature-icon {
  color: #1683a8;
}

.tour-sidebar-wrap {
  position: sticky;
  top: 105px;
}

.section-heading-inline {
  margin-bottom: 22px;
}

.tour-example-card {
  position: relative;
  overflow: hidden;
  height: 100%;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #c6ebf7;
}

.tour-example-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.tour-example-caption {
  padding: 20px 22px 22px;
}

.tour-example-caption>span {
  color: #1683a8;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .1em;
}

.tour-example-caption h4 {
  margin: 5px 0 8px;
  font-size: 1.15rem;
}

.tour-example-caption p {
  margin-bottom: 0;
}

.tour-mini-card {
  height: 100%;
  padding: 26px 20px;
  border-radius: 14px;
  background: #edf8fb;
  border: 1px solid #c6ebf7;
}

.tour-mini-card i {
  display: inline-block;
  margin-bottom: 13px;
  color: #1683a8;
  font-size: 1.9rem;
}

.tour-mini-card h4 {
  margin-bottom: 8px;
  font-size: 1.03rem;
}

.tour-mini-card p {
  margin-bottom: 0;
  font-size: .9rem;
  line-height: 1.7;
}

.tour-screen-frame {
  min-height: 430px;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #c6ebf7;
  border-radius: 20px;
  box-shadow: 0 14px 35px rgba(29, 78, 94, .08);
}

.tour-screen-frame img {
  width: 100%;
  max-height: 500px;
  object-fit: contain;
}

.tour-detail-page .stats-ribbon .stat-number i {
  font-size: 1.75rem;
  color: #1683a8;
}

.tour-faq-section {
  background: #fff;
}

.faq-heading {
  max-width: 760px;
  margin: 0 auto 38px;
}

.faq-heading h2 {
  margin: 8px 0 12px;
}

.tour-faq {
  max-width: 920px;
  margin: 0 auto;
}

.tour-faq .accordion-item {
  margin-bottom: 12px;
  border: 1px solid #d9e8ed;
  border-radius: 12px;
  overflow: hidden;
}

.tour-faq .accordion-button {
  font-weight: 700;
  box-shadow: none;
}

.tour-faq .accordion-button:not(.collapsed) {
  color: #0c5f7a;
  background: #edf8fb;
}

.tour-bottom-cta {
  padding-top: 10px;
}

.cta-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  padding: 46px;
  border-radius: 22px;
  background: #0ea5e9;
  color: #fff;
}

.cta-panel h2,
.cta-panel p {
  color: #fff;
}

.cta-panel h2 {
  margin: 7px 0 12px;
}

.cta-panel p {
  margin-bottom: 0;
  opacity: .9;
}

.section-kicker.light {
  color: rgba(255, 255, 255, .75);
}

.cta-buttons {
  min-width: 230px;
  display: grid;
  gap: 10px;
}

.btn-primary-cta,
.btn-secondary-cta {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 13px 20px;
  border-radius: 9px;
  font-weight: 700;
}

.btn-primary-cta {
  background: #fff;
  color: #0c5f7a;
}

.btn-secondary-cta {
  border: 1px solid rgba(255, 255, 255, .55);
  color: #fff;
}

.btn-primary-cta:hover {
  color: #1683a8;
}

.btn-secondary-cta:hover {
  color: #fff;
  background: rgba(255, 255, 255, .1);
}

@media (max-width: 991.98px) {
  .tour-sidebar-wrap {
    position: static;
  }

  .cta-panel {
    display: block;
    padding: 34px 28px;
  }

  .cta-buttons {
    margin-top: 24px;
  }
}

@media (max-width: 575.98px) {
  .tour-detail-page .service-hero {
    min-height: auto;
  }

  .tour-screen-frame {
    min-height: auto;
    padding: 14px;
  }

  .cta-panel {
    padding: 28px 20px;
  }
}

/* Tour hero video */
.page-title.video-hero {
  position: relative;
  overflow: hidden;
  background: #eef7ff;
}

.page-title.video-hero .hero-bg-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}

/* ページ表示直後に見せる静止画。数秒後にフェードアウトして動画へ切り替えます。 */
.page-title.video-hero .hero-start-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 1;
  opacity: 1;
  visibility: visible;
  transition: opacity 1.2s ease, visibility 1.2s ease;
}

.page-title.video-hero.is-video-started .hero-start-image {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.page-title.video-hero .hero-video-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(90deg,
      rgba(255, 255, 255, .92) 0%,
      rgba(255, 255, 255, .78) 42%,
      rgba(255, 255, 255, .30) 72%,
      rgba(255, 255, 255, .15) 100%);
}

.page-title.video-hero .heading,
.page-title.video-hero .breadcrumbs {
  position: relative;
  z-index: 3;
}

.page-title.video-hero .heading {
  min-height: 270px;
  display: flex;
  align-items: center;
}

.page-title.video-hero h1,
.page-title.video-hero p,
.page-title.video-hero .breadcrumb a,
.page-title.video-hero .breadcrumb .current {
  position: relative;
  z-index: 3;
}

@media (max-width: 991.98px) {
  .page-title.video-hero .heading {
    min-height: 360px;
  }

  .page-title.video-hero .hero-video-overlay {
    background: rgba(255, 255, 255, .76);
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-title.video-hero .hero-bg-video {
    display: none;
  }
}