/* ==========================================================
   WALLO 50/30/20 BUDGET CALCULATOR
==========================================================*/

*{
    box-sizing:border-box;
}

.wallo-budget-calculator{

    max-width:1100px;
    margin:40px auto;
    padding:20px;

    font-family:'Poppins',sans-serif;

}

.wallo-header{

    text-align:center;
    max-width:900px;
    margin:0 auto 50px;

}

.wallo-header h1{

    font-family:'Inter',sans-serif;
    font-size:52px;
    font-weight:800;
    line-height:1.2;
    letter-spacing:-1px;
    color:#1f2937;
    margin-bottom:18px;

}

.wallo-header p{

    font-family:'Inter',sans-serif;
    font-size:18px;
    color:#6b7280;
    line-height:1.8;
    max-width:700px;
    margin:0 auto 18px;

}

.wallo-header p strong{

    color:#344767;
    font-weight:700;

}

.hero-description{

    margin-bottom:20px;

}

.hero-subtext{

    font-size:20px;
    line-height:1.8;
    color:#5f6b85;

}
/* ========================= */

.wallo-card{

    background:#fff;

    border-radius:18px;

    padding:35px;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

    margin-bottom:35px;

}

/* ========================= */

.form-group{

    margin-bottom:30px;

}

.form-group label{

    display:block;

    font-weight:600;

    margin-bottom:12px;

    color:#222;

}

.form-group input{

    width:100%;

    padding:16px;

    font-size:18px;

    border:1px solid #ddd;

    border-radius:10px;

}

.form-group input:focus{

    outline:none;

    border-color:#F2295B;

}

/* ========================= */

.button-group{

    display:flex;

    gap:15px;

    flex-wrap:wrap;

}

.button-group button{

    flex:1;

    min-width:180px;

    padding:16px;

    border:none;

    border-radius:10px;

    cursor:pointer;

    font-size:17px;

    font-weight:600;

    transition:.3s;

}

/* Calculate */

#calculateBtn{

    background:#F2295B;

    color:#fff;

}

#calculateBtn:hover{

   background:#c50f3c;

}

/* Reset */

#resetBtn{

    background:#555;

    color:#fff;

}

#resetBtn:hover{

    background:#333;

}

/* ========================= */

.results-section{

    margin-top:40px;

}

.results-section h2{

    text-align:center;

    margin-bottom:25px;

    color:#222222;

}

/* ========================= */

.results-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:25px;

}

/* ========================= */

.result-card{

    background:#fff;

    border-radius:18px;

    padding:30px;

    text-align:center;

    box-shadow:0 8px 25px rgba(0,0,0,.08);

}

.result-card h3{

    margin-bottom:20px;

    color:#222222;

}

.result-card div{

    font-size:34px;

    font-weight:bold;

    margin-bottom:20px;

}

.result-card p{

    color:#666;

    line-height:1.8;

}

/* ========================= */

.needs{

     border-top:6px solid #F2295B;

}

.wants{

      border-top:6px solid #F2295B;

}

.savings{

    border-top:6px solid #F2295B;

}

/* ========================= */

.action-buttons{

    margin-top:35px;

    display:flex;

    gap:20px;

    justify-content:center;

    flex-wrap:wrap;

}

.action-buttons button{

    padding:15px 30px;

    border:none;

    border-radius:10px;

    cursor:pointer;

    color:#fff;

    font-size:16px;

    font-weight:600;

}

#copyResults,
#downloadCSV,
#printResults{

    background:#F2295B;
    color:#fff;

}

#copyResults:hover,
#downloadCSV:hover,
#printResults:hover{

    background:#D91F4F;

}

/* ========================= */

@media(max-width:900px){

.results-grid{

grid-template-columns:1fr;

}

.button-group{

flex-direction:column;

}

.button-group button{

width:100%;

}

.action-buttons{

flex-direction:column;

}

.action-buttons button{

width:100%;

}

}
/* ==========================================================
   WALLO SEO CONTENT
==========================================================*/

.wallo-seo-content{

    max-width:1100px;

    margin:70px auto 0;

    font-family:'Poppins',sans-serif;

}

/* Section Box */

.wallo-seo-content section{

    background:#fff;

    border-radius:18px;

    padding:35px;

    margin-bottom:35px;

    box-shadow:0 8px 30px rgba(0,0,0,.08);

}

/* Headings */

.wallo-seo-content h2{

    font-size:32px;

    color:#222;

    margin-bottom:20px;

    font-weight:700;

}

.wallo-seo-content h3{

    font-size:22px;

    color:#222;

    margin-top:25px;

    margin-bottom:12px;

}

/* Paragraph */

.wallo-seo-content p{

    color:#555;

    font-size:17px;

    line-height:1.9;

    margin-bottom:18px;

}

/* Lists */

.wallo-seo-content ul{

    padding-left:25px;

    margin:20px 0;

}

.wallo-seo-content li{

    margin-bottom:12px;

    color:#555;

}

/* Tables */

.wallo-seo-content table{

    width:100%;

    border-collapse:collapse;

    margin-top:25px;

}

.wallo-seo-content th{

    background:#F2295B;

    color:#fff;

    padding:15px;

}

.wallo-seo-content td{

    padding:15px;

    border:1px solid #EAEAEA;

}

.wallo-seo-content tr:nth-child(even){

    background:#FFF8FA;

}

/* Links */

.wallo-seo-content a{

    color:#F2295B;

    font-weight:600;

    text-decoration:none;

}

.wallo-seo-content a:hover{

    color:#D91F4F;

}

/* Divider */

.wallo-seo-content hr{

    border:none;

    border-top:1px solid #EAEAEA;

    margin:50px 0;

}
/* ==========================================
   WALL0 INFORMATION SECTIONS
========================================== */

.info-box{

    background:#ffffff;
    border-radius:18px;
    padding:40px;
    margin-top:35px;
    box-shadow:0 15px 40px rgba(0,0,0,.05);

}

.info-box h2{

    font-size:32px;
    font-weight:800;
    color:#1f2937;
    margin-bottom:25px;

}

.info-box h3{

    font-size:22px;
    font-weight:700;
    margin-top:25px;
    margin-bottom:12px;
    color:#374151;

}

.info-box p{

    font-size:17px;
    line-height:1.9;
    color:#4b5563;
    margin-bottom:18px;

}

.info-box ul{

    padding-left:22px;
    margin-top:15px;
    margin-bottom:20px;

}

.info-box li{

    margin-bottom:12px;
    line-height:1.8;
    color:#4b5563;

}

.info-box strong{

    color:#111827;

}