.hero-133b0e21-container {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: center;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: #1a1824;
    padding: 30px 20px;
    max-width: 1320px;
    margin: 0 auto;
}

.hero-133b0e21-content {
    flex: 1 1 500px;
}

.hero-133b0e21-title {
    font-size: clamp(3rem, 5vw, 4.5rem);
    line-height: 1.05;
    font-weight: 700;
    margin: 0 0 24px 0;
    color: #1a1824;
    letter-spacing: -0.02em;
}
.hero-133b0e21-subtitle-wrap {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 24px;
    width: 100%;
}
.hero-133b0e21-subtitle {
    font-size: 1.35rem;
    font-weight: 600;
    color: #1a1824;
}

.hero-133b0e21-line {
    flex-grow: 1;
    height: 1px;
    background-color: #e2dfda;
}

.hero-133b0e21-desc {
    font-size: 1.05rem;
    line-height: 1.6;
    color: #62606d;
    margin-bottom: 35px;
    max-width: 520px;
}

.hero-133b0e21-stats-row {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: center;
    margin-bottom: 50px;
}

.hero-133b0e21-clients-badge {
    background-color: #ebd7cf;
    border-radius: 50px;
    padding: 10px 18px 10px 12px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.hero-133b0e21-avatar-stack {
    display: flex;
    align-items: center;
}

.hero-133b0e21-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    border: 2px solid #ebd7cf;
    margin-right: -10px;
}

.hero-133b0e21-avatar:last-child {
    margin-right: 0;
}

.hero-133b0e21-badge-txt {
    font-size: 0.9rem;
    font-weight: 600;
    color: #4a2d24;
}

.hero-133b0e21-stat-item {
    display: flex;
    flex-direction: column;
    padding-left: 15px;
    border-left: 1px solid #dcdad4;
}

.hero-133b0e21-stat-num {
    font-size: 1.4rem;
    font-weight: 700;
    color: #1a1824;
}

.hero-133b0e21-stat-lbl {
    font-size: 0.85rem;
    color: #7b7886;
}

.hero-133b0e21-buttons {
    display: flex;
    align-items: center;
    gap: 25px;
    flex-wrap: wrap;
}

.hero-133b0e21-btn-primary {
    background-color: #27212b;
    color: #ffffff;
    padding: 10px 10px 10px 24px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    gap: 15px;
    text-decoration: none;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.hero-133b0e21-btn-primary:hover {
    background-color: #1c1820;
    color: #ffffff;
    transform: translateY(-2px);
}

.hero-133b0e21-arrow {
    background-color: #eba391;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #27212b;
    transition: transform 0.2s ease;
}

.hero-133b0e21-btn-primary:hover .hero-133b0e21-arrow {
    transform: rotate(-15deg) scale(1.05);
}

.hero-133b0e21-arrow svg {
    width: 18px;
    height: 18px;
}

.hero-133b0e21-btn-secondary {
    color: #1a1824;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.hero-133b0e21-btn-secondary:hover {
    color: #eba391;
}

/* Visual Column */
.hero-133b0e21-visual {
    flex: 1 1 500px;
    position: relative;
}

.hero-133b0e21-image-wrapper {
    position: relative;
    border-radius: 36px;
    overflow: hidden;
    line-height: 0;
}

.hero-133b0e21-main-img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 36px;
    display: block;
}

/* Hotspots */
.hero-133b0e21-hotspot {
    position: absolute;
    display: flex;
    align-items: center;
    background-color: #ffffff;
    border-radius: 50px;
    padding: 8px 16px;
    gap: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.06);
    transform: translate(-50%, -50%);
    pointer-events: auto;
    z-index: 2;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.hero-133b0e21-hotspot:hover {
    transform: translate(-50%, -55%) scale(1.05);
    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

.hero-133b0e21-hotspot-icon {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: #eba391;
    color: #27212b;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 0.95rem;
}

.hero-133b0e21-hotspot-label {
    font-size: 0.9rem;
    font-weight: 600;
    color: #1a1824;
    line-height: 1;
}

/* Video Badge Teaser */
.hero-133b0e21-video-badge {
    position: absolute;
    bottom: 24px;
    left: 24px;
    background-color: rgba(39, 33, 43, 0.85);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 12px;
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    max-width: 260px;
    z-index: 3;
    transition: transform 0.2s ease;
}

.hero-133b0e21-video-badge:hover {
    transform: translateY(-4px);
    background-color: rgba(39, 33, 43, 0.95);
}

.hero-133b0e21-video-thumb {
    width: 65px;
    height: 50px;
    border-radius: 12px;
    background-size: cover;
    background-position: center;
    flex-shrink: 0;
}

.hero-133b0e21-video-info {
    display: flex;
    align-items: center;
    gap: 10px;
}

.hero-133b0e21-video-lbl {
    font-size: 0.8rem;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.3;
}

.hero-133b0e21-play-btn {
    width: 32px;
    height: 32px;
    background-color: #eba391;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #27212b;
    flex-shrink: 0;
}

.hero-133b0e21-play-btn svg {
    width: 14px;
    height: 14px;
    margin-left: 2px;
}
