.hero-d26fd93b {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    min-height: 80vh;
    padding: 60px 0;
    gap: 40px;
    background-color: #f8f9fa;
    overflow: hidden;
    position: relative;
}
.hero-left-d26fd93b {
    flex: 1 1 400px;
    padding: 0 40px;
}
.hero-right-d26fd93b {
    flex: 1 1 500px;
    position: relative;
}
.hero-content-d26fd93b {
    max-width: 600px;
    margin: 0 auto;
}
.hero-title-d26fd93b {
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 24px;
    color: #111;
}
.hero-text-d26fd93b {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-bottom: 40px;
    color: #555;
}
.hero-cta-d26fd93b {
    display: inline-block;
    padding: 16px 32px;
    background-color: #000;
    color: #fff;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    transition: background-color 0.3s;
}
.hero-cta-d26fd93b:hover {
    background-color: #333;
    color: #fff;
}
.hero-image-wrapper-d26fd93b {
    position: relative;
    width: 100%;
    border-radius: 20px;
}
.hero-main-img-d26fd93b {
    width: 100%;
    border-radius: 24px;
    display: block;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}
.float-box-d26fd93b {
    position: absolute;
    background-color: #fff;
    padding: 16px 24px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    font-weight: 700;
    color: #111;
    z-index: 2;
    transform: translateY(0px); /* will be updated via JS */
    white-space: nowrap;
}
@media (max-width: 768px) {
    .hero-title-d26fd93b { font-size: 2.5rem; }
    .hero-d26fd93b { padding: 40px 20px; flex-direction: column; }
    .hero-left-d26fd93b { padding: 0; }
}