.elementor-63482 .elementor-element.elementor-element-1fd0049.elementor-column > .elementor-widget-wrap{justify-content:center;}/* Start custom CSS for html, class: .elementor-element-83be29e */.container{
max-width:900px;
margin:auto;
padding:20px 20px;
}

h1{
font-size:40px;
margin-bottom:10px;
text-align:center;
}

.btns a {
    width: 190px;
}


.subtitle{
text-align:center;
color:#666;
margin-bottom:40px;
font-size:18px;
}

.brochure{
background:white;
padding:20px;
border-radius:14px;
box-shadow:0 10px 25px rgba(0,0,0,0.08);
}

.brochure img{
width:100%;
border-radius:10px;
}

.section{
margin-top:40px;
}

.section h2{
font-size:24px;
margin-bottom:12px;
}

.section p{
color:#555;
font-size: 16px;
}

.btns{
margin-top:25px;
display:flex;
gap:15px;
flex-wrap:wrap;
  align-items: center;
  justify-content: center;
}

.btn{
padding:12px 20px;
border-radius:8px;
font-weight:bold;
text-decoration:none;
}

.btn-download{
background:#e31e24;
color:white;
}

.btn-whatsapp{
background:#25D366;
color:white;
}

.back-btn{
display: block;
position:relative;
margin: 0 auto;
gap:8px;
margin-bottom:25px;
padding:10px 18px;
font-size:14px;
font-weight:600;
color:#333;
background:#ffffff;
border:1px solid #e4e4e4;
border-radius:8px;
box-shadow:0 2px 6px rgba(0,0,0,0.05);
transition:all 0.25s ease;
cursor:pointer;
text-align: center;
}

.back-btn:hover{
background:#e31e24;
color:#fff;
border-color:#e31e24;
transform:translateY(-1px);
box-shadow:0 4px 10px rgba(0,0,0,0.15);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5e748a5 */.ho-sv-section {
    max-width: 860px;
    margin: 48px auto;
    padding: 0 20px;
    color: #1a1a2e;
  }
 
  .ho-sv-intro {
    font-size: 17px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 36px;
    border-left: 4px solid #c8a84b;
    padding-left: 18px;
  }
 
  .ho-sv-heading {
    font-size: 17px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0 0 20px 0;
    letter-spacing: -0.01em;
  }
 
  .ho-sv-valves {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-bottom: 40px;
  }
 
  .ho-sv-valve {
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid #e4e4e8;
  }
 
  .ho-sv-valve--bad  { border-color: #c0392b; }
  .ho-sv-valve--mid  { border-color: #e0a800; }
  .ho-sv-valve--good { border-color: #27ae60; }
 
  .ho-sv-valve-header { padding: 11px 16px; text-align: center; }
  .ho-sv-valve--bad  .ho-sv-valve-header { background: #c0392b; }
  .ho-sv-valve--mid  .ho-sv-valve-header { background: #e0a800; }
  .ho-sv-valve--good .ho-sv-valve-header { background: #27ae60; }
 
  .ho-sv-valve-rating {
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #fff;
    display: block;
    margin-bottom: 2px;
  }
 
  .ho-sv-valve-name {
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }
 
  .ho-sv-valve-body {
    padding: 14px 16px;
    background: #f7f7f9;
  }
 
  .ho-sv-valve-problem {
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    margin-bottom: 6px;
  }
 
  .ho-sv-valve--bad  .ho-sv-valve-problem { color: #c0392b; }
  .ho-sv-valve--mid  .ho-sv-valve-problem { color: #b07d00; }
  .ho-sv-valve--good .ho-sv-valve-problem { color: #27ae60; }
 
  .ho-sv-valve-desc {
    font-size: 17px;
    color: #333;
    line-height: 1.65;
    margin: 0 0 10px 0;
  }
 
  .ho-sv-valve-points {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px dashed #ddd;
    padding-top: 10px;
  }
 
  .ho-sv-valve-points li {
    font-size: 13px;
    color: #555;
    line-height: 1.55;
    padding: 3px 0 3px 14px;
    position: relative;
  }
 
  .ho-sv-valve-points li::before {
    content: 'x';
    position: absolute;
    left: 0;
    font-weight: 700;
  }
 
  .ho-sv-valve--bad  .ho-sv-valve-points li::before { color: #c0392b; content: 'x'; }
  .ho-sv-valve--mid  .ho-sv-valve-points li::before { color: #e0a800; content: 'x'; }
  .ho-sv-valve--good .ho-sv-valve-points li::before { color: #27ae60; content: 'v'; }
 
  .ho-sv-old {
    border: 2px solid #c0392b;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 36px;
  }
 
  .ho-sv-old-header {
    background: #c0392b;
    padding: 11px 20px;
    font-size: 0.88rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #fff;
  }
 
  .ho-sv-old-body {
    padding: 18px 20px;
    background: #fff8f8;
    display: flex;
    flex-direction: column;
    gap: 14px;
  }
 
  .ho-sv-old-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    font-size: 17px;
    color: #444;
    line-height: 1.65;
  }
 
  .ho-sv-old-pct {
    background: #c0392b;
    color: #fff;
    font-weight: 800;
    font-size: 17px;
    border-radius: 5px;
    padding: 4px 9px;
    flex-shrink: 0;
    white-space: nowrap;
    margin-top: 1px;
  }
 
  .ho-sv-old-pct--warn { background: #1a1a2e; }
 
  .ho-sv-new {
    background: #fff8e6;
    border: 1px solid #c8a84b;
    border-left: 4px solid #c8a84b;
    border-radius: 8px;
    padding: 18px 22px;
    margin-bottom: 36px;
  }
 
  .ho-sv-new-label {
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #a07c20;
    margin-bottom: 8px;
  }
 
  .ho-sv-new p { margin: 0; font-size: 17px; color: #555; line-height: 1.7; }
  .ho-sv-new strong { color: #1a1a2e; }
 
  .ho-sv-conclusion {
    background: #1a1a2e;
    color: #fff;
    border-radius: 10px;
    padding: 24px 28px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
  }
 
  .ho-sv-conclusion-dot {
    width: 32px;
    height: 32px;
    background: #c8a84b;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 2px;
   font-size: 17px;
    color: #1a1a2e;
    font-weight: 800;
  }
 
  .ho-sv-conclusion-label {
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #c8a84b;
    margin-bottom: 8px;
  }
 
  .ho-sv-conclusion p { margin: 0; font-size: 15px; color: #e0e0e8; line-height: 1.75; }
  .ho-sv-conclusion strong { color: #fff; }
 
  @media (max-width: 600px) {
    .ho-sv-valves { grid-template-columns: 1fr; }
    .ho-sv-conclusion { flex-direction: column; gap: 12px; }
  }/* End custom CSS */