﻿.flouds-homepage {
    min-height: 100vh;
}

.fh-container {
    max-width: 100% !important;
    width: 100% !important;
    padding: 10px;
    background: transparent;
    min-height: 100vh;
}

.fh-content {
    background: #ffffff;
    border-radius: 16px;
    padding: 35px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08), 0 2px 8px rgba(0,0,0,0.04);
    margin-bottom: 25px;
    border: 1px solid #e2e8f0;
    border-left: 4px solid #3b82f6;
    display: flex;
    flex-wrap: wrap;
}

.fh-content-left {
    flex: 0 0 50%;
    padding-right: 20px;
}

.fh-content-right {
    flex: 0 0 50%;
    padding-left: 20px;
}

@media (max-width: 768px) {
    .fh-content-left,
    .fh-content-right {
        flex: 0 0 100%;
        padding: 0;
    }
}
.flouds-homepage h5 {
    color: #1f2937;
    font-weight: 700;
    margin-bottom: 24px;
    font-size: 1.5rem;
    background: linear-gradient(135deg, #3b82f6 0%, #10b981 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.flouds-homepage p {
    color: #4b5563;
    line-height: 1.8;
    font-size: 1.1rem;
    margin-bottom: 16px;
    text-align: justify;
}

.flouds-homepage ul li {
    color: #4b5563;
    margin-bottom: 12px;
    line-height: 1.7;
    padding-left: 20px;
    position: relative;
}

    .flouds-homepage ul li:before {
        content: '▶';
        color: #3b82f6;
        position: absolute;
        left: 0;
        top: 0;
    }

.flouds-homepage ul ul li:before {
    content: '▸';
    color: #10b981;
}

.flouds-homepage strong {
    color: #1f2937;
    font-weight: 700;
}

.fh-svg {
    background: #f8fafc;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    padding: 25px;
    text-align: center;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.04);
}

    .fh-svg img {
        max-width: 100%;
        height: auto;
        filter: drop-shadow(0 2px 4px rgba(0,0,0,0.1));
    }
