<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.elementor-641 .elementor-element.elementor-element-c56128e{--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;--background-transition:0.3s;}/* Start custom CSS for html, class: .elementor-element-b7531bc */body {
    font-family: Arial, sans-serif;
    background: #ffffff;
    color: #222;
    padding: 40px 20px;
    max-width: 800px;
    margin: auto;
}
h1, h2, h3 {
    color: #000;
    text-align: center;
}
ul {
    font-size: 16px;
    line-height: 1.7;
    padding-left: 20px;
}
.plan {
    border-radius: 8px;
    padding: 20px;
    margin: 20px 0;
}
.basic {
    border: 1px solid #ccc;
}
.complete {
    border: 2px solid #000;
    background: #f2f2f2;
}
.button {
    display: inline-block;
    margin-top: 15px;
    padding: 12px 25px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: bold;
}
.basic .button {
    background: #f1c40f;
    color: #000;
}
.complete .button {
    background: #27ae60;
    color: #fff;
}
.footer {
    text-align: center;
    margin-top: 40px;
    font-size: 14px;
    color: #666;
}/* End custom CSS */</pre></body></html>