/* Tools site brand: calculator tagline + landing approach panel (love-forecast ornament style). */

.tools-site-tagline {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.02em;
    color: #444;
    margin: 4px 0 10px;
    line-height: 1.35;
    text-align: center;
}

.logo-container .tools-site-tagline + .logo-separator {
    margin-top: 18px !important;
}

.tools-approach-section {
    margin-top: 8px;
    margin-bottom: 36px;
}

.tools-approach-panel {
    background: #fff;
    border: 1px solid #ece8df;
    border-radius: 2px;
    box-shadow: 0 2px 14px rgba(45, 45, 45, 0.06);
    padding: 28px 32px 30px;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

.tools-approach-ornament {
    text-align: center;
    margin: 0 auto 22px;
    max-width: 100%;
}

.tools-approach-ornament-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
}

.tools-approach-title {
    flex: 0 1 auto;
    margin: 0;
    max-width: min(100%, 560px);
    font-family: 'Playfair Display', serif;
    color: #2d2d2d;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 1.25;
}

.tools-ornament-line {
    flex: 1 1 24px;
    max-width: 70px;
    min-width: 14px;
    height: 0;
    border-top: 1px solid #2d2d2d;
    opacity: 0.35;
}

.tools-ornament-heart {
    display: block;
    margin-top: 10px;
    font-size: 13px;
    line-height: 1;
    color: #c73636;
}

.tools-approach-body {
    margin: 0;
    font-size: 14px;
    line-height: 1.68;
    color: #444;
    font-weight: 400;
    text-align: center;
}

.tools-approach-body + .tools-approach-body {
    margin-top: 14px;
}

@media (max-width: 768px) {
    .tools-approach-section {
        margin-bottom: 28px;
    }

    .tools-approach-panel {
        padding: 22px 20px 24px;
        max-width: none;
    }

    .tools-approach-title {
        font-size: 20px;
    }

    .tools-approach-body {
        font-size: 15px;
        line-height: 1.62;
        text-align: left;
    }

    .tools-site-tagline {
        font-size: 12px;
    }
}
