.service-card {
  flex: 0 0 calc(20% - 8px);
  min-width: 250px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  scroll-snap-align: start;
  transition: border-color 0.2s ease; }
  .service-card:hover {
    border-color: #d4d4d4; }
  .service-card__image {
    position: relative;
    aspect-ratio: 1 / 1;
    overflow: hidden; }
    .service-card__image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.3s ease; }
    .service-card__image:hover img {
      transform: scale(1.05); }
  .service-card__placeholder {
    width: 100%;
    height: 100%;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #737373;
    font-family: "Roboto", sans-serif;
    font-size: 14px; }
  .service-card__badge {
    position: absolute;
    top: 10px;
    left: 9px;
    padding: 8px;
    background: #d70000;
    border-radius: 2px;
    font-family: "GMV Din Pro", "Roboto", sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 13px;
    letter-spacing: -0.1px;
    color: #ffffff;
    text-align: center; }
  .service-card__content {
    background: #ffffff;
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1; }
  .service-card__title {
    font-family: "GMV Din Pro", "Roboto", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.2px;
    color: #0a0a0a;
    margin: 0;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box; }
  .service-card__link {
    display: inline-flex;
    align-items: center;
    min-height: 50px;
    font-family: "GMV Din Pro", "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: -0.1px;
    color: #b10303;
    text-decoration: underline;
    text-underline-offset: 30%;
    text-transform: uppercase;
    transition: color 0.2s ease;
    margin-top: auto; }
    .service-card__link:hover {
      color: #d70000; }

.service-hero {
  position: relative;
  overflow: hidden; }
  .service-hero__slider {
    position: relative; }
  .service-hero__slides {
    position: relative;
    width: 100%;
    aspect-ratio: 21 / 9;
    overflow: hidden; }
  .service-hero__slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.5s ease; }
    .service-hero__slide.is-active {
      opacity: 1; }
  .service-hero__image {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .service-hero__placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #e5e5e5, #d4d4d4);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #737373;
    font-family: "Roboto", sans-serif;
    font-size: 14px; }
  .service-hero__link {
    position: absolute;
    inset: 0;
    z-index: 1; }
  .service-hero__controls {
    position: absolute;
    bottom: 40px;
    left: 40px;
    right: 40px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    z-index: 2; }
  .service-hero__indicators {
    display: flex;
    gap: 4px; }
  .service-hero__indicator {
    width: 4px;
    height: 4px;
    border-radius: 1px;
    background: rgba(255, 255, 255, 0.4);
    border: none;
    cursor: pointer;
    transition: all 0.2s ease; }
    .service-hero__indicator.is-active {
      width: 40px;
      background: #ffffff; }
  .service-hero__arrows {
    display: flex;
    gap: 10px; }
  .service-hero__arrow {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    transition: background-color 0.2s ease; }
    .service-hero__arrow svg {
      width: 24px;
      height: 24px;
      color: #0a0a0a; }
    .service-hero__arrow:hover {
      background: #f5f5f5; }

.service-list {
  padding: 72px 0 0; }
  .service-list__title {
    font-family: "GMV Din Pro", "Roboto", sans-serif;
    font-size: 44px;
    font-weight: 700;
    line-height: 55px;
    letter-spacing: -1.2px;
    color: #0a0a0a;
    margin: 0 0 40px; }
  .service-list__slider {
    position: relative; }

.service-swiper,
.related-swiper {
  padding-bottom: 24px; }
  .service-swiper .swiper-wrapper,
  .related-swiper .swiper-wrapper {
    align-items: stretch; }
  .service-swiper .swiper-slide,
  .related-swiper .swiper-slide {
    width: auto;
    height: auto; }
  .service-swiper .swiper-scrollbar,
  .related-swiper .swiper-scrollbar {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: #e5e5e5;
    border-radius: 100px; }
  .service-swiper .swiper-scrollbar-drag,
  .related-swiper .swiper-scrollbar-drag {
    background: #404040;
    border-radius: 100px;
    cursor: grab; }
    .service-swiper .swiper-scrollbar-drag:active,
    .related-swiper .swiper-scrollbar-drag:active {
      cursor: grabbing; }

.why-choose {
  padding: 72px 0; }
  .why-choose__title {
    font-family: "GMV Din Pro", "Roboto", sans-serif;
    font-size: 44px;
    font-weight: 700;
    line-height: 55px;
    letter-spacing: -1.2px;
    color: #0a0a0a;
    margin: 0 0 40px;
    text-align: center; }
  .why-choose__wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    padding-bottom: 118px; }
  .why-choose__image {
    width: 100%;
    border-radius: 2px;
    overflow: hidden;
    margin-bottom: -118px; }
    .why-choose__image img {
      width: 100%;
      height: auto;
      display: block; }
  .why-choose__placeholder {
    width: 100%;
    aspect-ratio: 3 / 1;
    background: linear-gradient(135deg, #e5e5e5, #d4d4d4);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #737373;
    font-family: "Roboto", sans-serif;
    font-size: 14px; }
  .why-choose__cards {
    display: flex;
    gap: 10px;
    background: linear-gradient(to bottom, transparent 0%, #fd6b78 40%, #ff919c 96%);
    padding: 100px 10px 10px;
    margin-bottom: -118px; }
  .why-choose__card {
    flex: 1;
    background: #ffffff;
    border-radius: 2px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 8px; }
  .why-choose__card-header {
    display: flex;
    flex-direction: column;
    gap: 12px; }
  .why-choose__card-icon {
    width: 64px;
    height: 64px; }
    .why-choose__card-icon img, .why-choose__card-icon svg {
      width: 100%;
      height: 100%; }
  .why-choose__card-title {
    font-family: "GMV Din Pro", "Roboto", sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 45px;
    letter-spacing: -1px;
    color: #020612;
    margin: 0; }
  .why-choose__card-desc {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.1px;
    color: #020612;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden; }

.warranty-policy-section__inner {
  display: flex;
  gap: 10px;
  background: linear-gradient(110.5deg, #404040 0.7%, #0a0a0a 57.5%, #b10303 100%);
  border-radius: 2px;
  padding: 64px;
  position: relative;
  overflow: hidden; }
  .warranty-policy-section__inner::before {
    content: '';
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 1491px;
    height: 485px;
    background: url("https://cdn.hstatic.net/files/1000388227/file/bg_chinhsach.png") no-repeat center;
    background-size: contain;
    opacity: 0.8;
    pointer-events: none; }

.warranty-policy-section__content {
  width: 472px;
  flex-shrink: 0;
  display: flex;
  align-items: start;
  position: relative;
  z-index: 1; }

.warranty-policy-section__title {
  font-family: "GMV Din Pro", "Roboto", sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 55px;
  letter-spacing: -1.2px;
  color: #ffffff;
  margin: 0; }

.warranty-policy-section__cards {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-content: center;
  position: relative;
  z-index: 1; }

.warranty-policy-card {
  flex: 1 0 calc(50% - 5px);
  min-width: 410px;
  background: #ffffff;
  border-radius: 4px;
  padding: 32px 24px;
  display: flex;
  gap: 20px;
  align-items: flex-start; }
  .warranty-policy-card__icon {
    width: 40px;
    height: 40px;
    flex-shrink: 0; }
    .warranty-policy-card__icon svg {
      width: 100%;
      height: 100%; }
  .warranty-policy-card__content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 2px; }
  .warranty-policy-card__duration {
    font-family: "GMV Din Pro", "Roboto", sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: -1.2px;
    color: #d70000; }
  .warranty-policy-card__desc {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.1px;
    color: #0a0a0a;
    margin: 0; }

.service-videos {
  padding: 72px 0 72px; }
  .service-videos__grid {
    display: flex;
    gap: 10px; }

.service-video {
  flex: 1;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-bottom: 24px; }
  .service-video__thumbnail {
    position: relative;
    aspect-ratio: 756 / 425;
    overflow: hidden; }
    .service-video__thumbnail img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .service-video__placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #e5e5e5, #d4d4d4);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #737373;
    font-family: "Roboto", sans-serif;
    font-size: 14px; }
  .service-video__play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 64px;
    height: 64px;
    background: #f5f5f5;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease, background-color 0.2s ease; }
    .service-video__play svg {
      width: 43px;
      height: 43px; }
    .service-video__play:hover {
      transform: translate(-50%, -50%) scale(1.1);
      background: #ffffff; }
  .service-video__title {
    font-family: "GMV Din Pro", "Roboto", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.5px;
    color: #0a0a0a;
    margin: 0;
    text-align: center;
    padding: 0 24px; }

.video-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease; }
  .video-modal.is-open {
    opacity: 1;
    visibility: visible; }
  .video-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(10, 10, 10, 0.8); }
  .video-modal__content {
    position: relative;
    width: 90%;
    max-width: 1200px;
    z-index: 1; }
  .video-modal__close {
    position: absolute;
    top: -50px;
    right: 0;
    width: 40px;
    height: 40px;
    background: transparent;
    border: none;
    cursor: pointer;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.2s ease; }
    .video-modal__close:hover {
      opacity: 0.7; }
  .video-modal__wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    background: #0a0a0a; }
    .video-modal__wrapper iframe {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%; }

.service-detail-page {
  background: #FAFAFA; }

.service-detail__wrapper {
  display: flex;
  gap: 40px; }

.service-detail__main {
  flex: 1;
  max-width: 1036px; }

.service-detail__sidebar {
  width: 485px;
  flex-shrink: 0; }

.service-detail__header {
  background: #ffffff;
  padding: 32px 28px;
  margin-bottom: 40px; }

.service-detail__info {
  margin-bottom: 24px; }

.service-detail__title {
  font-family: "GMV Din Pro", "Roboto", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: -1.2px;
  color: #0a0a0a;
  margin: 0 0 4px; }

.service-detail__desc {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.1px;
  color: #737373;
  margin: 0 0 24px;
  max-width: 100%; }

.service-detail__price {
  display: flex;
  align-items: baseline;
  gap: 4px; }

.service-detail__price-label {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.1px;
  color: #0a0a0a; }

.service-detail__price-link {
  font-family: "GMV Din Pro", "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -0.2px;
  color: #d70000;
  transition: color 0.2s ease; }
  .service-detail__price-link:hover {
    color: #b10303; }

.service-detail__image {
  width: 100%;
  aspect-ratio: 948 / 474;
  overflow: hidden;
  border-radius: 2px; }
  .service-detail__image img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.service-detail__image-placeholder {
  width: 100%;
  height: 100%;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #737373;
  font-size: 14px; }

.service-detail__content {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.1px;
  color: #0a0a0a;
  padding: 32px 28px;
  background: #fff; }
  .service-detail__content h2, .service-detail__content h3, .service-detail__content h4 {
    font-family: "GMV Din Pro", "Roboto", sans-serif;
    font-weight: 700;
    color: #0a0a0a;
    margin: 24px 0 16px; }
  .service-detail__content h2 {
    font-size: 28px;
    line-height: 36px; }
  .service-detail__content h3 {
    font-size: 24px;
    line-height: 32px; }
  .service-detail__content p {
    margin: 0 0 16px; }
  .service-detail__content ul, .service-detail__content ol {
    margin: 0 0 16px;
    padding-left: 24px; }
    .service-detail__content ul li, .service-detail__content ol li {
      margin-bottom: 8px; }
  .service-detail__content img {
    max-width: 100%;
    height: auto;
    border-radius: 2px;
    margin: 16px 0; }
  .service-detail__content strong {
    font-weight: 600; }

.service-detail__form-mobile {
  display: none; }

.service-detail__form-wrapper {
  background: #ffffff;
  border: 2px solid #ff919c;
  border-radius: 2px;
  padding: 28px;
  box-shadow: 0px 24px 48px -12px rgba(16, 24, 40, 0.18);
  position: sticky;
  top: 120px; }

.service-detail__form-title {
  font-family: "GMV Din Pro", "Roboto", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: -1.2px;
  color: #0a0a0a;
  margin: 0 0 12px;
  padding-bottom: 0; }

.service-detail__form-link a {
  background: #000000;
  padding: 10px;
  display: inline-block;
  margin-bottom: 10px;
  color: #ffffff; }

.service-detail__form {
  display: flex;
  flex-direction: column;
  gap: 10px; }

.service-detail__form-message {
  padding: 12px 16px;
  border-radius: 4px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 16px;
  text-align: center; }
  .service-detail__form-message--success {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb; }
  .service-detail__form-message--error {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb; }

.service-detail__form-group {
  display: flex;
  flex-direction: column;
  gap: 8px; }

.service-detail__form-label {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.1px;
  color: #0a0a0a; }
  .service-detail__form-label .required {
    color: #d70000; }

.service-detail__form-input, .service-detail__form-select, .service-detail__form-textarea {
  width: 100%;
  min-height: 44px;
  padding: 10px 12px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.1px;
  color: #0a0a0a;
  background: #f5f5f5;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  transition: border-color 0.2s ease; }
  .service-detail__form-input::placeholder, .service-detail__form-select::placeholder, .service-detail__form-textarea::placeholder {
    color: #0a0a0a; }
  .service-detail__form-input:focus, .service-detail__form-select:focus, .service-detail__form-textarea:focus {
    outline: none;
    border-color: #d4d4d4; }

.service-detail__form-textarea {
  resize: vertical;
  min-height: 100px;
  background: #ffffff; }

.service-detail__form-select-wrapper {
  position: relative; }

.service-detail__form-select {
  appearance: none;
  padding-right: 40px;
  cursor: pointer; }

.service-detail__form-select-icon {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #0a0a0a; }

.service-detail__form-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  background: #0a0a0a;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  overflow: hidden;
  margin-top: 14px;
  transition: background-color 0.2s ease; }
  .service-detail__form-submit:hover {
    background: #262626; }

.service-detail__form-submit-text {
  flex: 1;
  padding: 16px 24px;
  font-family: "GMV Din Pro", "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: -0.1px;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center; }

.service-detail__form-submit-icon {
  display: flex;
  align-items: center;
  justify-content: center; }

.service-detail__contact {
  display: flex;
  flex-direction: column;
  margin-top: 24px; }

.service-detail__contact-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 50px;
  font-family: "GMV Din Pro", "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: -0.1px;
  color: #0a0a0a;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 4px;
  transition: color 0.2s ease; }
  .service-detail__contact-link svg {
    width: 24px;
    height: 24px;
    flex-shrink: 0; }
  .service-detail__contact-link:hover {
    color: #d70000; }
    .service-detail__contact-link:hover svg {
      color: #d70000; }

.related-services {
  padding: 72px 0; }
  .related-services__header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 40px; }
  .related-services__title {
    font-family: "GMV Din Pro", "Roboto", sans-serif;
    font-size: 44px;
    font-weight: 700;
    line-height: 55px;
    letter-spacing: -1.2px;
    color: #0a0a0a;
    margin: 0; }
  .related-services__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    color: #0a0a0a;
    transition: color 0.2s ease; }
    .related-services__link:hover {
      color: #d70000; }
    .related-services__link svg {
      width: 100%;
      height: 100%; }
  .related-services__slider {
    position: relative; }

@media (max-width: 1400px) {
  .warranty-policy-card {
    min-width: 400px; }
  .service-detail {
    padding: 0 30px 72px; }
    .service-detail__sidebar {
      width: 420px; }
  .related-services {
    padding: 0 30px 72px; } }

@media (max-width: 1199px) {
  .service-list__title,
  .why-choose__title,
  .warranty-policy-section__title {
    font-size: 36px;
    line-height: 44px; }
  .why-choose__card-title {
    font-size: 28px;
    line-height: 36px; }
  .warranty-policy-section__inner {
    flex-direction: column;
    padding: 40px; }
  .warranty-policy-section__content {
    width: 100%;
    margin-bottom: 24px; }
  .warranty-policy-card {
    min-width: calc(50% - 5px); }
    .warranty-policy-card__duration {
      font-size: 32px;
      line-height: 40px; }
  .service-detail {
    padding: 0 24px 60px; }
    .service-detail__wrapper {
      flex-direction: column; }
    .service-detail__main {
      max-width: 100%; }
    .service-detail__sidebar {
      width: 100%;
      max-width: 600px; }
    .service-detail__form-wrapper {
      position: static; }
  .related-services {
    padding: 0 24px 60px; }
    .related-services__title {
      font-size: 36px;
      line-height: 44px; } }

@media (max-width: 991px) {
  .service-card {
    flex: 0 0 220px;
    min-width: 220px; }
  .why-choose__cards {
    flex-wrap: wrap; }
  .why-choose__card {
    flex: 1 0 calc(50% - 5px);
    min-width: 300px; }
  .service-videos__grid {
    flex-direction: column; }
  .service-video {
    max-width: 100%; }
  .service-detail {
    padding: 0 20px 48px; }
    .service-detail__title {
      font-size: 32px;
      line-height: 40px; }
    .service-detail__form-title {
      font-size: 32px;
      line-height: 40px; }
  .related-services {
    padding: 0 20px 48px; }
    .related-services__title {
      font-size: 32px;
      line-height: 40px; } }

@media (max-width: 767px) {
  .service-hero__slides {
    aspect-ratio: 16 / 9; }
  .service-hero__controls {
    bottom: 20px;
    left: 12px;
    right: 12px; }
  .service-hero__arrow {
    width: 32px;
    height: 32px; }
    .service-hero__arrow svg {
      width: 20px;
      height: 20px; }
  .service-list {
    padding: 48px 0 0; }
    .service-list__title {
      font-size: 30px;
      line-height: 37px;
      letter-spacing: -1px;
      margin-bottom: 24px; }
  .service-swiper,
  .related-swiper {
    padding-bottom: 20px; }
  .service-card {
    flex: 0 0 201px;
    min-width: 201px; }
    .service-card__image {
      aspect-ratio: 201 / 161; }
    .service-card__content {
      padding: 12px;
      gap: 8px; }
    .service-card__title {
      font-size: 15px;
      line-height: 21px; }
    .service-card__link {
      font-size: 13px;
      line-height: 13px;
      min-height: 36px; }
    .service-card__badge {
      top: 8px;
      left: 8px;
      padding: 2px 6px;
      font-size: 12px;
      line-height: 16px; }
  .why-choose {
    padding: 48px 0; }
    .why-choose__title {
      font-size: 30px;
      line-height: 37px;
      letter-spacing: -1px;
      margin-bottom: 24px; }
    .why-choose__wrapper {
      padding-bottom: 0; }
    .why-choose__image {
      margin-bottom: 0; }
    .why-choose__cards {
      flex-direction: column;
      padding: 24px 12px;
      margin-bottom: 0; }
    .why-choose__card {
      flex: none;
      min-width: 100%;
      padding: 20px; }
    .why-choose__card-icon {
      width: 48px;
      height: 48px; }
    .why-choose__card-title {
      font-size: 24px;
      line-height: 32px; }
    .why-choose__card-desc {
      font-size: 14px;
      line-height: 20px; }
  .warranty-policy-section {
    padding: 0 0 48px; }
    .warranty-policy-section__inner {
      flex-direction: column;
      padding: 12px;
      gap: 10px; }
    .warranty-policy-section__content {
      width: 100%;
      margin-bottom: 0; }
    .warranty-policy-section__title {
      font-size: 30px;
      line-height: 37px;
      letter-spacing: -1px; }
    .warranty-policy-section__cards {
      flex-direction: row;
      flex-wrap: wrap;
      gap: 4px; }
  .warranty-policy-card {
    flex: 1 0 calc(50% - 2px);
    min-width: 150px;
    padding: 12px;
    gap: 8px;
    flex-direction: column;
    align-items: flex-start; }
    .warranty-policy-card__icon {
      width: 32px;
      height: 32px; }
    .warranty-policy-card__content {
      gap: 2px; }
    .warranty-policy-card__duration {
      font-size: 30px;
      line-height: 37px;
      letter-spacing: -1px; }
    .warranty-policy-card__desc {
      font-size: 13px;
      line-height: 18px; }
  .service-videos {
    padding: 0 0 48px; }
    .service-videos__grid {
      gap: 12px; }
  .service-video {
    gap: 16px;
    padding-bottom: 16px; }
    .service-video__play {
      width: 48px;
      height: 48px; }
      .service-video__play svg {
        width: 32px;
        height: 32px; }
    .service-video__title {
      font-size: 18px;
      line-height: 24px;
      padding: 0 16px; }
  .video-modal__content {
    width: 95%; }
  .video-modal__close {
    top: -40px; }
  .service-detail {
    padding: 0; }
    .service-detail__wrapper {
      flex-direction: column;
      gap: 0; }
    .service-detail__main {
      order: 1; }
    .service-detail__sidebar {
      display: none; }
    .service-detail__form-mobile {
      display: block;
      margin-top: 20px; }
    .service-detail__header {
      padding: 20px 12px;
      margin-bottom: 0;
      background: #ffffff; }
    .service-detail__info {
      margin-bottom: 20px; }
    .service-detail__title {
      font-size: 24px;
      line-height: 30px;
      letter-spacing: -0.72px;
      margin-bottom: 4px; }
    .service-detail__desc {
      font-size: 14px;
      line-height: 18px;
      margin-bottom: 12px; }
    .service-detail__price {
      gap: 4px; }
    .service-detail__price-label {
      font-size: 14px;
      line-height: 18px; }
    .service-detail__price-link {
      font-size: 16px;
      line-height: 21px; }
    .service-detail__image {
      aspect-ratio: 382 / 191; }
    .service-detail__content {
      font-size: 14px;
      line-height: 20px;
      margin-top: 24px;
      padding: 20px 12px; }
      .service-detail__content h2 {
        font-size: 20px;
        line-height: 26px;
        margin: 20px 0 12px; }
      .service-detail__content h3 {
        font-size: 18px;
        line-height: 24px; }
      .service-detail__content p {
        margin: 0 0 12px; }
      .service-detail__content ul, .service-detail__content ol {
        margin: 0 0 12px;
        padding-left: 20px; }
        .service-detail__content ul li, .service-detail__content ol li {
          margin-bottom: 6px; }
    .service-detail__form-wrapper {
      padding: 16px 12px;
      border: none;
      box-shadow: none;
      background: #f5f5f5;
      position: static; }
    .service-detail__form-title {
      font-size: 24px;
      line-height: 30px;
      letter-spacing: -0.72px;
      margin-bottom: 20px;
      padding-bottom: 0; }
    .service-detail__form {
      gap: 12px; }
    .service-detail__form-group {
      gap: 8px; }
    .service-detail__form-label {
      font-size: 14px;
      line-height: 18px; }
    .service-detail__form-input, .service-detail__form-select {
      min-height: 36px;
      padding: 8px 12px;
      font-size: 14px;
      line-height: 20px;
      background: #ffffff;
      border: 1px solid #e5e5e5; }
    .service-detail__form-textarea {
      min-height: 107px;
      padding: 10px 12px;
      font-size: 14px;
      line-height: 20px;
      background: #ffffff;
      border: 1px solid #e5e5e5; }
    .service-detail__form-submit {
      min-height: 36px;
      margin-top: 12px; }
    .service-detail__form-submit-text {
      font-size: 14px;
      line-height: 14px;
      padding: 10px 16px; }
    .service-detail__form-submit-icon img {
      width: 36px;
      height: 36px; }
    .service-detail__contact {
      margin-top: 20px;
      gap: 0; }
    .service-detail__contact-link {
      font-size: 14px;
      line-height: 14px;
      min-height: 36px;
      text-transform: uppercase; }
      .service-detail__contact-link svg {
        width: 20px;
        height: 20px; }
  .related-services {
    padding: 48px 0; }
    .related-services__header {
      margin-bottom: 24px;
      gap: 16px; }
    .related-services__title {
      font-size: 28px;
      line-height: 37px;
      letter-spacing: -0.84px; } }

@media (max-width: 430px) {
  .service-detail__header {
    padding: 20px 12px; }
  .service-detail__title {
    font-size: 22px;
    line-height: 28px; }
  .service-detail__form-title {
    font-size: 22px;
    line-height: 28px; }
  .related-services__title {
    font-size: 24px;
    line-height: 32px; }
  .service-card {
    flex: 0 0 180px;
    min-width: 180px; } }
