.elementor-63417 .elementor-element.elementor-element-659c674.elementor-column > .elementor-widget-wrap{justify-content:center;}/* Start custom CSS for html, class: .elementor-element-f0b90c8 */.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-7252573 */.ho-fpt-section {
    max-width: 860px;
    margin: 48px auto;
    padding: 0 20px;
    color: #1a1a2e;
  }
 
  .ho-fpt-intro {
    font-size: 17px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 36px;
    border-left: 4px solid #00a99d;
    padding-left: 18px;
  }
 
  .ho-fpt-heading {
     font-size: 17px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0 0 20px 0;
    letter-spacing: -0.01em;
  }
 
  /* Comparison grid */
  .ho-fpt-compare {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }
 
  .ho-fpt-col {
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid transparent;
  }
 
  .ho-fpt-col--good {
    border-color: #00a99d;
  }
 
  .ho-fpt-col--bad {
    border-color: #c0392b;
  }
 
  .ho-fpt-col-header {
    padding: 12px 18px;
    font-weight: 800;
     font-size: 17px;
    color: #fff;
    letter-spacing: 0.01em;
  }
 
  .ho-fpt-col--good .ho-fpt-col-header {
    background: #00a99d;
  }
 
  .ho-fpt-col--bad .ho-fpt-col-header {
    background: #c0392b;
  }
 
  .ho-fpt-col-body {
    padding: 18px;
    background: #f7f7f9;
  }
 
  .ho-fpt-col-lead {
     font-size: 17px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 10px;
  }
 
  .ho-fpt-col--good .ho-fpt-col-lead {
    color: #00a99d;
  }
 
  .ho-fpt-col--bad .ho-fpt-col-lead {
    color: #c0392b;
  }
 
  .ho-fpt-col-body p {
    margin: 0 0 10px 0;
     font-size: 17px;
    color: #555;
    line-height: 1.65;
  }
 
  .ho-fpt-col-body p:last-child {
    margin-bottom: 0;
  }
 
  .ho-fpt-col-body .ho-fpt-warning {
    color: #c0392b;
    font-weight: 700;
  }
 
  /* How it works steps */
  .ho-fpt-steps {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-bottom: 40px;
  }
 
  .ho-fpt-step {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 18px 0;
  }
 
  .ho-fpt-step:not(:last-child) {
    border-bottom: 1px dashed #ddd;
  }
 
  .ho-fpt-step-num {
    width: 36px;
    height: 36px;
    background: #00a99d;
    color: #fff;
    font-weight: 700;
     font-size: 17px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
 
  .ho-fpt-step-body strong {
    display: block;
     font-size: 17px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 4px;
  }
 
  .ho-fpt-step-body p {
    margin: 0;
     font-size: 17px;
    color: #555;
    line-height: 1.6;
  }
 
  /* Why others skip callout */
  .ho-fpt-skip {
    background: #1a1a2e;
    color: #fff;
    border-radius: 10px;
    padding: 24px 28px;
    margin-bottom: 40px;
  }
 
  .ho-fpt-skip-label {
     font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #00a99d;
    margin-bottom: 10px;
  }
 
  .ho-fpt-skip p {
    margin: 0 0 10px 0;
     font-size: 17px;
    color: #e0e0e8;
    line-height: 1.7;
  }
 
  .ho-fpt-skip p:last-child {
    margin-bottom: 0;
  }
 
  /* Legal / closing warning */
  .ho-fpt-legal {
    background: #fff3f3;
    border: 1px solid #c0392b;
    border-left: 4px solid #c0392b;
    border-radius: 8px;
    padding: 18px 22px;
  }
 
  .ho-fpt-legal-label {
     font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #c0392b;
    margin-bottom: 6px;
  }
 
  .ho-fpt-legal p {
    margin: 0;
     font-size: 17px;
    color: #555;
    line-height: 1.7;
  }
 
  .ho-fpt-legal strong {
    color: #1a1a2e;
  }
 
  @media (max-width: 600px) {
    .ho-fpt-compare {
      grid-template-columns: 1fr;
    }
  }/* End custom CSS */