.elementor-16 .elementor-element.elementor-element-8136a96{--display:flex;}/* Start custom CSS for html, class: .elementor-element-cf8d516 *//* GLOBAL */
.tools-page {
    font-family: system-ui, sans-serif;
    color: #1a1a1a;
    padding: 40px 20px;
    max-width: 1100px;
    margin: auto;
}

/* HERO */
.tools-hero {
    text-align: center;
    margin-bottom: 60px;
}
.tools-hero h1 {
    font-size: 42px;
    margin-bottom: 15px;
}
.tools-hero p {
    font-size: 18px;
    color: #444;
    margin-bottom: 25px;
}
.btn-primary {
    background: #ff8a00;
    color: #fff;
    padding: 14px 28px;
    border-radius: 6px;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
}

/* GRID */
.tools-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-bottom: 70px;
}
.tool-card {
    border: 1px solid #eee;
    padding: 25px;
    border-radius: 10px;
    transition: 0.25s;
    background: #fff;
}
.tool-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 18px rgba(0,0,0,0.08);
}
.tool-icon {
    font-size: 40px;
    margin-bottom: 10px;
}
.tool-card h3 {
    margin-bottom: 8px;
}
.tool-card ul {
    padding-left: 18px;
    margin: 10px 0 20px;
}
.btn-secondary {
    background: #f3f3f3;
    padding: 10px 20px;
    border-radius: 6px;
    text-decoration: none;
    color: #222;
    font-weight: 600;
    border: 1px solid #ddd;
    display: inline-block;
}

/* WHY SECTION */
.tools-why h2 {
    text-align: center;
    margin-bottom: 35px;
}
.why-item {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}
.why-icon {
    font-size: 32px;
    line-height: 32px;
}

/* CTA */
.tools-cta {
    margin-top: 60px;
    text-align: center;
}
.tools-cta p {
    max-width: 700px;
    margin: 0 auto 20px;
}
.cta-list {
    list-style: none;
    padding: 0;
    margin-bottom: 25px;
}
.cta-list li {
    padding: 5px 0;
}/* End custom CSS */