.elementor-2775 .elementor-element.elementor-element-c76a946{--display:flex;}.elementor-2775 .elementor-element.elementor-element-0271a48{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for html, class: .elementor-element-b8a1ae7 *//* ========== Kalles Article Style (WordPress Friendly) ========== */
.kalles-wrap{
  padding: 28px 0;
  font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  line-height: 1.7;
  color: #111827;
}

.kalles-container{
  width: min(1100px, 92%);
  margin: 0 auto;
}

.kalles-hero{
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  padding: 26px;
  background: linear-gradient(180deg, #ffffff, #fafafa);
  box-shadow: 0 10px 30px rgba(17, 24, 39, 0.06);
}

.kalles-badge{
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: 6px 10px;
  border-radius: 999px;
  background: #111827;
  color: #fff;
  margin-bottom: 12px;
}

.kalles-hero h1{
  font-size: clamp(22px, 3.2vw, 38px);
  line-height: 1.2;
  margin: 6px 0 10px;
}

.kalles-lead{
  font-size: 16px;
  color: #374151;
  margin: 0 0 18px;
}

.kalles-cta-row{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 6px;
}

.kalles-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  border: 1px solid transparent;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}

.kalles-btn:hover{
  transform: translateY(-1px);
  box-shadow: 0 12px 20px rgba(17, 24, 39, 0.10);
}

.kalles-btn-primary{
  background: #111827;
  color: #fff;
}

.kalles-btn-outline{
  background: #fff;
  border-color: #e5e7eb;
  color: #111827;
}

.kalles-grid{
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 16px;
  margin-top: 16px;
}

.kalles-card{
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  padding: 18px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(17, 24, 39, 0.05);
}

.kalles-card h2, .kalles-card h3{
  margin: 0 0 10px;
  line-height: 1.25;
}

.kalles-highlight{
  background: #0b1220;
  color: #fff;
  border-color: rgba(255,255,255,.12);
}

.kalles-highlight .kalles-list li{
  border-bottom: 1px dashed rgba(255,255,255,.18);
}

.kalles-note{
  margin-top: 12px;
  padding: 12px;
  border-left: 4px solid #111827;
  background: #f9fafb;
  border-radius: 12px;
}

.kalles-section{
  margin-top: 18px;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  padding: 18px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(17, 24, 39, 0.05);
}

.kalles-section h2{
  margin: 0 0 10px;
  line-height: 1.25;
  font-size: 22px;
}

.kalles-feature-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 10px;
}

.kalles-feature{
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 14px;
  background: #fafafa;
}

.kalles-feature h4{
  margin: 0 0 6px;
  font-size: 16px;
}

.kalles-feature p{
  margin: 0;
  color: #374151;
}

.kalles-list{
  margin: 0;
  padding-left: 18px;
}

.kalles-list li{
  padding: 8px 0;
  border-bottom: 1px dashed #e5e7eb;
}

.kalles-list li:last-child{
  border-bottom: none;
}

.kalles-pill-row{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.kalles-pill{
  font-size: 13px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #111827;
  color: #fff;
}

.kalles-stat{
  margin-top: 12px;
  padding: 12px;
  border-radius: 14px;
  background: #fff7ed;
  border: 1px solid #fed7aa;
}

.kalles-2col{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 10px;
}

.kalles-mini{
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 14px;
  background: #fafafa;
}

.kalles-mini h3{
  margin: 0 0 8px;
  font-size: 18px;
}

.kalles-offer{
  background: linear-gradient(180deg, #ffffff, #f5f3ff);
  border-color: #ddd6fe;
}

.kalles-steps{
  margin: 10px 0 0;
  padding-left: 18px;
}

.kalles-steps li{
  padding: 6px 0;
}

.kalles-footer{
  margin-top: 18px;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  padding: 18px;
  background: #0b1220;
  color: #fff;
  box-shadow: 0 10px 24px rgba(17, 24, 39, 0.08);
}

.kalles-footer h2{
  margin: 0 0 10px;
  font-size: 22px;
}

.kalles-footer p{
  margin: 0 0 10px;
  color: rgba(255,255,255,.85);
}

.kalles-signoff{
  margin: 0;
  color: #fff !important;
}

/* Responsive */
@media (max-width: 900px){
  .kalles-grid{ grid-template-columns: 1fr; }
  .kalles-feature-grid{ grid-template-columns: 1fr; }
  .kalles-2col{ grid-template-columns: 1fr; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-17428d6 *//* ===== Kalles Download Button ===== */

.kalles-download-wrap{
  margin-top: 22px;
  padding: 24px;
  border-radius: 20px;
  text-align: center;
  background: linear-gradient(180deg, #0b1220, #111827);
  color: #ffffff;
  box-shadow: 0 18px 40px rgba(17, 24, 39, 0.35);
}

.kalles-download-wrap h3{
  margin: 0 0 6px;
  font-size: 22px;
  line-height: 1.3;
}

.kalles-download-wrap p{
  margin: 0 0 16px;
  color: rgba(255,255,255,.85);
  font-size: 15px;
}

.kalles-download-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 22px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 14px;
  background: #ffffff;
  color: #111827;
  border: 2px solid transparent;
  transition: all .18s ease;
}

.kalles-download-btn:hover{
  background: transparent;
  color: #ffffff;
  border-color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(0,0,0,.4);
}

.kalles-download-note{
  display: block;
  margin-top: 10px;
  font-size: 13px;
  color: rgba(255,255,255,.65);
}

/* Mobile */
@media (max-width: 600px){
  .kalles-download-btn{
    width: 100%;
  }
}/* End custom CSS */