/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 24 2026 | 12:43:53 */
.hn-service-wrap{
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 28px 16px 60px;
  color: #e5e7eb;
  line-height: 1.85;
  box-sizing: border-box;
  overflow-x: hidden;
}

.hn-cta-btn {
  margin-top: 15px;
  display: inline-block;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: linear-gradient(144.12deg, #FB8F10 14.68%, #FE0101 81.68%);
  border-radius: 6px;
  transition: all 0.3s ease;
  box-shadow: 0 6px 20px rgba(0,0,0,0.4);
}

.hn-cta-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.6);
}

.hn-cta-btn:active {
  transform: translateY(1px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.4);
}

.hn-service-wrap *,
.hn-service-wrap *::before,
.hn-service-wrap *::after{
  box-sizing: border-box;
}

.hn-section{
  margin-top: 54px;
}

.hn-section__title{
  margin: 0 0 20px;
  padding-left: 14px;
  border-left: 4px solid #f3500f;
  font-size: 28px;
  line-height: 1.4;
  font-weight: 700;
  color: #ffffff;
}

.hn-hero{
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.hn-hero__label{
  display: inline-block;
  margin-bottom: 14px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(243,80,15,0.12);
  border: 1px solid rgba(243,80,15,0.35);
  color: #ff8a57;
  font-size: 13px;
  font-weight: 700;
}

.hn-hero__title{
  margin: 0 0 16px;
  font-size: 36px;
  line-height: 1.35;
  font-weight: 800;
  color: #ffffff;
}

.hn-hero__lead{
  margin: 0;
  font-size: 17px;
  color: #d1d5db;
}

.hn-point-boxes{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.hn-point-box{
  background: #f3500f;
  border: none;
  border-radius: 14px;
  padding: 18px 16px;
  color: #fff;
  min-width: 0;
}

.hn-point-box__title{
  font-size: 13px;
  color: rgba(255,255,255,0.82);
  font-weight: 700;
  margin-bottom: 8px;
}

.hn-point-box__value{
  font-size: 19px;
  line-height: 1.6;
  font-weight: 700;
  color: #ffffff;
  word-break: break-word;
  overflow-wrap: anywhere;
}

.hn-message-box{
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
}

.hn-message-box p{
  margin: 0 0 16px;
  color: #d1d5db;
}

.hn-message-box p:last-child{
  margin-bottom: 0;
}

.hn-service-grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px 24px;
}

.hn-service-card{
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0 0 14px;
  min-height: auto;
  min-width: 0;
  box-shadow: none;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.hn-service-card__num{
  flex: 0 0 auto;
  min-width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 700;
  color: #ffffff;
  background: #f3500f;
  border: 1px solid #f3500f;
  border-radius: 999px;
}

.hn-service-card__title{
  padding-top: 5px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7;
  color: #f3f4f6;
  min-width: 0;
  word-break: break-word;
  overflow-wrap: anywhere;
}

.hn-note-box{
  margin-top: 22px;
  padding: 18px 20px;
  border-radius: 14px;
  border: 1px solid #fff!important;
  border: none;
  color: #fff;
}

.hn-feature-grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px 26px;
}

.hn-feature-card{
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0 0 18px;
  min-width: 0;
  box-shadow: none;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.hn-feature-card__head{
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.5;
  color: #ffffff;
}

.hn-feature-card p{
  margin: 0;
  color: #cbd5e1;
}

.hn-price-highlight{
  text-align: center;
  background: #f3500f;
  color: #fff;
  border: none;
  border-radius: 18px;
  padding: 28px 20px;
  margin-bottom: 24px;
  box-shadow: 0 14px 36px rgba(243,80,15,0.18);
}

.hn-price-highlight__label{
  font-size: 14px;
  font-weight: 700;
  opacity: 0.9;
}

.hn-price-highlight__price{
  margin-top: 6px;
  font-size: 48px;
  line-height: 1.2;
  font-weight: 800;
}

.hn-price-highlight__text{
  margin: 12px 0 0;
  font-size: 16px;
  color: rgba(255,255,255,0.92);
}

.hn-table-wrap{
  display: block;
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  border-radius: 0;
  border: 1px solid rgba(255,255,255,0.08);
  background: #0b0b0b;
  box-sizing: border-box;
}

.hn-table{
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  background: transparent;
  table-layout: auto;
  margin-bottom: 0!important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  border-left: 1px solid rgba(255, 255, 255, 0.8);
}

.hn-table th{
  background: #545454;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  padding: 15px 14px;
  border-bottom: 1px solid rgba(243,80,15,0.18);
  text-align: center;
}

.hn-table td{
  padding: 15px 15px!important;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  font-size: 15px;
  color: #d1d5db;
  vertical-align: top;
  text-align: left;
}

.hn-table tbody tr:last-child td{
  border-bottom: none;
}

.hn-table strong{
  color: #ffffff;
}

.hn-table--profit td:last-child strong{
  color: #ff8a57;
}

.hn-max-box{
  margin-top: 20px;
  padding: 20px;
  border-radius: 14px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 17px;
}

.hn-accordion{
  display: grid;
  gap: 12px;
  padding-left: 18px;
  border-left: 1px solid rgba(243,80,15,0.22);
}

.hn-accordion__item{
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 14px;
  background: #111111;
  overflow: hidden;
}

.hn-accordion__head{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  padding: 18px 20px;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
  font-size: 17px;
  font-weight: 700;
  color: #f9fafb;
}

.hn-accordion__head span:first-child{
  flex: 1 1 auto;
}

.hn-accordion__icon{
  flex: 0 0 auto;
  font-size: 24px;
  line-height: 1;
  color: #f3500f;
  transition: transform 0.25s ease;
  order: -1;
}

.hn-accordion__item.is-open .hn-accordion__icon{
  transform: rotate(45deg);
}

.hn-accordion__body{
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.hn-accordion__content{
  padding: 0 20px 20px 54px;
  color: #cbd5e1;
  line-height:1.2;
}

@media (max-width: 767px){
  .hn-service-wrap{
    padding: 20px 14px 42px;
  }

  .hn-hero__title{
    font-size: 28px;
  }

  .hn-hero__lead{
    font-size: 15px;
  }

  .hn-section{
    margin-top: 38px;
  }

  .hn-section__title{
    font-size: 22px;
    margin-bottom: 16px;
  }

  .hn-point-boxes,
  .hn-service-grid,
  .hn-feature-grid{
    grid-template-columns: 1fr;
  }

  .hn-price-highlight__price{
    font-size: 38px;
  }

  .hn-table th,
  .hn-table td{
    padding: 12px 10px;
    font-size: 13px;
    line-height: 1.6;
    white-space: nowrap;
  }

  .hn-accordion{
    padding-left: 12px;
  }

  .hn-accordion__head{
    font-size: 16px;
    padding: 16px;
  }

  .hn-accordion__content{
    padding: 0 16px 16px 46px;
  }

  .hn-price-highlight__text{
    text-align: left;
  }
}