/* Extracted from inline styles in views/templates/Client/CL_Accueil.php */
/* Keep this file loaded after client-home.inline.css so it preserves the existing home layout. */

.cl-home-card-link {
    text-decoration: none;
    display: flex;
    height: 100%;
}

.cl-home-inline-001 {
    background: linear-gradient(135deg, #f5f5f5 0%, #ffffff 100%);
}

.cl-home-inline-002 {
    margin-top: 3rem;
}

.cl-home-inline-003 {
    text-align: center;
    margin-bottom: 2rem;
    color: var(--primary-green);
    font-size: 1.8rem;
}

.cl-home-inline-004 {
    margin-right: 0.5rem;
}

.cl-home-inline-005 {
    max-width: 800px;
    margin: 0 auto 3rem;
}

.cl-home-inline-006 {
    background: linear-gradient(135deg, var(--primary-green) 0%, var(--medium-green) 100%);
    color: white;
    padding: 2rem;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 6px 25px rgba(27, 94, 32, 0.3);
    position: relative;
}

.cl-home-inline-006 h3,
.cl-home-inline-006 p,
.cl-home-inline-006 div,
.cl-home-inline-006 .cl-home-inline-009,
.cl-home-inline-006 .cl-home-inline-010,
.cl-home-inline-006 .cl-home-inline-011,
.cl-home-inline-006 .cl-home-inline-013,
.cl-home-inline-006 .cl-home-inline-014,
.cl-home-inline-006 .cl-home-inline-015 {
    color: #fff;
}

.cl-home-inline-007 {
    display: inline-block;
    width: 80px;
    height: 80px;
    background: white;
    border-radius: 50%;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.cl-home-inline-008 {
    font-size: 2.5rem;
    color: var(--accent-gold);
}

.cl-home-inline-009 {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
    font-weight: 700;
}

.cl-home-inline-010 {
    font-size: 1.2rem;
    opacity: 0.95;
    margin-bottom: 0.3rem;
}

.cl-home-inline-011 {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.cl-home-inline-012 {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(255,255,255,0.3);
}

.cl-home-inline-013 {
    font-size: 0.9rem;
    opacity: 0.9;
}

.cl-home-inline-014 {
    font-size: 1.3rem;
    font-weight: 700;
}

.cl-home-inline-015 {
    font-size: 0.75rem;
    opacity: 0.8;
    margin-top: 0.2rem;
}

.cl-home-inline-016 {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 30px;
    background: var(--primary-green);
}

.cl-home-inline-017 {
    height: 40px;
    position: relative;
}

.cl-home-inline-018 {
    position: absolute;
    top: 0;
    left: 50%;
    width: 2px;
    height: 20px;
    background: var(--primary-green);
}

.cl-home-inline-019 {
    position: absolute;
    top: 20px;
    left: 12.5%;
    right: 12.5%;
    height: 2px;
    background: var(--primary-green);
}

.cl-home-inline-020 {
    position: absolute;
    top: 20px;
    left: 12.5%;
    width: 2px;
    height: 20px;
    background: var(--primary-green);
}

.cl-home-inline-021 {
    position: absolute;
    top: 20px;
    left: 37.5%;
    width: 2px;
    height: 20px;
    background: var(--primary-green);
}

.cl-home-inline-022 {
    position: absolute;
    top: 20px;
    left: 62.5%;
    width: 2px;
    height: 20px;
    background: var(--primary-green);
}

.cl-home-inline-023 {
    position: absolute;
    top: 20px;
    right: 12.5%;
    width: 2px;
    height: 20px;
    background: var(--primary-green);
}

.cl-home-inline-024 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    max-width: 1400px;
    margin: 0 auto;
    align-items: stretch;
}

.cl-home-inline-025 {
    background: white;
    border: 3px solid var(--primary-green);
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s, box-shadow 0.3s;
    cursor: pointer;
    height: 100%;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.cl-home-inline-026 {
    text-align: center;
    margin-bottom: 1rem;
}

.cl-home-inline-027 {
    width: 80px;
    height: 80px;
    margin: 0 auto 1rem;
    background: var(--light-green);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cl-home-inline-028 {
    font-size: 2.5rem;
    color: var(--primary-green);
}

.cl-home-inline-029 {
    color: var(--primary-green);
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
    font-weight: 700;
}

.cl-home-inline-030 {
    color: #666;
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

.cl-home-inline-031 {
    background: var(--primary-green);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    font-size: 0.85rem;
    font-weight: 600;
    text-align: center;
}

.cl-home-inline-032 {
    background: var(--light-gray);
    padding: 1rem;
    border-radius: 8px;
    margin-bottom: 1rem;
}

.cl-home-inline-033 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
}

.cl-home-inline-034 {
    font-size: 0.85rem;
    color: #666;
}

.cl-home-inline-035 {
    font-weight: 700;
    color: var(--primary-green);
}

.cl-home-inline-036 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cl-home-inline-037 {
    border-top: 2px solid var(--primary-green);
    padding-top: 1rem;
    margin-top: auto;
}

.cl-home-inline-038 {
    display: flex;
    align-items: center;
    margin-bottom: 0.8rem;
}

.cl-home-inline-039 {
    width: 40px;
    height: 40px;
    background: var(--accent-gold);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.8rem;
}

.cl-home-inline-040 {
    color: white;
    font-size: 1.2rem;
}

.cl-home-inline-041 {
    font-weight: 600;
    color: var(--primary-green);
}

.cl-home-inline-042 {
    display: flex;
    justify-content: space-between;
    background: linear-gradient(135deg, var(--accent-gold) 0%, #FFB300 100%);
    color: white;
    padding: 0.6rem;
    border-radius: 6px;
    margin-bottom: 0.5rem;
}

.cl-home-inline-043 {
    font-size: 0.9rem;
}

.cl-home-inline-044 {
    font-weight: 700;
    font-size: 1.1rem;
}

.cl-home-inline-045 {
    display: flex;
    justify-content: space-between;
    background: linear-gradient(135deg, var(--primary-green) 0%, var(--medium-green) 100%);
    color: white;
    padding: 0.6rem;
    border-radius: 6px;
}

.cl-home-inline-046 {
    background: linear-gradient(135deg, #fff5e6 0%, #ffffff 100%);
    border: 4px solid #FFA000;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 6px 20px rgba(255,160,0,0.25);
    transition: transform 0.3s, box-shadow 0.3s;
    position: relative;
    cursor: pointer;
    height: 100%;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.cl-home-inline-047 {
    position: absolute;
    top: -12px;
    right: 15px;
    background: linear-gradient(135deg, #FFA000 0%, #FF8F00 100%);
    color: white;
    padding: 6px 15px;
    border-radius: 15px;
    font-size: 0.7rem;
    font-weight: 700;
    box-shadow: 0 3px 10px rgba(255,160,0,0.4);
    letter-spacing: 0.5px;
}

.cl-home-inline-048 {
    width: 80px;
    height: 80px;
    margin: 0 auto 1rem;
    background: linear-gradient(135deg, #FFA000 0%, #FF8F00 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(255,160,0,0.3);
}

.cl-home-inline-049 {
    font-size: 2.5rem;
    color: white;
}

.cl-home-inline-050 {
    color: #666;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.cl-home-inline-051 {
    background: white;
    display: inline-block;
    padding: 4px 12px;
    border-radius: 8px;
    border: 2px solid #FFA000;
    margin-bottom: 0.5rem;
}

.cl-home-inline-052 {
    font-size: 0.75rem;
    color: #FFA000;
    font-weight: 700;
}

.cl-home-inline-053 {
    background: #FFA000;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    font-size: 0.85rem;
    font-weight: 600;
    text-align: center;
}

.cl-home-inline-054 {
    background: white;
    padding: 1rem;
    border-radius: 8px;
    margin-bottom: 1rem;
    border: 2px solid #FFA000;
}

.cl-home-inline-055 {
    font-weight: 700;
    color: #FFA000;
    font-size: 1.1rem;
}

.cl-home-inline-056 {
    font-size: 0.75rem;
    color: #666;
    text-align: right;
    margin-bottom: 0.5rem;
}

.cl-home-inline-057 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 0.5rem;
    border-top: 1px solid #e0e0e0;
}

.cl-home-inline-058 {
    font-weight: 700;
    color: var(--primary-green);
    font-size: 1.1rem;
}

.cl-home-inline-059 {
    font-size: 0.75rem;
    color: #666;
    text-align: right;
    margin-top: 0.3rem;
}

.cl-home-inline-060 {
    border-top: 3px solid #FFA000;
    padding-top: 1rem;
    margin-top: auto;
}

.cl-home-inline-061 {
    background: white;
    padding: 0.8rem;
    border-radius: 8px;
    border: 2px solid #FFA000;
    margin-bottom: 0.8rem;
}

.cl-home-inline-062 {
    display: flex;
    align-items: center;
    margin-bottom: 0.6rem;
}

.cl-home-inline-063 {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #FFA000 0%, #FF8F00 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.8rem;
    box-shadow: 0 2px 8px rgba(255,160,0,0.3);
}

.cl-home-inline-064 {
    color: white;
    font-size: 1.3rem;
    font-weight: 700;
}

.cl-home-inline-065 {
    flex: 1;
}

.cl-home-inline-066 {
    font-weight: 700;
    color: var(--primary-green);
    font-size: 1.05rem;
}

.cl-home-inline-067 {
    font-size: 0.8rem;
    color: #FFA000;
    font-weight: 600;
}

.cl-home-inline-068 {
    font-size: 0.75rem;
    color: #666;
    line-height: 1.4;
    padding: 0.5rem;
    background: #f7fafc;
    border-radius: 6px;
    border-left: 3px solid var(--primary-green);
}

.cl-home-inline-069 {
    margin-bottom: 0.3rem;
}

.cl-home-inline-070 {
    color: var(--primary-green);
}

.cl-home-inline-071 {
    display: flex;
    justify-content: space-between;
    background: linear-gradient(135deg, #FFA000 0%, #FFB300 100%);
    color: white;
    padding: 0.6rem;
    border-radius: 6px;
    margin-bottom: 0.5rem;
}

.cl-home-inline-072 {
    font-size: 0.7rem;
    color: #666;
    text-align: right;
    margin-bottom: 0.5rem;
}

.cl-home-inline-073 {
    font-size: 0.7rem;
    color: #666;
    text-align: right;
    margin-top: 0.3rem;
}

.cl-home-inline-074 {
    color: #666;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
}

.cl-home-inline-075 {
    background: #f0f0f0;
    color: #999;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    font-size: 0.85rem;
    font-weight: 600;
    text-align: center;
}

.cl-home-inline-076 {
    max-width: 600px;
    margin: 3rem auto 0;
    padding: 1.5rem;
    background: white;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.cl-home-inline-077 {
    color: var(--primary-green);
    text-align: center;
    margin-bottom: 1rem;
    font-size: 1.1rem;
}

.cl-home-inline-078 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1rem;
}

.cl-home-inline-079 {
    display: flex;
    align-items: center;
}

.cl-home-inline-080 {
    width: 30px;
    height: 30px;
    background: linear-gradient(135deg, var(--primary-green) 0%, var(--medium-green) 100%);
    border-radius: 4px;
    margin-right: 0.5rem;
}

.cl-home-inline-081 {
    width: 30px;
    height: 30px;
    background: linear-gradient(135deg, var(--accent-gold) 0%, #FFB300 100%);
    border-radius: 4px;
    margin-right: 0.5rem;
}

.cl-home-inline-082 {
    width: 30px;
    height: 30px;
    background: var(--light-green);
    border-radius: 50%;
    margin-right: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cl-home-inline-083 {
    font-size: 0.8rem;
    color: var(--primary-green);
}

.cl-home-inline-084 {
    background: white;
    padding: 10px;
}

.cl-home-inline-085 {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@keyframes cl-home-logo-float {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-6px);
    }
}

.subsidiaries-grid .subsidiary-card:nth-child(1) .cl-home-inline-084,
.subsidiaries-grid .subsidiary-card:nth-child(4) .cl-home-inline-084 {
    background: radial-gradient(circle at 50% 40%, rgba(255, 255, 255, 0.98), rgba(241, 248, 233, 0.92));
    border-radius: 24px;
    box-shadow: 0 10px 24px rgba(27, 94, 32, 0.12);
}

.subsidiaries-grid .subsidiary-card:nth-child(1) .cl-home-inline-085,
.subsidiaries-grid .subsidiary-card:nth-child(4) .cl-home-inline-085 {
    filter: drop-shadow(0 10px 16px rgba(27, 94, 32, 0.16));
    animation: cl-home-logo-float 3.8s ease-in-out infinite;
    transform-origin: center;
}

.subsidiaries-grid .subsidiary-card:nth-child(4) .cl-home-inline-085 {
    animation-delay: 0.6s;
}

.subsidiaries-grid .subsidiary-card:nth-child(1):hover .cl-home-inline-084,
.subsidiaries-grid .subsidiary-card:nth-child(4):hover .cl-home-inline-084 {
    transform: translateY(-4px) scale(1.03);
    background: radial-gradient(circle at 50% 40%, rgba(255, 255, 255, 1), rgba(255, 248, 225, 0.94));
}

.cl-home-inline-086 {
    border-top: 1px solid rgba(27, 94, 32, 0.2);
    padding-top: 0.5rem;
    margin-top: 0.5rem;
}

.cl-home-inline-087 {
    font-size: 0.85rem;
    color: #FFA000;
    font-weight: 600;
}

.cl-home-inline-088 {
    text-align: center;
    margin-bottom: 2rem;
}

.cl-home-inline-089 {
    height: 55.4%;
}

.cl-home-inline-090 {
    height: 78%;
}

.cl-home-inline-091 {
    height: 100%;
}

.cl-home-inline-092 {
    background: white;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    margin-bottom: 3rem;
}

.cl-home-inline-093 {
    color: var(--primary-green);
    margin-bottom: 1.5rem;
    text-align: center;
    font-size: 1.8rem;
}

.cl-home-inline-094 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.cl-home-inline-095 {
    background: linear-gradient(135deg, var(--primary-green) 0%, var(--medium-green) 100%);
    color: white;
    padding: 1.5rem;
    border-radius: 10px;
    text-align: center;
}

.cl-home-inline-095 h4,
.cl-home-inline-095 p,
.cl-home-inline-095 .cl-home-inline-096,
.cl-home-inline-095 .cl-home-inline-097,
.cl-home-inline-095 .cl-home-inline-098,
.cl-home-inline-095 .cl-home-inline-099 {
    color: #fff;
}

.cl-home-inline-096 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.cl-home-inline-097 {
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
}

.cl-home-inline-098 {
    font-size: 2rem;
    font-weight: 700;
    margin: 0.5rem 0;
}

.cl-home-inline-099 {
    opacity: 0.9;
    font-size: 0.95rem;
}

.cl-home-inline-100 {
    background: linear-gradient(135deg, var(--accent-gold) 0%, #FFB300 100%);
    color: white;
    padding: 1.5rem;
    border-radius: 10px;
    text-align: center;
}

.cl-home-inline-100 h4,
.cl-home-inline-100 p,
.cl-home-inline-100 .cl-home-inline-096,
.cl-home-inline-100 .cl-home-inline-097,
.cl-home-inline-100 .cl-home-inline-098,
.cl-home-inline-100 .cl-home-inline-099 {
    color: #fff;
}

.cl-home-inline-101 {
    margin-bottom: 3rem;
}

.cl-home-inline-102 {
    color: var(--primary-green);
    margin-bottom: 2rem;
    text-align: center;
    font-size: 1.8rem;
}

.cl-home-inline-103 {
    background: linear-gradient(135deg, var(--primary-green) 0%, var(--medium-green) 100%);
    color: white;
    padding: 2rem;
    border-radius: 15px;
    margin-bottom: 2rem;
    box-shadow: 0 4px 20px rgba(27, 94, 32, 0.3);
}

.cl-home-inline-103 h4,
.cl-home-inline-103 p,
.cl-home-inline-103 .cl-home-inline-106,
.cl-home-inline-103 .cl-home-inline-107,
.cl-home-inline-103 .cl-home-inline-108,
.cl-home-inline-103 .cl-home-inline-110,
.cl-home-inline-103 .cl-home-inline-111 {
    color: #fff;
}

.cl-home-inline-104 {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 2rem;
    align-items: center;
}

.cl-home-inline-105 {
    width: 80px;
    height: 80px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cl-home-inline-106 {
    font-size: 1.5rem;
    margin-bottom: 0.3rem;
    font-weight: 700;
}

.cl-home-inline-107 {
    font-size: 1.1rem;
    opacity: 0.95;
    margin-bottom: 0.5rem;
}

.cl-home-inline-108 {
    font-size: 0.95rem;
    opacity: 0.85;
}

.cl-home-inline-109 {
    text-align: center;
    padding: 1rem;
    background: rgba(255,255,255,0.2);
    border-radius: 10px;
}

.cl-home-inline-110 {
    font-size: 2rem;
    font-weight: 700;
}

.cl-home-inline-111 {
    font-size: 0.85rem;
    opacity: 0.9;
}

.cl-home-inline-112 {
    display: grid;
    gap: 1.5rem;
    align-items: stretch;
}

.cl-home-inline-113 {
    background: white;
    border: 2px solid var(--primary-green);
    padding: 1.5rem;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    transition: transform 0.3s, box-shadow 0.3s;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.cl-home-inline-114 {
    width: 60px;
    height: 60px;
    margin: 0 auto 1rem;
    background: var(--light-green);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cl-home-inline-115 {
    font-size: 1.8rem;
    color: var(--primary-green);
}

.cl-home-inline-116 {
    color: var(--primary-green);
    font-size: 1.2rem;
    margin-bottom: 0.3rem;
}

.cl-home-inline-117 {
    font-size: 0.85rem;
    color: #666;
    margin-bottom: 1rem;
}

.cl-home-inline-118 {
    border-top: 1px solid #e0e0e0;
    padding-top: 1rem;
}

.cl-home-inline-119 {
    font-weight: 600;
    color: var(--primary-green);
    margin-bottom: 0.3rem;
}

.cl-home-inline-120 {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 0.5rem;
}

.cl-home-inline-121 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: var(--light-gray);
    padding: 0.5rem;
    border-radius: 6px;
}

.cl-home-inline-122 {
    font-weight: 700;
    color: var(--accent-gold);
    font-size: 1.1rem;
}

.cl-home-inline-123 {
    background: linear-gradient(135deg, #fff5e6 0%, #ffffff 100%);
    border: 3px solid #FFA000;
    padding: 1.5rem;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(255,160,0,0.2);
    transition: transform 0.3s, box-shadow 0.3s;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.cl-home-inline-124 {
    position: absolute;
    top: -10px;
    right: 10px;
    background: #FFA000;
    color: white;
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 700;
    box-shadow: 0 2px 8px rgba(255,160,0,0.3);
}

.cl-home-inline-125 {
    width: 60px;
    height: 60px;
    margin: 0 auto 1rem;
    background: linear-gradient(135deg, #FFA000 0%, #FF8F00 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(255,160,0,0.3);
}

.cl-home-inline-126 {
    font-size: 1.8rem;
    color: white;
}

.cl-home-inline-127 {
    font-size: 0.85rem;
    color: #666;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.cl-home-inline-128 {
    font-size: 0.75rem;
    color: #FFA000;
    font-weight: 700;
    background: white;
    padding: 3px 8px;
    border-radius: 6px;
    display: inline-block;
}

.cl-home-inline-129 {
    border-top: 2px solid #FFA000;
    padding-top: 1rem;
}

.cl-home-inline-130 {
    background: white;
    padding: 1rem;
    border-radius: 8px;
    margin-bottom: 0.8rem;
    border: 2px solid #FFA000;
}

.cl-home-inline-131 {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
}

.cl-home-inline-132 {
    width: 35px;
    height: 35px;
    background: linear-gradient(135deg, #FFA000 0%, #FF8F00 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.8rem;
}

.cl-home-inline-133 {
    color: white;
    font-weight: 700;
    font-size: 0.9rem;
}

.cl-home-inline-134 {
    font-weight: 700;
    color: var(--primary-green);
    margin: 0;
    font-size: 1.05rem;
}

.cl-home-inline-135 {
    font-size: 0.85rem;
    color: #FFA000;
    margin: 0;
    font-weight: 600;
}

.cl-home-inline-136 {
    background: #f7fafc;
    padding: 0.6rem;
    border-radius: 6px;
    margin-bottom: 0.5rem;
}

.cl-home-inline-137 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.3rem;
}

.cl-home-inline-138 {
    font-size: 0.8rem;
    color: #666;
}

.cl-home-inline-139 {
    font-weight: 700;
    color: var(--primary-green);
    font-size: 0.9rem;
}

.cl-home-inline-140 {
    font-size: 0.75rem;
    color: #666;
    line-height: 1.5;
    padding: 0.5rem;
    background: white;
    border-radius: 6px;
    border-left: 3px solid var(--primary-green);
}

.cl-home-inline-141 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
    margin-bottom: 0.8rem;
}

.cl-home-inline-142 {
    background: white;
    padding: 0.6rem;
    border-radius: 6px;
    text-align: center;
    border: 1px solid #e0e0e0;
}

.cl-home-inline-143 {
    font-size: 0.75rem;
    color: #666;
    margin-bottom: 0.2rem;
}

.cl-home-inline-144 {
    font-weight: 700;
    color: var(--primary-green);
    font-size: 1rem;
}

.cl-home-inline-145 {
    font-weight: 700;
    color: #FFA000;
    font-size: 1rem;
}

.cl-home-inline-146 {
    background: var(--primary-green);
    color: white;
    padding: 0.6rem;
    border-radius: 6px;
    text-align: center;
}

.cl-home-inline-147 {
    font-size: 0.75rem;
    opacity: 0.9;
    margin-bottom: 0.2rem;
}

.cl-home-inline-148 {
    font-weight: 700;
    font-size: 0.95rem;
}

.cl-home-inline-149 {
    background: white;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.cl-home-inline-150 {
    color: var(--primary-green);
    margin-bottom: 1.5rem;
    text-align: center;
    font-size: 1.6rem;
}

.cl-home-inline-151 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.cl-home-inline-152 {
    padding: 1.5rem;
    background: var(--light-gray);
    border-radius: 10px;
    border-left: 4px solid var(--primary-green);
}

.cl-home-inline-153 {
    color: var(--primary-green);
    font-size: 1.5rem;
    margin-right: 0.8rem;
}

.cl-home-inline-154 {
    color: var(--primary-green);
    font-size: 1.1rem;
    margin: 0;
}

.cl-home-inline-155 {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

.cl-home-inline-156 {
    padding: 1.5rem;
    background: var(--light-gray);
    border-radius: 10px;
    border-left: 4px solid var(--accent-gold);
}

.cl-home-inline-157 {
    color: var(--accent-gold);
    font-size: 1.5rem;
    margin-right: 0.8rem;
}

.cl-home-inline-158 {
    color: var(--accent-gold);
    font-size: 1.1rem;
    margin: 0;
}

.cl-home-inline-159 {
    background: linear-gradient(135deg, #fff5e6 0%, #ffffff 100%);
    padding: 1.5rem;
    border-radius: 10px;
    border: 2px solid #FFA000;
    margin-top: 1rem;
}

.cl-home-inline-160 {
    display: flex;
    align-items: start;
    gap: 1rem;
}

.cl-home-inline-161 {
    width: 40px;
    height: 40px;
    background: #FFA000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.cl-home-inline-162 {
    color: #FFA000;
    font-size: 1.1rem;
    margin: 0 0 0.5rem 0;
}

.cl-home-inline-163 {
    background: var(--white);
}

.cl-home-inline-164 {
    background: linear-gradient(135deg, #f0f8f0 0%, #ffffff 100%);
    padding: 3rem 2rem;
    border-radius: 20px;
    box-shadow: 0 6px 30px rgba(0,0,0,0.1);
    margin-bottom: 3rem;
}

.cl-home-inline-165 {
    text-align: center;
    color: var(--primary-green);
    margin-bottom: 2rem;
    font-size: 1.4rem;
}

.cl-home-inline-166 {
    display: inline-block;
    background: linear-gradient(135deg, var(--primary-green) 0%, var(--medium-green) 100%);
    color: white;
    padding: 1.5rem 2rem;
    border-radius: 15px;
    box-shadow: 0 6px 20px rgba(27,94,32,0.3);
    position: relative;
}

.cl-home-inline-167 {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.cl-home-inline-168 {
    font-size: 0.9rem;
    opacity: 0.95;
    margin-bottom: 0.5rem;
}

.cl-home-inline-169 {
    font-size: 0.85rem;
    opacity: 0.9;
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.cl-home-inline-170 {
    position: absolute;
    bottom: -30px;
    left: 50%;
    width: 2px;
    height: 30px;
    background: var(--primary-green);
}

.cl-home-inline-171 {
    position: relative;
    height: 40px;
    margin-bottom: 1rem;
}

.cl-home-inline-172 {
    position: absolute;
    top: 20px;
    left: 10%;
    right: 10%;
    height: 2px;
    background: var(--primary-green);
}

.cl-home-inline-173 {
    position: absolute;
    top: 20px;
    left: 18%;
    width: 2px;
    height: 20px;
    background: var(--primary-green);
}

.cl-home-inline-174 {
    position: absolute;
    top: 20px;
    left: 38%;
    width: 2px;
    height: 20px;
    background: var(--primary-green);
}

.cl-home-inline-175 {
    position: absolute;
    top: 20px;
    left: 62%;
    width: 2px;
    height: 20px;
    background: var(--primary-green);
}

.cl-home-inline-176 {
    position: absolute;
    top: 20px;
    right: 18%;
    width: 2px;
    height: 20px;
    background: var(--primary-green);
}

.cl-home-inline-177 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.cl-home-inline-178 {
    background: white;
    border: 2px solid var(--primary-green);
    padding: 1.2rem;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    text-align: center;
}

.cl-home-inline-179 {
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

.cl-home-inline-180 {
    font-weight: 700;
    color: var(--primary-green);
    font-size: 0.95rem;
    margin-bottom: 0.3rem;
}

.cl-home-inline-181 {
    font-size: 0.8rem;
    color: #666;
    margin-bottom: 0.5rem;
}

.cl-home-inline-182 {
    background: var(--light-gray);
    padding: 0.5rem;
    border-radius: 5px;
    font-size: 0.75rem;
    color: #666;
}

.cl-home-inline-183 {
    background: white;
    border: 2px solid #4A90E2;
    padding: 1.2rem;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(74,144,226,0.2);
    text-align: center;
}

.cl-home-inline-184 {
    font-weight: 700;
    color: #4A90E2;
    font-size: 0.95rem;
    margin-bottom: 0.3rem;
}

.cl-home-inline-185 {
    font-size: 0.8rem;
    color: #666;
    margin-bottom: 0.3rem;
}

.cl-home-inline-186 {
    font-size: 0.75rem;
    color: #666;
    margin-bottom: 0.3rem;
}

.cl-home-inline-187 {
    background: #E8F4FD;
    padding: 0.4rem;
    border-radius: 5px;
    font-size: 0.7rem;
    color: #4A90E2;
}

.cl-home-inline-188 {
    font-size: 0.65rem;
    opacity: 0.8;
}

.cl-home-inline-189 {
    background: white;
    border: 2px solid #52B788;
    padding: 1.2rem;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(82,183,136,0.2);
    text-align: center;
}

.cl-home-inline-190 {
    font-weight: 700;
    color: #52B788;
    font-size: 0.95rem;
    margin-bottom: 0.3rem;
}

.cl-home-inline-191 {
    background: #E8F5EC;
    padding: 0.4rem;
    border-radius: 5px;
    font-size: 0.7rem;
    color: #52B788;
}

.cl-home-inline-192 {
    background: linear-gradient(135deg, #fff5e6 0%, #ffffff 100%);
    border: 3px solid #FFA000;
    padding: 1.2rem;
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(255,160,0,0.3);
    text-align: center;
    position: relative;
}

.cl-home-inline-193 {
    position: absolute;
    top: -10px;
    right: -10px;
    background: #e53e3e;
    color: white;
    padding: 0.3rem 0.6rem;
    border-radius: 20px;
    font-size: 0.65rem;
    font-weight: 700;
}

.cl-home-inline-194 {
    font-weight: 700;
    color: #FFA000;
    font-size: 0.95rem;
    margin-bottom: 0.3rem;
}

.cl-home-inline-195 {
    background: #FFF3E0;
    padding: 0.4rem;
    border-radius: 5px;
    font-size: 0.7rem;
    color: #FFA000;
}

.cl-home-inline-196 {
    font-size: 0.7rem;
    color: #1B5E20;
    font-weight: 600;
}

.cl-home-inline-197 {
    background: white;
    border: 2px solid #9C27B0;
    padding: 1.2rem;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(156,39,176,0.2);
    text-align: center;
}

.cl-home-inline-198 {
    font-weight: 700;
    color: #9C27B0;
    font-size: 0.95rem;
    margin-bottom: 0.3rem;
}

.cl-home-inline-199 {
    background: #F3E5F5;
    padding: 0.4rem;
    border-radius: 5px;
    font-size: 0.7rem;
    color: #9C27B0;
}

.cl-home-inline-200 {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 2px dashed #e0e0e0;
}

.cl-home-inline-201 {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.85rem;
}

.cl-home-inline-202 {
    color: var(--light-green);
}

.cl-home-inline-203 {
    color: #666;
}

.cl-home-inline-204 {
    color: var(--accent-gold);
}

.cl-home-inline-205 {
    color: #e53e3e;
}

.cl-home-inline-206 {
    background: linear-gradient(135deg, #f7fafc 0%, #ffffff 100%);
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    margin-bottom: 3rem;
}

.cl-home-inline-207 {
    text-align: center;
    padding: 1.5rem;
    background: white;
    border-radius: 10px;
    border: 2px solid var(--primary-green);
}

.cl-home-inline-208 {
    font-size: 2.5rem;
    color: var(--primary-green);
    margin-bottom: 0.5rem;
}

.cl-home-inline-209 {
    font-size: 2rem;
    font-weight: 700;
    color: var(--primary-green);
    margin-bottom: 0.3rem;
}

.cl-home-inline-210 {
    font-size: 0.9rem;
    color: #666;
}

.cl-home-inline-211 {
    text-align: center;
    padding: 1.5rem;
    background: white;
    border-radius: 10px;
    border: 2px solid var(--accent-gold);
}

.cl-home-inline-212 {
    font-size: 2.5rem;
    color: var(--accent-gold);
    margin-bottom: 0.5rem;
}

.cl-home-inline-213 {
    font-size: 2rem;
    font-weight: 700;
    color: var(--accent-gold);
    margin-bottom: 0.3rem;
}

.cl-home-inline-214 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.cl-home-inline-215 {
    background: white;
    border: 3px solid var(--primary-green);
    padding: 1.5rem;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.cl-home-inline-216 {
    text-align: center;
    margin-bottom: 1.5rem;
}

.cl-home-inline-217 {
    width: 70px;
    height: 70px;
    margin: 0 auto 1rem;
    background: linear-gradient(135deg, var(--primary-green) 0%, var(--medium-green) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(27,94,32,0.3);
}

.cl-home-inline-218 {
    font-size: 2rem;
    color: white;
}

.cl-home-inline-219 {
    color: var(--primary-green);
    font-size: 1.3rem;
    margin-bottom: 0.3rem;
    font-weight: 700;
}

.cl-home-inline-220 {
    color: #666;
    font-size: 0.85rem;
    margin-bottom: 0.5rem;
}

.cl-home-inline-221 {
    display: inline-block;
    background: var(--light-green);
    color: white;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
}

.cl-home-inline-222 {
    margin-bottom: 0.8rem;
    padding-bottom: 0.8rem;
    border-bottom: 1px solid #e0e0e0;
}

.cl-home-inline-223 {
    display: flex;
    align-items: center;
    margin-bottom: 0.3rem;
}

.cl-home-inline-224 {
    color: var(--light-green);
    margin-right: 0.5rem;
}

.cl-home-inline-225 {
    font-weight: 600;
    color: var(--primary-green);
    font-size: 0.95rem;
}

.cl-home-inline-226 {
    font-size: 0.85rem;
    color: #666;
    padding-left: 1.5rem;
}

.cl-home-inline-227 {
    color: var(--accent-gold);
    margin-right: 0.5rem;
}

.cl-home-inline-228 {
    margin-bottom: 0;
}

.cl-home-inline-229 {
    background: white;
    border: 1px solid var(--primary-green);
    padding: 0.8rem;
    border-radius: 6px;
}

.cl-home-inline-230 {
    font-size: 0.7rem;
    color: #666;
    margin-top: 0.3rem;
}

.cl-home-inline-231 {
    background: linear-gradient(135deg, #fff5e6 0%, #ffffff 100%);
    border: 3px solid #FFA000;
    padding: 1.5rem;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(255,160,0,0.25);
}

.cl-home-inline-232 {
    width: 70px;
    height: 70px;
    margin: 0 auto 1rem;
    background: linear-gradient(135deg, #FFA000 0%, #FF8F00 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(255,160,0,0.3);
}

.cl-home-inline-233 {
    display: inline-block;
    background: #FFA000;
    color: white;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
}

.cl-home-inline-234 {
    background: white;
    padding: 1rem;
    border-radius: 8px;
    margin-bottom: 1rem;
}

.cl-home-inline-235 {
    color: #FFA000;
    margin-right: 0.5rem;
}

.cl-home-inline-236 {
    font-size: 0.75rem;
    color: #999;
    padding-left: 1.5rem;
    font-style: italic;
}

.cl-home-inline-237 {
    font-size: 0.72rem;
    color: #059669;
    padding-left: 1.5rem;
    font-weight: 600;
}

.cl-home-inline-238 {
    color: #e53e3e;
    margin-right: 0.5rem;
}

.cl-home-inline-239 {
    font-size: 0.85rem;
    color: #e53e3e;
    padding-left: 1.5rem;
    font-weight: 600;
}

.cl-home-inline-240 {
    background: white;
    border: 1px solid #FFA000;
    padding: 0.8rem;
    border-radius: 6px;
}

.cl-home-inline-241 {
    background: white;
    border: 2px solid var(--primary-green);
    padding: 1.5rem;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.cl-home-inline-242 {
    width: 70px;
    height: 70px;
    margin: 0 auto 1rem;
    background: var(--light-green);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cl-home-inline-243 {
    font-size: 2rem;
    color: var(--primary-green);
}

.cl-home-inline-244 {
    background: linear-gradient(135deg, var(--light-gray) 0%, #ffffff 100%);
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    margin-bottom: 3rem;
}

.cl-home-inline-245 {
    color: var(--primary-green);
    text-align: center;
    margin-bottom: 2rem;
    font-size: 1.6rem;
}

.cl-home-inline-246 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
}

.cl-home-inline-247 {
    background: white;
    padding: 1.5rem;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.cl-home-inline-248 {
    font-size: 2rem;
    color: var(--primary-green);
    margin-bottom: 0.8rem;
}

.cl-home-inline-249 {
    color: var(--primary-green);
    font-size: 1rem;
    margin-bottom: 0.5rem;
}

.cl-home-inline-250 {
    font-size: 0.85rem;
    color: #666;
    margin: 0;
}

.cl-home-inline-251 {
    text-align: center;
    margin-top: 2rem;
    padding: 1.5rem;
    background: white;
    border-radius: 10px;
    border: 2px solid var(--accent-gold);
}

.cl-home-inline-252 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.cl-home-inline-253 {
    background: #fef5f5;
    border-left: 4px solid #e53e3e;
    padding: 1.5rem;
    border-radius: 8px;
}

.cl-home-inline-254 {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.cl-home-inline-255 {
    width: 40px;
    height: 40px;
    background: #e53e3e;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
}

.cl-home-inline-256 {
    color: #e53e3e;
    margin: 0;
    font-size: 1.1rem;
}

.cl-home-inline-257 {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 0.8rem;
}

.cl-home-inline-258 {
    font-size: 0.85rem;
    color: #666;
    margin: 0;
    padding-left: 1.2rem;
}

.cl-home-inline-259 {
    margin-top: 1rem;
    padding: 0.8rem;
    background: white;
    border-radius: 6px;
    font-size: 0.85rem;
    color: #e53e3e;
    font-weight: 600;
}

.cl-home-inline-260 {
    background: #fff5e6;
    border-left: 4px solid #FFA000;
    padding: 1.5rem;
    border-radius: 8px;
}

.cl-home-inline-261 {
    width: 40px;
    height: 40px;
    background: #FFA000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
}

.cl-home-inline-262 {
    color: #FFA000;
    margin: 0;
    font-size: 1.1rem;
}

.cl-home-inline-263 {
    margin-top: 1rem;
    padding: 0.8rem;
    background: white;
    border-radius: 6px;
    font-size: 0.85rem;
    color: #FFA000;
    font-weight: 600;
}

.cl-home-inline-264 {
    background: #ffffea;
    border-left: 4px solid #d4a017;
    padding: 1.5rem;
    border-radius: 8px;
}

.cl-home-inline-265 {
    width: 40px;
    height: 40px;
    background: #d4a017;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
}

.cl-home-inline-266 {
    color: #d4a017;
    margin: 0;
    font-size: 1.1rem;
}

.cl-home-inline-267 {
    margin-top: 1rem;
    padding: 0.8rem;
    background: white;
    border-radius: 6px;
    font-size: 0.85rem;
    color: #d4a017;
    font-weight: 600;
}

.cl-home-inline-268 {
    background: #f0fff4;
    border-left: 4px solid var(--light-green);
    padding: 1.5rem;
    border-radius: 8px;
}

.cl-home-inline-269 {
    width: 40px;
    height: 40px;
    background: var(--light-green);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
}

.cl-home-inline-270 {
    color: var(--light-green);
    margin: 0;
    font-size: 1.1rem;
}

.cl-home-inline-271 {
    margin-top: 1rem;
    padding: 0.8rem;
    background: white;
    border-radius: 6px;
    font-size: 0.85rem;
    color: var(--light-green);
    font-weight: 600;
}

.cl-home-inline-272 {
    width: 100%;
}
