.swe-night {
   padding: 140px 0 60px;
  background: linear-gradient(135deg, #f7f4f7 0%, #d4ddd0 100%);
  text-align: center;
}

.page-headline 
 {
    font-size: 48px;
    color: #2C2C2C;
   font-weight     :      700;
   margin-bottom: 20px;
  font-family: 'Montserrat', sans-serif;
   font-style   :     normal;
}

.intro-text {
	font-size: 19px;
    color: #494b49;
  max-width: 650px;
  margin: 0 auto;
   line-height: 1.6;


}

.hhy-craft {
	padding: 80px 0;
	background: #fff;
}

.service-table {
    background: #f9f9f9;
    border-radius: 8px;
   overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}

.table-header {


   display: grid;
     grid-template-columns: 1.2fr 0.8fr 0.8fr 1.5fr 1.3fr;
       background  :  #50514f;
      color: #fff;
           padding: 20px 25px;
       font-weight: 600;
      font-size  :15px;
     text-transform: uppercase;
      letter-spacing: 0.5px;


}  

.table-header > div {
	padding: 0 10px;
}

.table-row {
    display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr 1.5fr 1.3fr;
    padding: 35px 25px;
  border-bottom    :1px solid #e0e0e0;
   background: #fff;
   transition: all 0.3s;
}

.table-row:hover {
    background    :     #fafafa;
}

.table-row.featured  
  {
    border-left: 4px solid #247ba0;
   background: #f7f4f7;
}

.table-row.featured:hover {


  background: #f4f1f4;
}

.table-row > div {
	 padding: 0 10px;
}

/* Utility classes */

.col-service  {
   display: flex;
   flex-direction: column;
    gap     :10px;
}

.service-icon {
  font-size: 36px;
   color: #247ba0;
}

.col-service h3 {
  font-size: 22px;
  color:       #2C2C2C;
   font-weight: 600;
  margin: 0;
}

.badge-popular {
	display: inline-block;
   background:       #247ba0;
   color: #fff;
   padding     : 4px 12px;
    border-radius: 12px;
  font-size:   12px;
    font-weight: 600;
    text-transform   :        uppercase;
    letter-spacing   :        0.5px;
}

.col-duration {
   display: flex;
   gap: 8px;
  align-items: center;
   flex-direction: column;
}

.col-duration .material-icons {
    font-size: 28px;
   color: #727272;
}

/* Build system output */

.col-duration p {
   margin: 0;
  font-size: 15px;
   color: #494b49;
  text-align: center;
    font-weight: 500;
}

/* Generated styles */

.col-price {
               display: flex;
		 flex-direction: column;
          align-items: center;
	 gap: 5px;
}

.price-amount {
   font-size :    32px;
   color: #247ba0;
    font-weight: 700;
}

.price-period {
 font-size: 13px;
    color : #727272;
	font-weight: 500;
}

.col-description p {
     margin: 0;
   font-size: 15px;
	line-height: 1.7;
    color: #494b49;
	
     }

.col-advantages ul {
   list-style: none;
         padding: 0;
    margin: 0;
}

.col-advantages li {
      color  :    #494b49;
  font-size: 14px;
   margin-bottom: 8px;
   position: relative;
    padding-left: 22px;
   line-height: 1.5;
     }

.col-advantages li::before

{
	  content: '✓';
    position: absolute;
   left: 0;
  color: #28AE60;
  font-weight: 700;
          font-size: 16px;


}

/* Performance critical */

.asf-panel {
  padding: 70px 0;
          background: #cbd4c2; 

}
/* Responsive design */


	/* Legacy code */
.contact-box {
   text-align: center;
   padding: 50px 40px;
   background    : #fff;
	border-radius: 10px;
    max-width: 700px;
  margin    :   0 auto;
}


.contact-icon    {
   font-size: 48px;
        color: #247ba0;
   margin-bottom: 20px;
}

.contact-box h2
	{
  font-size: 28px;
   color: #2C2C2C;
  font-weight: 600;
	 margin-bottom: 15px;


}

.contact-box p {
  font-size: 17px;
   color: #494b49;
    line-height: 1.7;
   margin-bottom: 30px;
}


.contact-btn {
    display: inline-block;
  background: #247ba0;
   color: #fff;
  padding: 14px 35px;
    border-radius     :6px;
      font-size: 16px;
  font-weight  :      600;
    text-decoration: none;
   transition: all 0.3s;
    text-transform: uppercase;
   letter-spacing: 1px;
}

.contact-btn:hover {
       background: #2083a8;

	  transform: translateY(-2px);

	  box-shadow: 0 6px 20px rgba(36, 123, 160, 0.3);
}
@media (max-width: 1200px) {
  .table-header,
  .table-row {
    grid-template-columns: 1fr 0.9fr 0.9fr 1.4fr 1.2fr;
    font-size: 14px;
  }
  
  .col-service h3 {
    font-size: 20px;
  }
  
  .price-amount {
    font-size: 28px;
  }
}

@media (max-width: 992px) {
  .table-header {
    display: none;
  }
  
  .table-row {
    grid-template-columns: 1fr;
    gap: 25px;
    padding: 30px 20px;
  }
  
  .col-service,
  .col-duration,
  .col-price {
    align-items: flex-start;
  }
  
  .col-price {
    flex-direction: row;
    gap: 10px;
  }
  
  .price-amount {
    font-size: 36px;
  }
  
  .badge-popular {
    margin-top: 5px;
  }
}

@media (max-width: 768px) {
  .swe-night {
    padding: 120px 0 50px;
  }
  
  .page-headline {
    font-size: 36px;
  }
  
  .intro-text {
    font-size: 17px;
  }
  
  .hhy-craft {
    padding: 60px 0;
  }
  
  .contact-box {
    padding: 40px 25px;
  }
  
  .contact-box h2 {
    font-size: 24px;
  }
}